aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-hisi
diff options
context:
space:
mode:
authorHaojian Zhuang <haojian.zhuang@linaro.org>2014-03-31 23:01:09 -0400
committerOlof Johansson <olof@lixom.net>2014-07-31 01:32:19 -0400
commit7685b125ca84a2da9c7a43578c3081cd209c2ac3 (patch)
treecde77f347115730a4b5b519f65734548c9430dad /arch/arm/mach-hisi
parent21b9554e7b5388c84400334683e6e4cc821bdb3e (diff)
ARM: hisi: add ARCH_HISI
Since multiple ARCH configuration will be appended into mach-hisi directory, add ARCH_HISI as common configuration for different platforms in mach-hisi. Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org> Acked-by: Wei Xu <xuwei5@hisilicon.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-hisi')
-rw-r--r--arch/arm/mach-hisi/Kconfig16
1 files changed, 14 insertions, 2 deletions
diff --git a/arch/arm/mach-hisi/Kconfig b/arch/arm/mach-hisi/Kconfig
index feee4dbb0760..da16efd3c927 100644
--- a/arch/arm/mach-hisi/Kconfig
+++ b/arch/arm/mach-hisi/Kconfig
@@ -1,8 +1,16 @@
1config ARCH_HI3xxx 1config ARCH_HISI
2 bool "Hisilicon Hi36xx/Hi37xx family" if ARCH_MULTI_V7 2 bool "Hisilicon SoC Support"
3 depends on ARCH_MULTIPLATFORM
3 select ARM_AMBA 4 select ARM_AMBA
4 select ARM_GIC 5 select ARM_GIC
5 select ARM_TIMER_SP804 6 select ARM_TIMER_SP804
7
8if ARCH_HISI
9
10menu "Hisilicon platform type"
11
12config ARCH_HI3xxx
13 bool "Hisilicon Hi36xx/Hi37xx family" if ARCH_MULTI_V7
6 select CACHE_L2X0 14 select CACHE_L2X0
7 select HAVE_ARM_SCU if SMP 15 select HAVE_ARM_SCU if SMP
8 select HAVE_ARM_TWD if SMP 16 select HAVE_ARM_TWD if SMP
@@ -10,3 +18,7 @@ config ARCH_HI3xxx
10 select PINCTRL_SINGLE 18 select PINCTRL_SINGLE
11 help 19 help
12 Support for Hisilicon Hi36xx/Hi37xx processor family 20 Support for Hisilicon Hi36xx/Hi37xx processor family
21
22endmenu
23
24endif