:orphan: .. title:: MEMC_STM32 .. option:: CONFIG_MEMC_STM32 *Enable STM32 Flexible Memory Controller (FMC)* Type: ``bool`` Help ==== Enable STM32 Flexible Memory Controller. Direct dependencies =================== (\ :option:`MEMC ` && \ :option:`SOC_FAMILY_STM32 `) || (\ :option:`SOC_SERIES_STM32H7X ` && \ :option:`MEMC `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/st_stm32/common/Kconfig.defconfig.series:70`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config MEMC_STM32 bool default y depends on \ :option:`MEMC ` && \ :option:`SOC_FAMILY_STM32 ` ---- At ``drivers/memc/Kconfig.stm32:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:104`` → ``drivers/memc/Kconfig:23`` Menu path: (Top) → Device Drivers → Memory controllers [EXPERIMENTAL] .. parsed-literal:: config MEMC_STM32 bool "Enable STM32 Flexible Memory Controller (FMC)" depends on \ :option:`SOC_SERIES_STM32H7X ` && \ :option:`MEMC ` help Enable STM32 Flexible Memory Controller. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*