summaryrefslogtreecommitdiff
path: root/drivers/ddr/altera
diff options
context:
space:
mode:
authorTien Fong Chee <tien.fong.chee@intel.com>2017-12-05 10:58:03 +0300
committerMarek Vasut <marex@denx.de>2018-05-18 11:30:47 +0300
commit901af3e903c09c7681197a03367d82286f9f6e3f (patch)
tree141b522874247a810738389c08b2624b4c66460e /drivers/ddr/altera
parent5658a299bdd2f616277eaea5d601976108d18326 (diff)
downloadu-boot-901af3e903c09c7681197a03367d82286f9f6e3f.tar.xz
configs: Add DDR Kconfig support for Arria 10
This patch enables DDR Kconfig support for Arria 10. Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com> Reviewed-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'drivers/ddr/altera')
-rw-r--r--drivers/ddr/altera/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ddr/altera/Kconfig b/drivers/ddr/altera/Kconfig
index 021ec1d857..2b28a97f6e 100644
--- a/drivers/ddr/altera/Kconfig
+++ b/drivers/ddr/altera/Kconfig
@@ -1,5 +1,5 @@
config ALTERA_SDRAM
bool "SoCFPGA DDR SDRAM driver"
- depends on TARGET_SOCFPGA_GEN5
+ depends on TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
help
Enable DDR SDRAM controller for the SoCFPGA devices.