-
CONFIG_MEMC_STM32_SDRAM
¶
Enable STM32 FMC SDRAM controller
Type: bool
Help¶
Enable STM32 FMC SDRAM controller.
Default¶
n
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/memc/Kconfig.stm32:12
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:104
→ <Zephyr>/drivers/memc/Kconfig:23
Menu path: (Top) → Device Drivers → Memory controllers [EXPERIMENTAL] → Enable STM32 Flexible Memory Controller (FMC)
config MEMC_STM32_SDRAM
bool "Enable STM32 FMC SDRAM controller"
default n
select USE_STM32_LL_FMC
select USE_STM32_HAL_SDRAM
depends on MEMC_STM32 && MEMC
help
Enable STM32 FMC SDRAM controller.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)