:orphan: .. title:: FLASH_MCUX_FLEXSPI_MX25UM51345G .. option:: CONFIG_FLASH_MCUX_FLEXSPI_MX25UM51345G *MCUX FlexSPI MX25UM51345G driver* Type: ``bool`` Direct dependencies =================== \ :option:`BOARD_MIMXRT685_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:`MEMC ` - \ :option:`MEMC_MCUX_FLEXSPI ` Kconfig definitions =================== At ``/arm/mimxrt685_evk/Kconfig.defconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config FLASH_MCUX_FLEXSPI_MX25UM51345G bool default y if FLASH depends on BOARD_MIMXRT685_EVK ---- At ``/flash/Kconfig.mcux:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:60`` → ``/flash/Kconfig:69`` Menu path: (Top) → Device Drivers → Flash hardware support .. code-block:: kconfig config FLASH_MCUX_FLEXSPI_MX25UM51345G bool "MCUX FlexSPI MX25UM51345G driver" select FLASH_HAS_PAGE_LAYOUT select FLASH_HAS_DRIVER_ENABLED select MEMC select MEMC_MCUX_FLEXSPI depends on HAS_MCUX_FLEXSPI && FLASH *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*