:orphan: .. title:: CONFIG_ESP32_BT_RESERVE_DRAM .. kconfig:: CONFIG_ESP32_BT_RESERVE_DRAM CONFIG_ESP32_BT_RESERVE_DRAM ############################ *Bluetooth controller reserved RAM region* *Bluetooth controller reserved RAM region* Type: ``hex`` Direct dependencies =================== (\ :kconfig:`SOC_ESP32 ` && \ :ref:` `) || (\ :kconfig:`SOC_ESP32 ` && \ :ref:` `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0xdb5c if \ :kconfig:`BT ` - 0 - 0xdb5c if \ :kconfig:`BT ` - 0 Kconfig definitions =================== At ``/xtensa/esp32/Kconfig.soc:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:7`` → ``/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 && ---- At ``/xtensa/esp32/Kconfig.soc:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` 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.)*