-
CONFIG_ESP32_BT_RESERVE_DRAM
¶
Bluetooth controller reserved RAM region
Type: hex
Direct dependencies¶
SOC_ESP32
&& <choice: SoC/CPU/Configuration Selection>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At <Zephyr>/soc/xtensa/esp32/Kconfig.soc:20
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:28
→ <Zephyr>/soc/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.soc:1
Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32
config ESP32_BT_RESERVE_DRAM
hex "Bluetooth controller reserved RAM region"
default 0xdb5c if BT
default 0
depends on SOC_ESP32 && <choice>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)