mx7ulp: Add support for Embedded Artists COM board
[platform/kernel/u-boot.git] / arch / arm / mach-imx / mx7ulp / Kconfig
1 if ARCH_MX7ULP
2
3 config SYS_SOC
4         default "mx7ulp"
5
6 config LDO_ENABLED_MODE
7         bool "i.MX7ULP LDO Enabled Mode"
8         help
9           Select this option to enable the PMC1 LDO.
10
11 config MX7ULP
12         bool
13
14 choice
15         prompt "MX7ULP board select"
16         optional
17
18 config TARGET_MX7ULP_COM
19         bool "Support MX7ULP COM board"
20         select MX7ULP
21         select SYS_ARCH_TIMER
22
23 config TARGET_MX7ULP_EVK
24         bool "Support mx7ulp EVK board"
25         select MX7ULP
26         select SYS_ARCH_TIMER
27
28 endchoice
29
30 source "board/ea/mx7ulp_com/Kconfig"
31 source "board/freescale/mx7ulp_evk/Kconfig"
32
33 endif