summaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3/Kconfig
blob: 552b84923e304972aa646d1e62e082c7670d2d33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if ARCH_K3

choice
	prompt "Texas Instruments' K3 based SoC select"
	optional

endchoice

config SYS_SOC
	default "k3"

endif