From bf1ae4426b89bd8b3e036e012acc4bc88fec4c6e Mon Sep 17 00:00:00 2001 From: Vikas Manocha Date: Mon, 10 Apr 2017 15:02:51 -0700 Subject: stm32f7: sdram: move sdram driver code to ram drivers area Signed-off-by: Vikas Manocha cc: Christophe KERELLO --- drivers/ram/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'drivers/ram/Kconfig') diff --git a/drivers/ram/Kconfig b/drivers/ram/Kconfig index ff09f226dfd..61afd7a92a4 100644 --- a/drivers/ram/Kconfig +++ b/drivers/ram/Kconfig @@ -16,3 +16,11 @@ config SPL_RAM If this is acceptable and you have a need to use RAM drivers in SPL, enable this option. It might provide a cleaner interface to setting up RAM (e.g. SDRAM / DDR) within SPL. + +config STM32_SDRAM + bool "Enable STM32 SDRAM support" + depends on RAM + help + STM32F7 family devices support flexible memory controller(FMC) to + support external memories like sdram, psram & nand. + This driver is for the sdram memory interface with the FMC. -- cgit v1.2.3