summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/imx8ulp/Kconfig
blob: 167dbb3fb1a9877e52c737a7cdc11a84bb9856e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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