2017-02-22 16:21:39 +08:00
|
|
|
if ARCH_MX7ULP
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "mx7ulp"
|
|
|
|
|
2019-11-05 09:47:51 -03:00
|
|
|
config LDO_ENABLED_MODE
|
|
|
|
bool "i.MX7ULP LDO Enabled Mode"
|
|
|
|
help
|
|
|
|
Select this option to enable the PMC1 LDO.
|
|
|
|
|
2019-07-22 01:24:50 +00:00
|
|
|
config MX7ULP
|
|
|
|
bool
|
|
|
|
|
2017-02-22 16:21:56 +08:00
|
|
|
choice
|
|
|
|
prompt "MX7ULP board select"
|
|
|
|
optional
|
|
|
|
|
2019-12-09 10:43:03 -03:00
|
|
|
config TARGET_MX7ULP_COM
|
|
|
|
bool "Support MX7ULP COM board"
|
|
|
|
select MX7ULP
|
|
|
|
select SYS_ARCH_TIMER
|
|
|
|
|
2017-02-22 16:21:56 +08:00
|
|
|
config TARGET_MX7ULP_EVK
|
2019-07-22 01:24:50 +00:00
|
|
|
bool "Support mx7ulp EVK board"
|
|
|
|
select MX7ULP
|
2018-04-12 04:24:46 +03:00
|
|
|
select SYS_ARCH_TIMER
|
2017-02-22 16:21:56 +08:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2019-12-09 10:43:03 -03:00
|
|
|
source "board/ea/mx7ulp_com/Kconfig"
|
2017-02-22 16:21:56 +08:00
|
|
|
source "board/freescale/mx7ulp_evk/Kconfig"
|
|
|
|
|
2017-02-22 16:21:39 +08:00
|
|
|
endif
|