summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/mx7/Kconfig
blob: ea19e5c411fe60c4307c4ab3b2a0aee8905b8595 (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
if ARCH_MX7

config MX7
	bool
	default y

config MX7D
	bool

choice
	prompt "MX7 board select"
	optional

config TARGET_MX7DSABRESD
	bool "mx7dsabresd"
	select DM
	select DM_THERMAL

endchoice

config SYS_SOC
	default "mx7"

source "board/freescale/mx7dsabresd/Kconfig"

endif
OpenPOWER on IntegriCloud