:orphan: .. title:: MEMC_MCUX_FLEXSPI_HYPERRAM .. option:: CONFIG_MEMC_MCUX_FLEXSPI_HYPERRAM *MCUX FlexSPI HyperRAM driver* 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 selected by this symbol =============================== - \ :option:`MEMC_MCUX_FLEXSPI ` Kconfig definition ================== At ``/memc/Kconfig.mcux:7`` 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_HYPERRAM bool "MCUX FlexSPI HyperRAM driver" select MEMC_MCUX_FLEXSPI depends on HAS_MCUX_FLEXSPI && MEMC *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*