arm: K3: Add initial support for TI's K3 generation of SoCs
[oweals/u-boot.git] / arch / arm / mach-k3 / Kconfig
1 if ARCH_K3
2
3 choice
4         prompt "Texas Instruments' K3 based SoC select"
5         optional
6
7 endchoice
8
9 config SYS_SOC
10         default "k3"
11
12 endif