We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0461e2f commit 5b8ac71Copy full SHA for 5b8ac71
components/bt/Kconfig
@@ -81,8 +81,6 @@ menu "Bluetooth"
81
So this option will disable the PMP (ESP_SYSTEM_PMP_IDRAM_SPLIT)
82
83
menu "Common Options"
84
- visible if (BT_BLUEDROID_ENABLED || BT_NIMBLE_ENABLED)
85
-
86
source "$IDF_PATH/components/bt/common/Kconfig.in"
87
endmenu
88
components/bt/common/Kconfig.in
@@ -1,6 +1,7 @@
1
config BT_ALARM_MAX_NUM
2
int "Maximum number of Bluetooth alarms"
3
default 50
4
+ depends on (BT_BLUEDROID_ENABLED || BT_NIMBLE_ENABLED)
5
help
6
This option decides the maximum number of alarms which
7
could be used by Bluetooth host.
0 commit comments