mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 22:24:32 +00:00
19b990b4f7
Add i.MX8ULP related basic Kconfig option, which will be used later. Signed-off-by: Peng Fan <peng.fan@nxp.com>
16 lines
177 B
Text
16 lines
177 B
Text
if ARCH_IMX8ULP
|
|
|
|
config IMX8ULP
|
|
bool
|
|
select ARMV8_SPL_EXCEPTION_VECTORS
|
|
|
|
config SYS_SOC
|
|
default "imx8ulp"
|
|
|
|
choice
|
|
prompt "i.MX8ULP board select"
|
|
optional
|
|
|
|
endchoice
|
|
|
|
endif
|