imx: mx7: drop select CPU_V7 for board target
[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 DM
17         select DM_THERMAL
18
19 endchoice
20
21 config SYS_SOC
22         default "mx7"
23
24 source "board/freescale/mx7dsabresd/Kconfig"
25
26 endif