diff options
author | Kevin Hilman <khilman@linaro.org> | 2015-06-11 02:07:15 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2015-06-11 02:07:15 +0200 |
commit | 259413afbf21c5e774e5aa2c633257b2952ece31 (patch) | |
tree | 4369878f6728431c6ae461724280721560b5feb6 /arch/arm64/Kconfig | |
parent | MAINTAINERS: update Shawn's email to use kernel.org one (diff) | |
parent | arm64: Enable Hisilicon ARMv8 SoC family in Kconfig and defconfig (diff) | |
download | linux-259413afbf21c5e774e5aa2c633257b2952ece31.tar.xz linux-259413afbf21c5e774e5aa2c633257b2952ece31.zip |
Merge tag 'hi6220-soc-for-4.2' of git://github.com/hisilicon/linux-hisi into next/soc
ARM64: Hisilicon ARM64 SoC Updates for V4.2
- Added Hisilicon ARM64 SoC family support in Kconfig and defconfig
* tag 'hi6220-soc-for-4.2' of git://github.com/hisilicon/linux-hisi:
arm64: Enable Hisilicon ARMv8 SoC family in Kconfig and defconfig
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 7796af4b1d6f..cb8fa34e1a6c 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -181,6 +181,11 @@ config ARCH_FSL_LS2085A help This enables support for Freescale LS2085A SOC. +config ARCH_HISI + bool "Hisilicon SoC Family" + help + This enables support for Hisilicon ARMv8 SoC family + config ARCH_MEDIATEK bool "Mediatek MT65xx & MT81xx ARMv8 SoC" select ARM_GIC |