]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/armv7/mx7/Kconfig
imx: hab: use unified rom section for mx6sx and mx6ul
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / mx7 / Kconfig
CommitLineData
1a8150d4
AA
1if 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"
1a8150d4
AA
16 select DM
17 select DM_THERMAL
18
19endchoice
20
21config SYS_SOC
22 default "mx7"
23
24source "board/freescale/mx7dsabresd/Kconfig"
25
26endif