diff options
author | Haifeng Yan <yanhaifeng@gmail.com> | 2014-04-11 07:54:11 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-07-31 09:32:20 +0400 |
commit | 06cc5c1d4d7313bc864e9aac1d1cbd63d8b9ca4c (patch) | |
tree | b96d6476612d08b377597329043f82fb5e15c1fa /arch/arm/mach-hisi/Kconfig | |
parent | 7685b125ca84a2da9c7a43578c3081cd209c2ac3 (diff) | |
download | linux-06cc5c1d4d7313bc864e9aac1d1cbd63d8b9ca4c.tar.xz |
ARM: hisi: enable hix5hd2 SoC
Enable support for the Hisilicon HiX5HD2 SoC. This HiX5HD2 SoC series
support both single and dual Cortex-A9 cores.
Add ARCH_HIX5HD2 to distinguish HiX5HD2 from Hi3xxx.
They are different in implementation such as SMP, IPs integarted and
earlycon configure.
Signed-off-by: Haifeng Yan <yanhaifeng@gmail.com>
Signed-off-by: Jiancheng Xue <jchxue@gmail.com>
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/Kconfig')
-rw-r--r-- | arch/arm/mach-hisi/Kconfig | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/arch/arm/mach-hisi/Kconfig b/arch/arm/mach-hisi/Kconfig index da16efd3c927..90fdbb4ae00a 100644 --- a/arch/arm/mach-hisi/Kconfig +++ b/arch/arm/mach-hisi/Kconfig @@ -10,15 +10,24 @@ if ARCH_HISI menu "Hisilicon platform type" config ARCH_HI3xxx - bool "Hisilicon Hi36xx/Hi37xx family" if ARCH_MULTI_V7 + bool "Hisilicon Hi36xx family" if ARCH_MULTI_V7 select CACHE_L2X0 select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP select PINCTRL select PINCTRL_SINGLE help - Support for Hisilicon Hi36xx/Hi37xx processor family + Support for Hisilicon Hi36xx SoC family +config ARCH_HIX5HD2 + bool "Hisilicon X5HD2 family" if ARCH_MULTI_V7 + select CACHE_L2X0 + select HAVE_ARM_SCU if SMP + select HAVE_ARM_TWD if SMP + select PINCTRL + select PINCTRL_SINGLE + help + Support for Hisilicon HIX5HD2 SoC family endmenu endif |