:orphan: .. title:: CONFIG_MEMC_MCUX_FLEXSPI .. kconfig:: CONFIG_MEMC_MCUX_FLEXSPI CONFIG_MEMC_MCUX_FLEXSPI ######################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`HAS_MCUX_FLEXSPI ` && \ :kconfig:`MEMC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`FLASH_MCUX_FLEXSPI_NOR ` - \ :kconfig:`FLASH_MCUX_FLEXSPI_MX25UM51345G ` - \ :kconfig:`MEMC_MCUX_FLEXSPI_HYPERRAM ` Kconfig definition ================== At ``/memc/Kconfig.mcux:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:106`` → ``/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.)*