:orphan: .. title:: FLEXSPI_CONFIG_BLOCK_OFFSET .. option:: CONFIG_FLEXSPI_CONFIG_BLOCK_OFFSET *FlexSPI config block offset* Type: ``hex`` Help ==== FlexSPI configuration block consists of parameters regarding specific flash devices including read command sequence, quad mode enablement sequence (optional), etc. The boot ROM expectes FlexSPI configuration parameter to be presented in serail nor flash. Direct dependencies =================== (\ :option:`SOC_MIMXRT1011 ` && \ :option:`SOC_SERIES_IMX_RT `) || (\ :option:`NXP_IMX_RT_BOOT_HEADER ` && \ :option:`SOC_SERIES_IMX_RT ` && \ :option:`SOC_FAMILY_IMX `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0x400 - 0x0 if \ :option:`BOOT_FLEXSPI_NOR ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_imx/rt/Kconfig.defconfig.mimxrt1010:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` → ``soc/arm/nxp_imx/rt/Kconfig.defconfig.series:131`` Menu path: (Top) .. parsed-literal:: config FLEXSPI_CONFIG_BLOCK_OFFSET hex default 0x400 depends on \ :option:`SOC_MIMXRT1011 ` && \ :option:`SOC_SERIES_IMX_RT ` ---- At ``soc/arm/nxp_imx/rt/Kconfig.soc:409`` 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 FLEXSPI_CONFIG_BLOCK_OFFSET hex "FlexSPI config block offset" default 0x0 if \ :option:`BOOT_FLEXSPI_NOR ` depends on \ :option:`NXP_IMX_RT_BOOT_HEADER ` && \ :option:`SOC_SERIES_IMX_RT ` && \ :option:`SOC_FAMILY_IMX ` help FlexSPI configuration block consists of parameters regarding specific flash devices including read command sequence, quad mode enablement sequence (optional), etc. The boot ROM expectes FlexSPI configuration parameter to be presented in serail nor flash. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*