:orphan: .. title:: CONFIG_FLASH_CONFIG_OFFSET .. kconfig:: CONFIG_FLASH_CONFIG_OFFSET CONFIG_FLASH_CONFIG_OFFSET ########################## *Flash config data offset* *Flash config data offset* Type: ``hex`` Help ==== .. code-block:: none The flash config offset provides the boot ROM with the on-board flash type and parameters. The boot ROM requires a fixed flash conifg offset for FlexSPI device. Help ==== .. code-block:: none The flash config offset provides the boot ROM with the on-board flash type and parameters. The boot ROM requires a fixed flash conifg offset for FlexSPI device. Direct dependencies =================== (\ :kconfig:`NXP_IMX_RT6XX_BOOT_HEADER ` && \ :kconfig:`SOC_SERIES_IMX_RT6XX ` && \ :kconfig:`SOC_FAMILY_IMX `) || (\ :kconfig:`NXP_IMX_RT6XX_BOOT_HEADER ` && \ :kconfig:`SOC_SERIES_IMX_RT6XX ` && \ :kconfig:`SOC_FAMILY_IMX `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0x400 - 0x400 Kconfig definitions =================== At ``/arm/nxp_imx/rt6xx/Kconfig.soc:98`` 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 FLASH_CONFIG_OFFSET hex "Flash config data offset" default 0x400 depends on NXP_IMX_RT6XX_BOOT_HEADER && SOC_SERIES_IMX_RT6XX && SOC_FAMILY_IMX help The flash config offset provides the boot ROM with the on-board flash type and parameters. The boot ROM requires a fixed flash conifg offset for FlexSPI device. ---- At ``/arm/nxp_imx/rt6xx/Kconfig.soc:98`` 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 FLASH_CONFIG_OFFSET hex "Flash config data offset" default 0x400 depends on NXP_IMX_RT6XX_BOOT_HEADER && SOC_SERIES_IMX_RT6XX && SOC_FAMILY_IMX help The flash config offset provides the boot ROM with the on-board flash type and parameters. The boot ROM requires a fixed flash conifg offset for FlexSPI device. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*