mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
13 lines
126 B
Text
13 lines
126 B
Text
|
if ARCH_K3
|
||
|
|
||
|
choice
|
||
|
prompt "Texas Instruments' K3 based SoC select"
|
||
|
optional
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "k3"
|
||
|
|
||
|
endif
|