mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
i.MX7ULP: Add CONFIG_MX7ULP to kconfig
Since many drivers need this CONFIG_MX7ULP to distiguish the settings for i.MX7ULP only. Add this entry to cpu's kconfig. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
a0f4f7ee60
commit
911d7d356a
1 changed files with 5 additions and 1 deletions
|
@ -3,12 +3,16 @@ if ARCH_MX7ULP
|
|||
config SYS_SOC
|
||||
default "mx7ulp"
|
||||
|
||||
config MX7ULP
|
||||
bool
|
||||
|
||||
choice
|
||||
prompt "MX7ULP board select"
|
||||
optional
|
||||
|
||||
config TARGET_MX7ULP_EVK
|
||||
bool "Support mx7ulp EVK board"
|
||||
bool "Support mx7ulp EVK board"
|
||||
select MX7ULP
|
||||
select SYS_ARCH_TIMER
|
||||
|
||||
endchoice
|
||||
|
|
Loading…
Reference in a new issue