From 949694913281fd85dfff3b775242aec271f0b492 Mon Sep 17 00:00:00 2001 From: zhanghaipeng Date: Mon, 3 Mar 2025 11:02:06 +0800 Subject: [PATCH] fix(ble/controller): Fix BLE Kconfig on ESP32 to avoid unexpected behavior --- components/bt/controller/esp32/Kconfig.in | 1 - 1 file changed, 1 deletion(-) diff --git a/components/bt/controller/esp32/Kconfig.in b/components/bt/controller/esp32/Kconfig.in index 0ae85a5e2f..4e4363f6b6 100644 --- a/components/bt/controller/esp32/Kconfig.in +++ b/components/bt/controller/esp32/Kconfig.in @@ -529,7 +529,6 @@ config BTDM_BLE_VS_QA_SUPPORT This enables BLE vendor HCI command and event for QA. config BTDM_CTRL_CONTROLLER_DEBUG_MODE_1 - visible if 0 bool "Enable Bluetooth controller debugging mode 1 (for internal use only)" default n depends on BT_ENABLED