:orphan: .. title:: FLASH_MCUX_FLEXSPI_NOR .. option:: CONFIG_FLASH_MCUX_FLEXSPI_NOR *MCUX FlexSPI NOR driver* Type: ``bool`` Direct dependencies =================== \ :option:`BOARD_MIMXRT1060_EVK ` || \ :option:`BOARD_MIMXRT1060_EVK_HYPERFLASH ` || \ :option:`BOARD_MIMXRT1064_EVK ` || (\ :option:`HAS_MCUX_FLEXSPI ` && \ :option:`FLASH `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :option:`FLASH ` && \ :option:`BOARD_MIMXRT1060_EVK ` - y if \ :option:`FLASH ` Symbols selected by this symbol =============================== - \ :option:`FLASH_HAS_PAGE_LAYOUT ` - \ :option:`FLASH_HAS_DRIVER_ENABLED ` - \ :option:`MEMC ` - \ :option:`MEMC_MCUX_FLEXSPI ` Kconfig definitions =================== At ``/arm/mimxrt1060_evk/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config FLASH_MCUX_FLEXSPI_NOR bool default y if FLASH && BOARD_MIMXRT1060_EVK depends on BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH ---- At ``/arm/mimxrt1064_evk/Kconfig.defconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config FLASH_MCUX_FLEXSPI_NOR bool default y if FLASH depends on BOARD_MIMXRT1064_EVK ---- At ``/flash/Kconfig.mcux:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:60`` → ``/flash/Kconfig:69`` Menu path: (Top) → Device Drivers → Flash hardware support .. code-block:: kconfig config FLASH_MCUX_FLEXSPI_NOR bool "MCUX FlexSPI NOR driver" select FLASH_HAS_PAGE_LAYOUT select FLASH_HAS_DRIVER_ENABLED select MEMC select MEMC_MCUX_FLEXSPI depends on HAS_MCUX_FLEXSPI && FLASH *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*