:orphan: .. title:: FLASH_MCUX_FLEXSPI .. option:: CONFIG_FLASH_MCUX_FLEXSPI *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`HAS_MCUX_FLEXSPI ` && \ :option:`FLASH ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`FLASH_MCUX_FLEXSPI_NOR ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/flash/Kconfig.mcux:36`` 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 bool depends on \ :option:`HAS_MCUX_FLEXSPI ` && \ :option:`FLASH ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*