:orphan: .. title:: CONFIG_DEVICE_CONFIGURATION_DATA .. kconfig:: CONFIG_DEVICE_CONFIGURATION_DATA CONFIG_DEVICE_CONFIGURATION_DATA ################################ *Enable device configuration data* *Enable device configuration data* Type: ``bool`` Help ==== .. code-block:: none Device configuration data (DCD) provides a sequence of commands to the boot ROM to initialize components such as an SDRAM. Help ==== .. code-block:: none Device configuration data (DCD) provides a sequence of commands to the boot ROM to initialize components such as an SDRAM. Direct dependencies =================== (\ :kconfig:`NXP_IMX_RT_BOOT_HEADER ` && \ :kconfig:`SOC_SERIES_IMX_RT ` && \ :kconfig:`SOC_FAMILY_IMX `) || (\ :kconfig:`NXP_IMX_RT_BOOT_HEADER ` && \ :kconfig:`SOC_SERIES_IMX_RT ` && \ :kconfig:`SOC_FAMILY_IMX `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :kconfig:`HAS_MCUX_SEMC ` - y if \ :kconfig:`HAS_MCUX_SEMC ` Kconfig definitions =================== At ``/arm/nxp_imx/rt/Kconfig.soc:562`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nxp_imx/Kconfig:14`` Menu path: (Top) → Hardware Configuration → Enable the boot header .. code-block:: kconfig 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 ``/arm/nxp_imx/rt/Kconfig.soc:562`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nxp_imx/Kconfig:14`` Menu path: (Top) → Hardware Configuration → Enable the boot header .. code-block:: kconfig 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.)*