:orphan: .. title:: ESP32_BT_RESERVE_DRAM .. option:: CONFIG_ESP32_BT_RESERVE_DRAM *Bluetooth controller reserved RAM region* Type: ``hex`` Direct dependencies =================== \ :option:`SOC_ESP32 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0xdb5c if \ :option:`BT ` - 0 Kconfig definition ================== At ``/xtensa/esp32/Kconfig.soc:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.soc:1`` Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32 .. code-block:: kconfig config ESP32_BT_RESERVE_DRAM hex "Bluetooth controller reserved RAM region" default 0xdb5c if BT default 0 depends on SOC_ESP32 && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*