CONFIG_MEMC_STM32

Enable STM32 Flexible Memory Controller (FMC)

Type: bool

Help

Enable STM32 Flexible Memory Controller.

Direct dependencies

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

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • n

Kconfig definitions

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/st_stm32/Kconfig.defconfig:3

Menu path: (Top)

config MEMC_STM32
    bool
    default y
    depends on MEMC && SOC_FAMILY_STM32

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/soc/arm/st_stm32/Kconfig.defconfig:3

Menu path: (Top)

config MEMC_STM32
    bool
    default y
    depends on MEMC && SOC_FAMILY_STM32

At <Zephyr>/drivers/memc/Kconfig.stm32:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:104<Zephyr>/drivers/memc/Kconfig:23

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

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

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