:orphan: .. title:: KINETIS_KE1XF_ENABLE_CODE_CACHE .. option:: CONFIG_KINETIS_KE1XF_ENABLE_CODE_CACHE *Enable the code cache* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_SERIES_KINETIS_KE1XF ` && \ :option:`SOC_FAMILY_KINETIS ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/ke1xf/Kconfig.soc:100`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/nxp_kinetis/Kconfig:15`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config KINETIS_KE1XF_ENABLE_CODE_CACHE bool "Enable the code cache" default y depends on \ :option:`SOC_SERIES_KINETIS_KE1XF ` && \ :option:`SOC_FAMILY_KINETIS ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*