mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 21:54:45 +00:00
901af3e903
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>
5 lines
173 B
Text
5 lines
173 B
Text
config ALTERA_SDRAM
|
|
bool "SoCFPGA DDR SDRAM driver"
|
|
depends on TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
|
|
help
|
|
Enable DDR SDRAM controller for the SoCFPGA devices.
|