summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-layerscape/Kconfig
blob: 3a44f3fea1e8ca33047a9e2251ec7fbccd20649b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if ARCH_LAYERSCAPE

config ARCH_LS1046
	select CPU_V8
	select SYS_SUPPORTS_64BIT_KERNEL
	bool

config MACH_LS1046ARDB
	bool "QorIQ LS1046A Reference Design Board"
	select ARCH_LS1046
	select DDR_SPD
	select MCI_IMX_ESDHC_PBL
	select I2C_IMX_EARLY
	select DDR_FSL
	select DDR_FSL_DDR4

config MACH_TQMLS1046A
	bool "TQ TQMLS1046A Board"
	select ARCH_LS1046

endif