Add support for Texas Instruments' K3 Generation Processor families. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>lime2-spi
parent
7e2951160f
commit
586bde93eb
@ -0,0 +1,12 @@ |
|||||||
|
if ARCH_K3 |
||||||
|
|
||||||
|
choice |
||||||
|
prompt "Texas Instruments' K3 based SoC select" |
||||||
|
optional |
||||||
|
|
||||||
|
endchoice |
||||||
|
|
||||||
|
config SYS_SOC |
||||||
|
default "k3" |
||||||
|
|
||||||
|
endif |
Loading…
Reference in new issue