choice BOOT_DEVICE: Boot device selection

Boot device selection

Boot device selection

Type: bool

Direct dependencies

(NXP_IMX_RT_BOOT_HEADER && SOC_SERIES_IMX_RT && SOC_FAMILY_IMX) || (NXP_IMX_RT6XX_BOOT_HEADER && SOC_SERIES_IMX_RT6XX && SOC_FAMILY_IMX)

(Includes any dependencies from ifs and menus.)

Kconfig definitions

At <Zephyr>/soc/arm/nxp_imx/rt/Kconfig.soc:351

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:28<Zephyr>/soc/Kconfig:11<BuildDir>/Kconfig/Kconfig.soc.arch:2<Zephyr>/soc/arm/nxp_imx/Kconfig:14

Menu path: (Top) → Hardware Configuration → Enable the boot header

choice BOOT_DEVICE
    bool "Boot device selection"
    default BOOT_FLEXSPI_NOR
    depends on NXP_IMX_RT_BOOT_HEADER && SOC_SERIES_IMX_RT && SOC_FAMILY_IMX

At <Zephyr>/soc/arm/nxp_imx/rt6xx/Kconfig.soc:75

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:28<Zephyr>/soc/Kconfig:11<BuildDir>/Kconfig/Kconfig.soc.arch:2<Zephyr>/soc/arm/nxp_imx/Kconfig:14

Menu path: (Top) → Hardware Configuration → Enable the boot header

choice BOOT_DEVICE
    bool "Boot device selection"
    default BOOT_FLEXSPI_NOR
    depends on NXP_IMX_RT6XX_BOOT_HEADER && SOC_SERIES_IMX_RT6XX && SOC_FAMILY_IMX

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)