:orphan: .. title:: NRF_ENABLE_ICACHE .. option:: CONFIG_NRF_ENABLE_ICACHE *Enable the instruction cache (I-Cache)* *Enable the instruction cache (I-Cache)* Type: ``bool`` Direct dependencies =================== ((\ :option:`SOC_NRF52832 ` || \ :option:`SOC_NRF52833 ` || \ :option:`SOC_NRF52840 `) && \ :option:`SOC_FAMILY_NRF `) || (\ :option:`SOC_NRF9160 ` && \ :option:`SOC_FAMILY_NRF `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nordic_nrf/nrf52/Kconfig.soc:479`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/nordic_nrf/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config NRF_ENABLE_ICACHE bool "Enable the instruction cache (I-Cache)" default y depends on (\ :option:`SOC_NRF52832 ` || \ :option:`SOC_NRF52833 ` || \ :option:`SOC_NRF52840 `) && \ :option:`SOC_FAMILY_NRF ` ---- At ``soc/arm/nordic_nrf/nrf91/Kconfig.soc:68`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/nordic_nrf/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config NRF_ENABLE_ICACHE bool "Enable the instruction cache (I-Cache)" default y depends on \ :option:`SOC_NRF9160 ` && \ :option:`SOC_FAMILY_NRF ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*