CONFIG_FLASH_MCUX_FLEXSPI_MX25UM51345G

MCUX FlexSPI MX25UM51345G driver

Type: bool

Direct dependencies

BOARD_MIMXRT685_EVK || (HAS_MCUX_FLEXSPI && FLASH)

(Includes any dependencies from ifs and menus.)

Default

Kconfig definitions

At <Zephyr Boards>/arm/mimxrt685_evk/Kconfig.defconfig:17

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config FLASH_MCUX_FLEXSPI_MX25UM51345G
    bool
    default y if FLASH
    depends on BOARD_MIMXRT685_EVK

At <Zephyr Driver>/flash/Kconfig.mcux:37

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:62<Zephyr Driver>/flash/Kconfig:73

Menu path: (Top) → Device Drivers → Flash hardware support

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.)