summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/mx7/Kconfig
blob: ecfa4a2c3565d77b7a55845540e199c12abed48b (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
28
29
30
31
32
33
34
35
36
if ARCH_MX7

config MX7
	bool
	select ROM_UNIFIED_SECTIONS
	default y

config MX7D
	select ROM_UNIFIED_SECTIONS
	bool

choice
	prompt "MX7 board select"
	optional

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

config TARGET_WARP7
	bool "warp7"
	select MX7D
	select DM
	select DM_THERMAL

endchoice

config SYS_SOC
	default "mx7"

source "board/freescale/mx7dsabresd/Kconfig"
source "board/warp7/Kconfig"

endif
OpenPOWER on IntegriCloud