blob: 78d40859a307f0c86e817b3e0f53942dbd2d2fec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
|