blob: 6680f856c5bd5c49ce8c94cb877c95a33af14a78 [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
12 bool
13
Peng Fan77fa0452017-02-22 16:21:56 +080014choice
15 prompt "MX7ULP board select"
16 optional
17
Fabio Estevam0417ef12019-12-09 10:43:03 -030018config TARGET_MX7ULP_COM
19 bool "Support MX7ULP COM board"
20 select MX7ULP
21 select SYS_ARCH_TIMER
22
Peng Fan77fa0452017-02-22 16:21:56 +080023config TARGET_MX7ULP_EVK
Ye Li911d7d32019-07-22 01:24:50 +000024 bool "Support mx7ulp EVK board"
25 select MX7ULP
Andre Przywara7842b6a2018-04-12 04:24:46 +030026 select SYS_ARCH_TIMER
Peng Fan77fa0452017-02-22 16:21:56 +080027
28endchoice
29
Fabio Estevam0417ef12019-12-09 10:43:03 -030030source "board/ea/mx7ulp_com/Kconfig"
Peng Fan77fa0452017-02-22 16:21:56 +080031source "board/freescale/mx7ulp_evk/Kconfig"
32
Peng Fane90a08d2017-02-22 16:21:39 +080033endif