CONFIG_NRF_ENABLE_ICACHE

Enable the instruction cache (I-Cache)

Type: bool

Direct dependencies

(SOC_NRF52832 || SOC_NRF52840) && SOC_FAMILY_NRF && ARM

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

Defaults

Kconfig definition

At arch/arm/soc/nordic_nrf/nrf52/Kconfig.soc:225

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:23arch/arm/soc/nordic_nrf/Kconfig:18

Menu path: (top menu) → ARM Options → SoC Configuration

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

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