diff options
author | Zhizhou Zhang <zhizhou.zhang@spreadtrum.com> | 2015-03-10 22:27:08 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-03-11 18:00:21 -0400 |
commit | c4bb799588f64d7c586ba009f97ccfe7beeae706 (patch) | |
tree | 91d8e385fe7fcded2ff1fb386b5a81f3c42c2a3c | |
parent | c46388a58664e89526fe7b8af0082b9b5c465568 (diff) |
arm64: Add support for Spreadtrum's Sharkl64 Platform in Kconfig and defconfig
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>
-rw-r--r-- | arch/arm64/Kconfig | 5 | ||||
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 9f805cf2e0b0..56f425b392d5 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -208,6 +208,11 @@ config ARCH_TEGRA_132_SOC | |||
208 | but contains an NVIDIA Denver CPU complex in place of | 208 | but contains an NVIDIA Denver CPU complex in place of |
209 | Tegra124's "4+1" Cortex-A15 CPU complex. | 209 | Tegra124's "4+1" Cortex-A15 CPU complex. |
210 | 210 | ||
211 | config ARCH_SPRD | ||
212 | bool "Spreadtrum SoC platform" | ||
213 | help | ||
214 | Support for Spreadtrum ARM based SoCs | ||
215 | |||
211 | config ARCH_THUNDER | 216 | config ARCH_THUNDER |
212 | bool "Cavium Inc. Thunder SoC Family" | 217 | bool "Cavium Inc. Thunder SoC Family" |
213 | help | 218 | help |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c34bfa002303..f3c8619f8fe1 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -33,6 +33,7 @@ CONFIG_MODULE_UNLOAD=y | |||
33 | # CONFIG_IOSCHED_DEADLINE is not set | 33 | # CONFIG_IOSCHED_DEADLINE is not set |
34 | CONFIG_ARCH_FSL_LS2085A=y | 34 | CONFIG_ARCH_FSL_LS2085A=y |
35 | CONFIG_ARCH_MEDIATEK=y | 35 | CONFIG_ARCH_MEDIATEK=y |
36 | CONFIG_ARCH_SPRD=y | ||
36 | CONFIG_ARCH_THUNDER=y | 37 | CONFIG_ARCH_THUNDER=y |
37 | CONFIG_ARCH_VEXPRESS=y | 38 | CONFIG_ARCH_VEXPRESS=y |
38 | CONFIG_ARCH_XGENE=y | 39 | CONFIG_ARCH_XGENE=y |