summaryrefslogtreecommitdiffstats
path: root/drivers/ddr/fsl/Kconfig
blob: 857e3a52254841c902453515e75aa430b1e31509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: GPL-2.0
config DDR_FSL
	bool "Freescale DDR support" if COMPILE_TEST
	depends on ARM

if DDR_FSL

config DDR_FSL_DDR1
	bool "Enable DDR1 support"
config DDR_FSL_DDR2
	bool "Enable DDR2 support"
config DDR_FSL_DDR3
	bool "Enable DDR3 support"
config DDR_FSL_DDR4
	bool "Enable DDR4 support"

endif