diff options
author | Zhizhou Zhang <zhizhou.zhang@spreadtrum.com> | 2015-03-11 02:27:08 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-03-11 23:00:21 +0100 |
commit | c4bb799588f64d7c586ba009f97ccfe7beeae706 (patch) | |
tree | 91d8e385fe7fcded2ff1fb386b5a81f3c42c2a3c /arch/arm64/Kconfig | |
parent | c46388a58664e89526fe7b8af0082b9b5c465568 (diff) | |
download | linux-c4bb799588f64d7c586ba009f97ccfe7beeae706.tar.bz2 |
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>
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 9f805cf2e0b0..56f425b392d5 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -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 |