]> Git Repo - u-boot.git/blob - drivers/ddr/altera/Kconfig
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / drivers / ddr / altera / Kconfig
1 config SPL_ALTERA_SDRAM
2         bool "SoCFPGA DDR SDRAM driver in SPL"
3         depends on SPL
4         depends on TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10 || TARGET_SOCFPGA_SOC64
5         select RAM if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_SOC64
6         select SPL_RAM if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_SOC64
7         help
8           Enable DDR SDRAM controller for the SoCFPGA devices.
This page took 0.030149 seconds and 4 git commands to generate.