The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_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.

Direct dependencies

NXP_IMX_RT_BOOT_HEADER && SOC_SERIES_IMX_RT && SOC_FAMILY_IMX

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At soc/arm/nxp_imx/rt/Kconfig.soc:258

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:12soc/arm/nxp_imx/Kconfig:17

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

config DEVICE_CONFIGURATION_DATA
    bool
    prompt "Enable device configuration data" if NXP_IMX_RT_BOOT_HEADER && SOC_SERIES_IMX_RT && SOC_FAMILY_IMX
    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.

(Definitions include propagated dependencies, including from if’s and menus.)