summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/mx7/Kconfig
blob: 892ffae30951e160b1088da10da8397de7eee70c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
if ARCH_MX7

config MX7
	bool
	default y

config MX7D
	bool

choice
	prompt "MX7 board select"
	optional

config TARGET_MX7DSABRESD
	bool "mx7dsabresd"
	select CPU_V7
	select DM
	select DM_THERMAL

endchoice

config SYS_SOC
	default "mx7"

source "board/freescale/mx7dsabresd/Kconfig"

endif
OpenPOWER on IntegriCloud