:orphan: .. title:: FLASH_CONFIG_OFFSET .. option:: CONFIG_FLASH_CONFIG_OFFSET *Flash config data offset* Type: ``hex`` 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. Direct dependencies =================== \ :option:`NXP_IMX_RT6XX_BOOT_HEADER ` && \ :option:`SOC_SERIES_IMX_RT6XX ` && \ :option:`SOC_FAMILY_IMX ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x400 Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/nxp_imx/rt6xx/Kconfig.soc:85`` 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 FLASH_CONFIG_OFFSET hex "Flash config data offset" default 0x400 depends on \ :option:`NXP_IMX_RT6XX_BOOT_HEADER ` && \ :option:`SOC_SERIES_IMX_RT6XX ` && \ :option:`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.)*