mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
fix(ble): fixed common kconfig error when controller enable only
This commit is contained in:
parent
0461e2ff88
commit
5b8ac71ace
@ -81,8 +81,6 @@ menu "Bluetooth"
|
|||||||
So this option will disable the PMP (ESP_SYSTEM_PMP_IDRAM_SPLIT)
|
So this option will disable the PMP (ESP_SYSTEM_PMP_IDRAM_SPLIT)
|
||||||
|
|
||||||
menu "Common Options"
|
menu "Common Options"
|
||||||
visible if (BT_BLUEDROID_ENABLED || BT_NIMBLE_ENABLED)
|
|
||||||
|
|
||||||
source "$IDF_PATH/components/bt/common/Kconfig.in"
|
source "$IDF_PATH/components/bt/common/Kconfig.in"
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BT_ALARM_MAX_NUM
|
config BT_ALARM_MAX_NUM
|
||||||
int "Maximum number of Bluetooth alarms"
|
int "Maximum number of Bluetooth alarms"
|
||||||
default 50
|
default 50
|
||||||
|
depends on (BT_BLUEDROID_ENABLED || BT_NIMBLE_ENABLED)
|
||||||
help
|
help
|
||||||
This option decides the maximum number of alarms which
|
This option decides the maximum number of alarms which
|
||||||
could be used by Bluetooth host.
|
could be used by Bluetooth host.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user