]> git.karo-electronics.de Git - linux-beck.git/commitdiff
arm64: Add support for Spreadtrum's Sharkl64 Platform in Kconfig and defconfig
authorZhizhou Zhang <zhizhou.zhang@spreadtrum.com>
Wed, 11 Mar 2015 02:27:08 +0000 (02:27 +0000)
committerArnd Bergmann <arnd@arndb.de>
Wed, 11 Mar 2015 22:00:21 +0000 (23:00 +0100)
Adds support for Spreadtrum's SoC Platform in the arm64 Kconfig and
defconfig files.

Signed-off-by: Zhizhou Zhang <zhizhou.zhang@spreadtrum.com>
Signed-off-by: Orson Zhai <orson.zhai@spreadtrum.com>
Signed-off-by: Chunyan Zhang <chunyan.zhang@spreadtrum.com>
arch/arm64/Kconfig
arch/arm64/configs/defconfig

index 9f805cf2e0b073ca0c4c681da5ce9828617a0c69..56f425b392d5289017178bcf93f8023d15065d9d 100644 (file)
@@ -208,6 +208,11 @@ config ARCH_TEGRA_132_SOC
          but contains an NVIDIA Denver CPU complex in place of
          Tegra124's "4+1" Cortex-A15 CPU complex.
 
+config ARCH_SPRD
+       bool "Spreadtrum SoC platform"
+       help
+         Support for Spreadtrum ARM based SoCs
+
 config ARCH_THUNDER
        bool "Cavium Inc. Thunder SoC Family"
        help
index c34bfa002303063677e05519bfcfb774762a4199..f3c8619f8fe1d9f71a951863ba8e3c3a89c5346d 100644 (file)
@@ -33,6 +33,7 @@ CONFIG_MODULE_UNLOAD=y
 # CONFIG_IOSCHED_DEADLINE is not set
 CONFIG_ARCH_FSL_LS2085A=y
 CONFIG_ARCH_MEDIATEK=y
+CONFIG_ARCH_SPRD=y
 CONFIG_ARCH_THUNDER=y
 CONFIG_ARCH_VEXPRESS=y
 CONFIG_ARCH_XGENE=y