From 53e355b355888e1bf33634d42daff821e23fee13 Mon Sep 17 00:00:00 2001 From: baohongde Date: Wed, 19 Feb 2020 11:41:03 +0800 Subject: [PATCH] components/coex: Fix misspell in Kconfig --- components/bt/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/Kconfig b/components/bt/Kconfig index f105b2a4a0..1292dd846b 100644 --- a/components/bt/Kconfig +++ b/components/bt/Kconfig @@ -332,7 +332,7 @@ menu "Bluetooth" config BTDM_CTRL_FULL_SCAN_SUPPORTED bool "BLE full scan feature supported" - depends on BTDM_CONTROLLER_MODE_BLE_ONLY || BTDM_CONTROLLER_MODE_BTDM + depends on BTDM_CTRL_MODE_BLE_ONLY || BTDM_CTRL_MODE_BTDM default y help The full scan function is mainly used to provide BLE scan performance.