mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
fix(ble): fixed common kconfig error when controller enable only
(cherry picked from commit 5b8ac71ace
)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user