u-boot-brain/arch/arm/mach-k3/Kconfig
Lokesh Vutla 586bde93eb arm: K3: Add initial support for TI's K3 generation of SoCs
Add support for Texas Instruments' K3 Generation Processor
families.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2018-09-11 08:32:55 -04:00

13 lines
126 B
Plaintext

if ARCH_K3
choice
prompt "Texas Instruments' K3 based SoC select"
optional
endchoice
config SYS_SOC
default "k3"
endif