The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_MEMC_STM32

Enable STM32 Flexible Memory Controller (FMC)

Type: bool

Help

Enable STM32 Flexible Memory Controller.

Direct dependencies

(MEMC && SOC_FAMILY_STM32) || (SOC_SERIES_STM32H7X && MEMC)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At soc/arm/st_stm32/common/Kconfig.defconfig.series:74

Included via Kconfig:8Kconfig.zephyr:19doc/_build/Kconfig/Kconfig.soc.defconfig:1soc/arm/st_stm32/Kconfig.defconfig:3

Menu path: (Top)

config MEMC_STM32
    bool
    default y
    depends on MEMC && SOC_FAMILY_STM32

At drivers/memc/Kconfig.stm32:4

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:104drivers/memc/Kconfig:23

Menu path: (Top) → Device Drivers → Memory controllers [EXPERIMENTAL]

config MEMC_STM32
    bool "Enable STM32 Flexible Memory Controller (FMC)"
    depends on SOC_SERIES_STM32H7X && MEMC
    help
      Enable STM32 Flexible Memory Controller.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)