mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 14:23:00 +00:00
15 lines
185 B
Text
15 lines
185 B
Text
|
if ARCH_HISTB
|
||
|
|
||
|
choice
|
||
|
prompt "Select a HiSTB SoC"
|
||
|
|
||
|
config ARCH_HI3798MV2X
|
||
|
bool "Hi3798M V2XX series SoC"
|
||
|
select ARM64
|
||
|
help
|
||
|
Support for Hi3798MV2XX series SoCs.
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
endif
|