Yang Xiwen | db1d1f4 | 2023-04-01 19:17:33 +0800 | [diff] [blame] | 1 | if ARCH_HISTB |
2 | |||||
3 | choice | ||||
4 | prompt "Select a HiSTB SoC" | ||||
5 | |||||
6 | config ARCH_HI3798MV2X | ||||
7 | bool "Hi3798M V2XX series SoC" | ||||
8 | select ARM64 | ||||
9 | help | ||||
10 | Support for Hi3798MV2XX series SoCs. | ||||
11 | |||||
12 | endchoice | ||||
13 | |||||
14 | endif |