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 | |
Yang Xiwen | 89a7e96 | 2023-04-01 19:17:36 +0800 | [diff] [blame] | 14 | if ARCH_HI3798MV2X |
| 15 | |
| 16 | choice |
| 17 | prompt "Select a Hi3798M V2XX based board" |
| 18 | |
| 19 | config 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 | |
| 33 | endchoice |
| 34 | |
| 35 | endif |
| 36 | |
| 37 | source "board/skyworth/hc2910-2aghd05/Kconfig" |
| 38 | |
Yang Xiwen | db1d1f4 | 2023-04-01 19:17:33 +0800 | [diff] [blame] | 39 | endif |