CONFIG_CODE_ITCM¶
Link code into internal instruction tightly coupled memory (ITCM)
Link code into internal instruction tightly coupled memory (ITCM)
Type: bool
Direct dependencies¶
<choice CODE_LOCATION: Code location selection> || <choice CODE_LOCATION: Code location selection>
(Includes any dependencies from ifs and menus.)
Kconfig definitions¶
At <Zephyr SoC>/arm/nxp_imx/rt/Kconfig.soc:578
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:15 → <BuildDir>/kconfig/Kconfig.soc.arch:2 → <Zephyr SoC>/arm/nxp_imx/Kconfig:14
Menu path: (Top) → Hardware Configuration → Code location selection
config CODE_ITCM
    bool "Link code into internal instruction tightly coupled memory (ITCM)"
    depends on <choice CODE_LOCATION>
At <Zephyr SoC>/arm/nxp_imx/rt/Kconfig.soc:578
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:18 → <Zephyr SoC>/arm/nxp_imx/Kconfig:14
Menu path: (Top) → Hardware Configuration → Code location selection
config CODE_ITCM
    bool "Link code into internal instruction tightly coupled memory (ITCM)"
    depends on <choice CODE_LOCATION>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)