summaryrefslogtreecommitdiff
path: root/drivers/ddr/altera/Kconfig
blob: 83c1ab5e079ffbb5bb43cf9cf55677a63804c2c2 (plain)
1
2
3
4
5
6
7
8
config SPL_ALTERA_SDRAM
	bool "SoCFPGA DDR SDRAM driver in SPL"
	depends on SPL
	depends on TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
	select RAM if TARGET_SOCFPGA_GEN5
	select SPL_RAM if TARGET_SOCFPGA_GEN5
	help
	  Enable DDR SDRAM controller for the SoCFPGA devices.