]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/armv7/mx7ulp/Kconfig
Merge git://www.denx.de/git/u-boot-marvell
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / mx7ulp / Kconfig
1 if ARCH_MX7ULP
2
3 config SYS_SOC
4 default "mx7ulp"
5
6 choice
7 prompt "MX7ULP board select"
8 optional
9
10 config TARGET_MX7ULP_EVK
11 bool "Support mx7ulp EVK board"
12
13 endchoice
14
15 source "board/freescale/mx7ulp_evk/Kconfig"
16
17 endif