CONFIG_ESP32_BT_RESERVE_DRAM

Bluetooth controller reserved RAM region

Bluetooth controller reserved RAM region

Type: hex

Direct dependencies

(SOC_ESP32 && <choice: SoC/CPU/Configuration Selection>) || (SOC_ESP32 && <choice: SoC/CPU/Configuration Selection>)

(Includes any dependencies from ifs and menus.)

Defaults

  • 0xdb5c if BT

  • 0

  • 0xdb5c if BT

  • 0

Kconfig definitions

At <Zephyr>/soc/xtensa/esp32/Kconfig.soc:21

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:7<nRF>/doc/_build/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>

At <Zephyr>/soc/xtensa/esp32/Kconfig.soc:21

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/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.)