blob: 2ffac9cf7c5e5763462d59e2321eceadc0e5e9ac [file] [log] [blame]
Peng Fan2c7b1702017-02-22 16:21:39 +08001if ARCH_MX7ULP
2
3config SYS_SOC
4 default "mx7ulp"
5
Fabio Estevamd1d70232019-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 Lie1c0b402019-07-22 01:24:50 +000011config MX7ULP
Franck LENORMAND4fde0a12021-03-25 17:30:23 +080012 select HAS_CAAM
Ye Lie1c0b402019-07-22 01:24:50 +000013 bool
14
Peng Fanf7765d72017-02-22 16:21:56 +080015choice
16 prompt "MX7ULP board select"
17 optional
18
Fabio Estevamebc8fcc2019-12-09 10:43:03 -030019config TARGET_MX7ULP_COM
20 bool "Support MX7ULP COM board"
21 select MX7ULP
22 select SYS_ARCH_TIMER
23
Peng Fanf7765d72017-02-22 16:21:56 +080024config TARGET_MX7ULP_EVK
Ye Lie1c0b402019-07-22 01:24:50 +000025 bool "Support mx7ulp EVK board"
26 select MX7ULP
Andre Przywara7b169252018-04-12 04:24:46 +030027 select SYS_ARCH_TIMER
Peng Fanf7765d72017-02-22 16:21:56 +080028
29endchoice
30
Fabio Estevamebc8fcc2019-12-09 10:43:03 -030031source "board/ea/mx7ulp_com/Kconfig"
Peng Fanf7765d72017-02-22 16:21:56 +080032source "board/freescale/mx7ulp_evk/Kconfig"
33
Peng Fan2c7b1702017-02-22 16:21:39 +080034endif