mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
This commit is contained in:
1
drivers/ddr/Kconfig
Normal file
1
drivers/ddr/Kconfig
Normal file
@ -0,0 +1 @@
|
||||
source "drivers/ddr/altera/Kconfig"
|
5
drivers/ddr/altera/Kconfig
Normal file
5
drivers/ddr/altera/Kconfig
Normal file
@ -0,0 +1,5 @@
|
||||
config ALTERA_SDRAM
|
||||
bool "SoCFPGA DDR SDRAM driver"
|
||||
depends on TARGET_SOCFPGA_GEN5
|
||||
help
|
||||
Enable DDR SDRAM controller for the SoCFPGA devices.
|
@ -8,4 +8,6 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
obj-$(CONFIG_ALTERA_SDRAM) += sdram.o sequencer.o
|
||||
ifdef CONFIG_ALTERA_SDRAM
|
||||
obj-$(CONFIG_TARGET_SOCFPGA_GEN5) += sdram.o sequencer.o
|
||||
endif
|
||||
|
Reference in New Issue
Block a user