blob: 78d40859a307f0c86e817b3e0f53942dbd2d2fec [file] [log] [blame]
Yang Xiwendb1d1f42023-04-01 19:17:33 +08001if ARCH_HISTB
2
3choice
4 prompt "Select a HiSTB SoC"
5
6config ARCH_HI3798MV2X
7 bool "Hi3798M V2XX series SoC"
8 select ARM64
9 help
10 Support for Hi3798MV2XX series SoCs.
11
12endchoice
13
14endif