summaryrefslogtreecommitdiffstats
path: root/drivers/ram/Kconfig
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2018-08-06 10:23:30 +0200
committerSimon Glass <sjg@chromium.org>2018-09-18 00:01:18 -0600
commite40615565d68465284b3c6a5fc4147f662824a88 (patch)
tree8654ebc0d143eed7c33e69db4b2a584e44359570 /drivers/ram/Kconfig
parent0f1caa98807901a2d94cdda891d8380c4dc69063 (diff)
downloadu-boot-e40615565d68465284b3c6a5fc4147f662824a88.tar.gz
u-boot-e40615565d68465284b3c6a5fc4147f662824a88.tar.xz
u-boot-e40615565d68465284b3c6a5fc4147f662824a88.zip
ram: Add driver for MPC83xx
Add a RAM driver for the MPC83xx architecture. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'drivers/ram/Kconfig')
-rw-r--r--drivers/ram/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/ram/Kconfig b/drivers/ram/Kconfig
index 496e2b793b..54bb4b419f 100644
--- a/drivers/ram/Kconfig
+++ b/drivers/ram/Kconfig
@@ -34,4 +34,13 @@ config STM32_SDRAM
support external memories like sdram, psram & nand.
This driver is for the sdram memory interface with the FMC.
+config MPC83XX_SDRAM
+ bool "Enable MPC83XX SDRAM support"
+ depends on RAM
+ help
+ Enable support for the internal DDR Memory Controller of the MPC83xx
+ family of SoCs. Both static configurations, as well as configuring
+ the RAM through the use of SPD (Serial Presence Detect) is supported
+ via device tree settings.
+
source "drivers/ram/stm32mp1/Kconfig"