diff options
author | Zhizhou Zhang <zhizhou.zhang@spreadtrum.com> | 2015-03-11 05:27:08 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-03-12 01:00:21 +0300 |
commit | c4bb799588f64d7c586ba009f97ccfe7beeae706 (patch) | |
tree | 91d8e385fe7fcded2ff1fb386b5a81f3c42c2a3c /arch/arm64/configs/defconfig | |
parent | c46388a58664e89526fe7b8af0082b9b5c465568 (diff) | |
download | linux-c4bb799588f64d7c586ba009f97ccfe7beeae706.tar.xz |
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/configs/defconfig')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 # 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 |