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.)

Defaults

  • 0xdb5c if BT

  • 0

Kconfig definition

At <SoC>/xtensa/esp32/Kconfig.soc:31

Included via Kconfig:8Kconfig.zephyr:38<SoC>/Kconfig:9

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.)