:orphan: .. title:: MEMC_MCUX_FLEXSPI .. option:: CONFIG_MEMC_MCUX_FLEXSPI *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`HAS_MCUX_FLEXSPI ` && \ :option:`MEMC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`FLASH_MCUX_FLEXSPI_NOR ` - \ :option:`FLASH_MCUX_FLEXSPI_MX25UM51345G ` - \ :option:`MEMC_MCUX_FLEXSPI_HYPERRAM ` Kconfig definition ================== At ``/memc/Kconfig.mcux:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:104`` → ``/memc/Kconfig:25`` Menu path: (Top) → Device Drivers → Memory controllers [EXPERIMENTAL] .. code-block:: kconfig config MEMC_MCUX_FLEXSPI bool depends on HAS_MCUX_FLEXSPI && MEMC *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*