c6e1d0b30a
Also move memory map options from top-level Kconfig to esp32/Kconfig.
23 lines
364 B
Text
23 lines
364 B
Text
menu "BT config"
|
|
visible if MEMMAP_BT
|
|
|
|
|
|
config BT_ENABLED
|
|
bool
|
|
depends on ESP32_ENABLE_STACK_BT
|
|
help
|
|
This compiles in the low-level BT stack.
|
|
|
|
#config BT_BTLE
|
|
# bool "Enable BTLE"
|
|
# depends on BT_ENABLED
|
|
# help
|
|
# This compiles BTLE support
|
|
#
|
|
#config BT_BT
|
|
# bool "Enable classic BT"
|
|
# depends on BT_ENABLED
|
|
# help
|
|
# This enables classic BT support
|
|
|
|
endmenu
|