:orphan: .. title:: CONFIG_MEMC_STM32 .. kconfig:: CONFIG_MEMC_STM32 CONFIG_MEMC_STM32 ################# *Enable STM32 Flexible Memory Controller (FMC)* Type: ``bool`` Help ==== .. code-block:: none Enable STM32 Flexible Memory Controller. Direct dependencies =================== (\ :kconfig:`MEMC ` && \ :kconfig:`SOC_FAMILY_STM32 `) || (\ :kconfig:`MEMC ` && \ :kconfig:`SOC_FAMILY_STM32 `) || \ :kconfig:`MEMC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - n Kconfig definitions =================== At ``/arm/st_stm32/common/Kconfig.defconfig.series:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config MEMC_STM32 bool default y depends on MEMC && SOC_FAMILY_STM32 ---- At ``/arm/st_stm32/common/Kconfig.defconfig.series:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config MEMC_STM32 bool default y depends on MEMC && SOC_FAMILY_STM32 ---- At ``/memc/Kconfig.stm32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:106`` → ``/memc/Kconfig:23`` Menu path: (Top) → Device Drivers → Memory controllers [EXPERIMENTAL] .. code-block:: kconfig 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.)*