Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752631AbaKYNIJ (ORCPT ); Tue, 25 Nov 2014 08:08:09 -0500 Received: from sci-ig2.spreadtrum.com ([222.66.158.135]:63424 "EHLO SHSQR01.spreadtrum.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751805AbaKYNIG (ORCPT ); Tue, 25 Nov 2014 08:08:06 -0500 From: Chunyan Zhang To: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , Subject: [PATCH v3 4/5] arm64: Add support for Spreadtrum's Sharkl64 Platform in Kconfig and defconfig Date: Tue, 25 Nov 2014 20:16:57 +0800 Message-ID: <1416917818-10506-5-git-send-email-chunyan.zhang@spreadtrum.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1416917818-10506-1-git-send-email-chunyan.zhang@spreadtrum.com> References: <1416917818-10506-1-git-send-email-chunyan.zhang@spreadtrum.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.0.67.103] X-ClientProxiedBy: SHCAS01.spreadtrum.com (10.0.1.201) To SHMBX01.spreadtrum.com (10.0.1.203) X-MAIL: SHSQR01.spreadtrum.com sAPCIHmR065158 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Zhizhou Zhang Adds support for Spreadtrum's SoC Platform and its subset Sharkl64 in the arm64 Kconfig and defconfig files. Signed-off-by: Zhizhou Zhang Signed-off-by: Chunyan Zhang Signed-off-by: Orson Zhai --- arch/arm64/Kconfig | 17 +++++++++++++++++ arch/arm64/configs/defconfig | 2 ++ 2 files changed, 19 insertions(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 9532f8d..a63ec45 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -147,6 +147,23 @@ config ARCH_THUNDER help This enables support for Cavium's Thunder Family of SoCs. +menuconfig ARCH_SPRD + bool "Spreadtrum SoC platform" + depends on ARM64 + help + Support for Spreadtrum ARM based SoCs + +if ARCH_SPRD + +config ARCH_SHARKL64 + bool "Sharkl64 SoC Platform" + help + Sharkl64 is a Spreadtrum's SoC Platform which is based + on ARM 64-bit processor core including + sc9836 + +endif #ARCH_SPRD + config ARCH_VEXPRESS bool "ARMv8 software model (Versatile Express)" select ARCH_REQUIRE_GPIOLIB diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index dd301be..d7934a8 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -33,6 +33,8 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_BLK_DEV_BSG is not set # CONFIG_IOSCHED_DEADLINE is not set CONFIG_ARCH_THUNDER=y +CONFIG_ARCH_SPRD=y +CONFIG_ARCH_SHARKL64=y CONFIG_ARCH_VEXPRESS=y CONFIG_ARCH_XGENE=y CONFIG_PCI=y -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/