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