]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-imx/mx7ulp/Kconfig
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[people/ms/u-boot.git] / arch / arm / mach-imx / mx7ulp / Kconfig
CommitLineData
e90a08da
PF
1if ARCH_MX7ULP
2
3config SYS_SOC
4 default "mx7ulp"
5
77fa0457
PF
6choice
7 prompt "MX7ULP board select"
8 optional
9
10config TARGET_MX7ULP_EVK
11 bool "Support mx7ulp EVK board"
12
13endchoice
14
15source "board/freescale/mx7ulp_evk/Kconfig"
16
e90a08da 17endif