components/coex: Fix misspell in Kconfig

This commit is contained in:
baohongde
2020-02-19 11:41:03 +08:00
parent d07b9e97d7
commit 53e355b355

View File

@ -332,7 +332,7 @@ menu "Bluetooth"
config BTDM_CTRL_FULL_SCAN_SUPPORTED config BTDM_CTRL_FULL_SCAN_SUPPORTED
bool "BLE full scan feature 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 default y
help help
The full scan function is mainly used to provide BLE scan performance. The full scan function is mainly used to provide BLE scan performance.