Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
[oweals/u-boot.git] / arch / arm / cpu / armv7 / mx7 / Kconfig
1 if ARCH_MX7
2
3 config MX7
4         bool
5         default y
6
7 config MX7D
8         bool
9
10 choice
11         prompt "MX7 board select"
12         optional
13
14 config TARGET_MX7DSABRESD
15         bool "mx7dsabresd"
16         select CPU_V7
17         select DM
18         select DM_THERMAL
19
20 endchoice
21
22 config SYS_SOC
23         default "mx7"
24
25 source "board/freescale/mx7dsabresd/Kconfig"
26
27 endif