caam: enable support for iMX7ULP
[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         select HAS_CAAM
13         bool
14
15 choice
16         prompt "MX7ULP board select"
17         optional
18
19 config TARGET_MX7ULP_COM
20         bool "Support MX7ULP COM board"
21         select MX7ULP
22         select SYS_ARCH_TIMER
23
24 config TARGET_MX7ULP_EVK
25         bool "Support mx7ulp EVK board"
26         select MX7ULP
27         select SYS_ARCH_TIMER
28
29 endchoice
30
31 source "board/ea/mx7ulp_com/Kconfig"
32 source "board/freescale/mx7ulp_evk/Kconfig"
33
34 endif