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 Driver>/memc/Kconfig.stm32:14
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:106 → <Zephyr Driver>/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.)