The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_NRF_ENABLE_ICACHE

Enable the instruction cache (I-Cache)

Enable the instruction cache (I-Cache)

Type: bool

Direct dependencies

((SOC_NRF52832 || SOC_NRF52840) && SOC_FAMILY_NRF) || (SOC_NRF9160 && SOC_FAMILY_NRF)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At soc/arm/nordic_nrf/nrf52/Kconfig.soc:232

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:12soc/arm/nordic_nrf/Kconfig:19

Menu path: (top menu) → Hardware Configuration

config NRF_ENABLE_ICACHE
    bool
    prompt "Enable the instruction cache (I-Cache)" if (SOC_NRF52832 || SOC_NRF52840) && SOC_FAMILY_NRF
    default "y" if (SOC_NRF52832 || SOC_NRF52840) && SOC_FAMILY_NRF
    depends on (SOC_NRF52832 || SOC_NRF52840) && SOC_FAMILY_NRF

At soc/arm/nordic_nrf/nrf91/Kconfig.soc:73

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:12soc/arm/nordic_nrf/Kconfig:19

Menu path: (top menu) → Hardware Configuration

config NRF_ENABLE_ICACHE
    bool
    prompt "Enable the instruction cache (I-Cache)" if SOC_NRF9160 && SOC_FAMILY_NRF
    default "y" if SOC_NRF9160 && SOC_FAMILY_NRF
    depends on SOC_NRF9160 && SOC_FAMILY_NRF

(Definitions include propagated dependencies, including from if’s and menus.)