:orphan: .. title:: choice: Instruction cache size .. _choice_49: .. describe:: choice: Instruction cache size *Instruction cache size* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_ESP32S2 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`ESP32S2_INSTRUCTION_CACHE_8KB ` Choice options ============== - \ :kconfig:`ESP32S2_INSTRUCTION_CACHE_8KB ` - \ :kconfig:`ESP32S2_INSTRUCTION_CACHE_16KB ` Kconfig definition ================== At ``/xtensa/esp32s2/Kconfig.soc:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32S2 .. code-block:: kconfig choice bool "Instruction cache size" default ESP32S2_INSTRUCTION_CACHE_8KB depends on SOC_ESP32S2 && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*