blob: 012dbfe8bc6f5bf3eff9d5323aed75333e8881cb [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
Yang Xiwen89a7e962023-04-01 19:17:36 +080014if ARCH_HI3798MV2X
15
16choice
17 prompt "Select a Hi3798M V2XX based board"
18
19config TARGET_HC2910_2AGHD05
20 bool "Skyworth HC2910 with board label 2AGHD05"
21 help
22 Support for Skyworth HC2910 with board label 2AGHD05. This board features:
23 - Hisilicon Hi3798MV200 SoC (4xCortex-A53, Mali MP-450)
24 - 2GiB DRAM
25 - 8GiB eMMC, uSD slot
26 - Wifi and Bluetooth module
27 - 1x USB 2.0, 1x USB 3.0 host port
28 - HDMI
29 - SCI
30 - 3 LED - power, Wifi, Lock(?)
31 - 1x Fast Ethernet Controller, 1x GBe Ethernet Controller
32
33endchoice
34
35endif
36
37source "board/skyworth/hc2910-2aghd05/Kconfig"
38
Yang Xiwendb1d1f42023-04-01 19:17:33 +080039endif