2017-02-22 08:21:39 +00:00
|
|
|
if ARCH_MX7ULP
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "mx7ulp"
|
|
|
|
|
2019-11-05 12:47:51 +00: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 08:21:56 +00:00
|
|
|
choice
|
|
|
|
prompt "MX7ULP board select"
|
|
|
|
optional
|
|
|
|
|
2019-12-09 13:43:03 +00:00
|
|
|
config TARGET_MX7ULP_COM
|
|
|
|
bool "Support MX7ULP COM board"
|
|
|
|
select MX7ULP
|
|
|
|
select SYS_ARCH_TIMER
|
|
|
|
|
2017-02-22 08:21:56 +00:00
|
|
|
config TARGET_MX7ULP_EVK
|
2019-07-22 01:24:50 +00:00
|
|
|
bool "Support mx7ulp EVK board"
|
|
|
|
select MX7ULP
|
2018-04-12 01:24:46 +00:00
|
|
|
select SYS_ARCH_TIMER
|
2017-02-22 08:21:56 +00:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2019-12-09 13:43:03 +00:00
|
|
|
source "board/ea/mx7ulp_com/Kconfig"
|
2017-02-22 08:21:56 +00:00
|
|
|
source "board/freescale/mx7ulp_evk/Kconfig"
|
|
|
|
|
2017-02-22 08:21:39 +00:00
|
|
|
endif
|