blob: 892ffae30951e160b1088da10da8397de7eee70c [file] [log] [blame]
Adrian Alonso98810772015-09-03 11:49:28 -05001if ARCH_MX7
2
3config MX7
4 bool
5 default y
6
7config MX7D
8 bool
9
10choice
11 prompt "MX7 board select"
12 optional
13
14config TARGET_MX7DSABRESD
15 bool "mx7dsabresd"
16 select CPU_V7
17 select DM
18 select DM_THERMAL
19
20endchoice
21
22config SYS_SOC
23 default "mx7"
24
25source "board/freescale/mx7dsabresd/Kconfig"
26
27endif