]> granicus.if.org Git - esp-idf/blob - components/bt/Kconfig
Fix panic register dump format
[esp-idf] / components / bt / Kconfig
1 menuconfig BT_ENABLED
2     bool "Bluetooth"
3     help
4         Select this option to enable Bluetooth stack and show the submenu with Bluetooth configuration choices.
5
6 config BTC_TASK_STACK_SIZE
7         int "Bluetooth event (callback to application) task stack size"
8     depends on BT_ENABLED
9         default 3072
10         help
11                 This select btc task stack size
12
13 config BLUEDROID_MEM_DEBUG
14         bool "Bluedroid memory debug"
15     depends on BT_ENABLED
16         default n
17         help
18                 Bluedroid memory debug
19
20 # Memory reserved at start of DRAM for Bluetooth stack
21 config BT_RESERVE_DRAM
22     hex
23     default 0x10000 if BT_ENABLED
24     default 0