mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 14:23:00 +00:00
e90711f0e9
First supported chip is hi3798mv200 (which is similar to Hi3798cv200 used by poplar). Signed-off-by: Yang Xiwen <forbidden405@outlook.com>
14 lines
185 B
Text
14 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
|