2017-01-10 05:39:43 +00:00
|
|
|
menuconfig BT_ENABLED
|
|
|
|
bool "Bluetooth"
|
|
|
|
help
|
2017-03-07 17:20:33 +00:00
|
|
|
Select this option to enable Bluetooth and show the submenu with Bluetooth configuration choices.
|
|
|
|
|
2017-03-31 04:51:45 +00:00
|
|
|
menuconfig BLUEDROID_ENABLED
|
2017-03-07 17:20:33 +00:00
|
|
|
bool "Bluedroid Bluetooth stack enabled"
|
|
|
|
depends on BT_ENABLED
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
This enables the default Bluedroid Bluetooth stack
|
2016-08-17 15:08:22 +00:00
|
|
|
|
2016-11-25 15:37:46 +00:00
|
|
|
config BTC_TASK_STACK_SIZE
|
2017-03-18 08:02:54 +00:00
|
|
|
int "Bluetooth event (callback to application) task stack size"
|
2017-03-31 04:51:45 +00:00
|
|
|
depends on BLUEDROID_ENABLED
|
2017-03-18 08:02:54 +00:00
|
|
|
default 3072
|
|
|
|
help
|
|
|
|
This select btc task stack size
|
2016-11-25 15:37:46 +00:00
|
|
|
|
2016-12-12 20:10:44 +00:00
|
|
|
config BLUEDROID_MEM_DEBUG
|
2017-03-18 08:02:54 +00:00
|
|
|
bool "Bluedroid memory debug"
|
2017-03-31 04:51:45 +00:00
|
|
|
depends on BLUEDROID_ENABLED
|
2017-03-18 08:02:54 +00:00
|
|
|
default n
|
|
|
|
help
|
|
|
|
Bluedroid memory debug
|
2016-12-12 20:10:44 +00:00
|
|
|
|
2017-03-16 14:32:27 +00:00
|
|
|
config CLASSIC_BT_ENABLED
|
2017-03-18 08:02:54 +00:00
|
|
|
bool "Classic Bluetooth"
|
2017-03-31 04:51:45 +00:00
|
|
|
depends on BLUEDROID_ENABLED
|
2017-03-18 08:02:54 +00:00
|
|
|
default n
|
2017-03-16 14:32:27 +00:00
|
|
|
|
2017-02-21 09:46:59 +00:00
|
|
|
config BT_DRAM_RELEASE
|
2017-03-18 08:02:54 +00:00
|
|
|
bool "Release DRAM from Classic BT controller"
|
2017-03-31 04:51:45 +00:00
|
|
|
depends on BT_ENABLED && (!BLUEDROID_ENABLED || (BLUEDROID_ENABLED && !CLASSIC_BT_ENABLED))
|
2017-03-18 08:02:54 +00:00
|
|
|
default n
|
|
|
|
help
|
|
|
|
This option should only be used when BLE only.
|
2017-03-30 13:16:11 +00:00
|
|
|
Enabling this option will release about 30K DRAM from Classic BT.
|
2017-03-18 08:02:54 +00:00
|
|
|
The released DRAM will be used as system heap memory.
|
2017-02-21 09:46:59 +00:00
|
|
|
|
2016-09-21 01:04:16 +00:00
|
|
|
# Memory reserved at start of DRAM for Bluetooth stack
|
|
|
|
config BT_RESERVE_DRAM
|
|
|
|
hex
|
2017-01-10 05:04:04 +00:00
|
|
|
default 0x10000 if BT_ENABLED
|
2016-09-28 05:24:58 +00:00
|
|
|
default 0
|