mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
esp32/Kconfig: Make ESP32_BT_RESERVE_DRAM default to 0 again if
Bluetooth is not enabled. When Bluetooth is enbaled then it defaults to 64KB. This will not wast those 64KB of memory when Bluetooth is not enabled. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
aec01e96fa
commit
73f15ed544
@@ -541,7 +541,8 @@ menu "Memory Configuration"
|
||||
|
||||
config ESP32_BT_RESERVE_DRAM
|
||||
int "Reserved BT DRAM"
|
||||
default 65536
|
||||
default 0 if !ESP32_BLE
|
||||
default 65536 if ESP32_BLE
|
||||
|
||||
config ESP32_TRACEMEM_RESERVE_DRAM
|
||||
int "Reserved trace memory DRAM"
|
||||
|
||||
Reference in New Issue
Block a user