blob: 56a3efd7b98b1c49dfb057ce3757623ad209f362 [file] [log] [blame]
Peng Fane90a08d2017-02-22 16:21:39 +08001if ARCH_MX7ULP
2
3config SYS_SOC
4 default "mx7ulp"
5
Fabio Estevamb8cabb02019-11-05 09:47:51 -03006config LDO_ENABLED_MODE
7 bool "i.MX7ULP LDO Enabled Mode"
8 help
9 Select this option to enable the PMC1 LDO.
10
Ye Li911d7d32019-07-22 01:24:50 +000011config MX7ULP
Oleksandr Suvorov498eedc2021-09-12 17:32:55 +030012 select ARCH_SUPPORT_PSCI
13 select CPU_V7_HAS_NONSEC
14 select CPU_V7_HAS_VIRT
Franck LENORMANDb5438002021-03-25 17:30:23 +080015 select HAS_CAAM
Ye Li911d7d32019-07-22 01:24:50 +000016 bool
17
Peng Fan77fa0452017-02-22 16:21:56 +080018choice
19 prompt "MX7ULP board select"
20 optional
21
Fabio Estevam0417ef12019-12-09 10:43:03 -030022config TARGET_MX7ULP_COM
23 bool "Support MX7ULP COM board"
24 select MX7ULP
25 select SYS_ARCH_TIMER
26
Peng Fan77fa0452017-02-22 16:21:56 +080027config TARGET_MX7ULP_EVK
Ye Li911d7d32019-07-22 01:24:50 +000028 bool "Support mx7ulp EVK board"
29 select MX7ULP
Andre Przywara7842b6a2018-04-12 04:24:46 +030030 select SYS_ARCH_TIMER
Peng Fan77fa0452017-02-22 16:21:56 +080031
32endchoice
33
Fabio Estevam0417ef12019-12-09 10:43:03 -030034source "board/ea/mx7ulp_com/Kconfig"
Peng Fan77fa0452017-02-22 16:21:56 +080035source "board/freescale/mx7ulp_evk/Kconfig"
36
Peng Fane90a08d2017-02-22 16:21:39 +080037endif