arm: sunxi: Enable DM_MMC and DM_SCSI
[oweals/u-boot.git] / arch / arm / mach-imx / 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         select SYS_ARCH_TIMER
13
14 endchoice
15
16 source "board/freescale/mx7ulp_evk/Kconfig"
17
18 endif