diff options
author | Vikas Manocha <vikas.manocha@st.com> | 2017-04-10 15:02:51 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-08 11:39:02 -0400 |
commit | bf1ae4426b89bd8b3e036e012acc4bc88fec4c6e (patch) | |
tree | 6346f4d7e51595d399785308c75575530169a0b8 /drivers/ram/Kconfig | |
parent | 890bafd752460b79c607e829f58bf88f0f8484b7 (diff) | |
download | u-boot-bf1ae4426b89bd8b3e036e012acc4bc88fec4c6e.tar.gz u-boot-bf1ae4426b89bd8b3e036e012acc4bc88fec4c6e.tar.bz2 u-boot-bf1ae4426b89bd8b3e036e012acc4bc88fec4c6e.zip |
stm32f7: sdram: move sdram driver code to ram drivers area
Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
cc: Christophe KERELLO <christophe.kerello@st.com>
Diffstat (limited to 'drivers/ram/Kconfig')
-rw-r--r-- | drivers/ram/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ram/Kconfig b/drivers/ram/Kconfig index ff09f226df..61afd7a92a 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. |