u-boot/arch/arm/mach-imx/imx8ulp/Kconfig
Peng Fan 19b990b4f7 arm: imx: add i.MX8ULP basic Kconfig option
Add i.MX8ULP related basic Kconfig option, which will be used later.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
2021-08-09 14:46:50 +02:00

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