:orphan: .. title:: DEVICE_CONFIGURATION_DATA .. option:: 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 =================== \ :option:`NXP_IMX_RT_BOOT_HEADER ` && \ :option:`SOC_SERIES_IMX_RT ` && \ :option:`SOC_FAMILY_IMX ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`HAS_MCUX_SEMC ` Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/nxp_imx/rt/Kconfig.soc:427`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/nxp_imx/Kconfig:14`` Menu path: (Top) → Hardware Configuration → Enable the boot header .. parsed-literal:: config DEVICE_CONFIGURATION_DATA bool "Enable device configuration data" default y if \ :option:`HAS_MCUX_SEMC ` depends on \ :option:`NXP_IMX_RT_BOOT_HEADER ` && \ :option:`SOC_SERIES_IMX_RT ` && \ :option:`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.)*