CONFIG_DEVICE_CONFIGURATION_DATA

Enable device configuration data

Enable device configuration data

Type: bool

Help

Device configuration data (DCD) provides a sequence of commands to
the boot ROM to initialize components such as an SDRAM.

Help

Device configuration data (DCD) provides a sequence of commands to
the boot ROM to initialize components such as an SDRAM.

Direct dependencies

(NXP_IMX_RT_BOOT_HEADER && SOC_SERIES_IMX_RT && SOC_FAMILY_IMX) || (NXP_IMX_RT_BOOT_HEADER && SOC_SERIES_IMX_RT && SOC_FAMILY_IMX)

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:15<nRF>/doc/_build/kconfig/Kconfig.soc.arch:2<Zephyr>/soc/arm/nxp_imx/Kconfig:14

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

config DEVICE_CONFIGURATION_DATA
    bool "Enable device configuration data"
    default y if HAS_MCUX_SEMC
    depends on NXP_IMX_RT_BOOT_HEADER && SOC_SERIES_IMX_RT && SOC_FAMILY_IMX
    help
      Device configuration data (DCD) provides a sequence of commands to
      the boot ROM to initialize components such as an SDRAM.

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:18<Zephyr>/soc/arm/nxp_imx/Kconfig:14

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

config DEVICE_CONFIGURATION_DATA
    bool "Enable device configuration data"
    default y if HAS_MCUX_SEMC
    depends on NXP_IMX_RT_BOOT_HEADER && SOC_SERIES_IMX_RT && SOC_FAMILY_IMX
    help
      Device configuration data (DCD) provides a sequence of commands to
      the boot ROM to initialize components such as an SDRAM.

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