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