-
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¶
- “y” if (
SOC_NRF52832
||SOC_NRF52840
) &&SOC_FAMILY_NRF
- “y” if
SOC_NRF9160
&&SOC_FAMILY_NRF
Kconfig definitions¶
At soc/arm/nordic_nrf/nrf52/Kconfig.soc:232
Included via Kconfig:10
→ Kconfig.zephyr:27
→ soc/Kconfig:12
→ soc/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:10
→ Kconfig.zephyr:27
→ soc/Kconfig:12
→ soc/arm/nordic_nrf/Kconfig:19
Menu path: (top menu) → Hardware Configuration
config NRF_ENABLE_ICACHE bool prompt "Enable the instruction cache (I-Cache)" ifSOC_NRF9160
&&SOC_FAMILY_NRF
default "y" ifSOC_NRF9160
&&SOC_FAMILY_NRF
depends onSOC_NRF9160
&&SOC_FAMILY_NRF
(Definitions include propagated dependencies, including from if’s and menus.)