:orphan: .. title:: CONFIG_FLASH_MCUX_FLEXSPI_NOR .. kconfig:: CONFIG_FLASH_MCUX_FLEXSPI_NOR CONFIG_FLASH_MCUX_FLEXSPI_NOR ############################# *MCUX FlexSPI NOR driver* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BOARD_MIMXRT1024_EVK ` || \ :kconfig:`BOARD_MIMXRT1060_EVK ` || \ :kconfig:`BOARD_MIMXRT1060_EVK_HYPERFLASH ` || \ :kconfig:`BOARD_MIMXRT1064_EVK ` || (\ :kconfig:`HAS_MCUX_FLEXSPI ` && \ :kconfig:`FLASH `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :kconfig:`FLASH ` - y if \ :kconfig:`FLASH ` && \ :kconfig:`BOARD_MIMXRT1060_EVK ` - y if \ :kconfig:`FLASH ` Symbols selected by this symbol =============================== - \ :kconfig:`FLASH_HAS_PAGE_LAYOUT ` - \ :kconfig:`FLASH_HAS_DRIVER_ENABLED ` - \ :kconfig:`MEMC ` - \ :kconfig:`MEMC_MCUX_FLEXSPI ` Kconfig definitions =================== At ``/arm/mimxrt1024_evk/Kconfig.defconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config FLASH_MCUX_FLEXSPI_NOR bool default y if FLASH depends on BOARD_MIMXRT1024_EVK ---- At ``/arm/mimxrt1060_evk/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` 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:22`` 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:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:73`` 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.)*