Skip to content

Commit c083144

Browse files
Kefeng Wangjoyxu
authored andcommitted
ARM: hisi: add support for SD5203 SoC
Enable support for the Hisilicon SD5203 SoC. The core is ARM926EJ-S. Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
1 parent 9123e3a commit c083144

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

arch/arm/mach-hisi/Kconfig

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
config ARCH_HISI
33
bool "Hisilicon SoC Support"
4-
depends on ARCH_MULTI_V7
4+
depends on ARCH_MULTI_V7 || ARCH_MULTI_V5
55
select ARM_AMBA
6-
select ARM_GIC
6+
select ARM_GIC if ARCH_MULTI_V7
77
select ARM_TIMER_SP804
88
select POWER_RESET
99
select POWER_RESET_HISI
@@ -15,6 +15,7 @@ menu "Hisilicon platform type"
1515

1616
config ARCH_HI3xxx
1717
bool "Hisilicon Hi36xx family"
18+
depends on ARCH_MULTI_V7
1819
select CACHE_L2X0
1920
select HAVE_ARM_SCU if SMP
2021
select HAVE_ARM_TWD if SMP
@@ -25,6 +26,7 @@ config ARCH_HI3xxx
2526

2627
config ARCH_HIP01
2728
bool "Hisilicon HIP01 family"
29+
depends on ARCH_MULTI_V7
2830
select HAVE_ARM_SCU if SMP
2931
select HAVE_ARM_TWD if SMP
3032
select ARM_GLOBAL_TIMER
@@ -33,6 +35,7 @@ config ARCH_HIP01
3335

3436
config ARCH_HIP04
3537
bool "Hisilicon HiP04 Cortex A15 family"
38+
depends on ARCH_MULTI_V7
3639
select ARM_ERRATA_798181 if SMP
3740
select HAVE_ARM_ARCH_TIMER
3841
select MCPM if SMP
@@ -43,13 +46,22 @@ config ARCH_HIP04
4346

4447
config ARCH_HIX5HD2
4548
bool "Hisilicon X5HD2 family"
49+
depends on ARCH_MULTI_V7
4650
select CACHE_L2X0
4751
select HAVE_ARM_SCU if SMP
4852
select HAVE_ARM_TWD if SMP
4953
select PINCTRL
5054
select PINCTRL_SINGLE
5155
help
5256
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+
5365
endmenu
5466

5567
endif

0 commit comments

Comments
 (0)