forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/arch/arm/mach-hisi/Kconfig
....@@ -1,8 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config ARCH_HISI
23 bool "Hisilicon SoC Support"
3
- depends on ARCH_MULTI_V7
4
+ depends on ARCH_MULTI_V7 || ARCH_MULTI_V5
45 select ARM_AMBA
5
- select ARM_GIC
6
+ select ARM_GIC if ARCH_MULTI_V7
67 select ARM_TIMER_SP804
78 select POWER_RESET
89 select POWER_RESET_HISI
....@@ -24,13 +25,13 @@
2425 Support for Hisilicon Hi36xx SoC family
2526
2627 config ARCH_HIP01
27
- bool "Hisilicon HIP01 family"
28
- depends on ARCH_MULTI_V7
29
- select HAVE_ARM_SCU if SMP
30
- select HAVE_ARM_TWD if SMP
31
- select ARM_GLOBAL_TIMER
32
- help
33
- Support for Hisilicon HIP01 SoC family
28
+ bool "Hisilicon HIP01 family"
29
+ depends on ARCH_MULTI_V7
30
+ select HAVE_ARM_SCU if SMP
31
+ select HAVE_ARM_TWD if SMP
32
+ select ARM_GLOBAL_TIMER
33
+ help
34
+ Support for Hisilicon HIP01 SoC family
3435
3536 config ARCH_HIP04
3637 bool "Hisilicon HiP04 Cortex A15 family"
....@@ -53,6 +54,14 @@
5354 select PINCTRL_SINGLE
5455 help
5556 Support for Hisilicon HIX5HD2 SoC family
57
+
58
+config ARCH_SD5203
59
+ bool "Hisilicon SD5203 family"
60
+ depends on ARCH_MULTI_V5
61
+ select DW_APB_ICTL
62
+ help
63
+ Support for Hisilicon SD5203 SoC family
64
+
5665 endmenu
5766
5867 endif