:orphan: .. title:: CONFIG_ESP32S2_INSTRUCTION_CACHE_SIZE .. kconfig:: CONFIG_ESP32S2_INSTRUCTION_CACHE_SIZE CONFIG_ESP32S2_INSTRUCTION_CACHE_SIZE ##################################### *(No prompt -- not directly user assignable.)* Type: ``hex`` Direct dependencies =================== (\ :kconfig:`SOC_ESP32S2 ` && \ :ref:` `) || (\ :kconfig:`SOC_ESP32S2 ` && \ :ref:` `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0x2000 - 0x4000 if \ :kconfig:`ESP32S2_INSTRUCTION_CACHE_16KB ` - 0x2000 - 0x4000 if \ :kconfig:`ESP32S2_INSTRUCTION_CACHE_16KB ` Kconfig definitions =================== At ``/xtensa/esp32s2/Kconfig.soc:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:7`` → ``/kconfig/Kconfig.soc:1`` Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32S2 .. code-block:: kconfig config ESP32S2_INSTRUCTION_CACHE_SIZE hex default 0x2000 default 0x4000 if ESP32S2_INSTRUCTION_CACHE_16KB depends on SOC_ESP32S2 && ---- At ``/xtensa/esp32s2/Kconfig.soc:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32S2 .. code-block:: kconfig config ESP32S2_INSTRUCTION_CACHE_SIZE hex default 0x2000 default 0x4000 if ESP32S2_INSTRUCTION_CACHE_16KB depends on SOC_ESP32S2 && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*