-menu "Bluetooth"
-
-config BT_ENABLED
- bool "Enable Bluetooth stack"
+menuconfig BT_ENABLED
+ bool "Bluetooth"
+ help
+ Select this option to enable Bluetooth stack and show the submenu with Bluetooth configuration choices.
config BTC_TASK_STACK_SIZE
int "Bluetooth event (callback to application) task stack size"
help
Bluedroid memory debug
-endmenu
-
# Memory reserved at start of DRAM for Bluetooth stack
config BT_RESERVE_DRAM
hex
endmenu
-menu "WiFi"
-
-config WIFI_ENABLED
- bool "Enable WiFi stack"
+menuconfig WIFI_ENABLED
+ bool "WiFi"
default y
+ help
+ Select this option to enable WiFi stack and show the submenu with WiFi configuration choices.
config SW_COEXIST_ENABLE
bool "Software controls WiFi/Bluetooth coexistence"
Set the number of WiFi rx buffers. Each buffer takes approximately 1.6KB of RAM.
Larger number for higher throughput but more memory. Smaller number for lower
throughput but less memory.
-
-endmenu
\ No newline at end of file