-
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¶
- “y” if (
SOC_NRF52832
||SOC_NRF52840
) &&SOC_FAMILY_NRF
&&ARM
Kconfig definition¶
At arch/arm/soc/nordic_nrf/nrf52/Kconfig.soc:225
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/arm/Kconfig:23
→ arch/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.)