From mboxrd@z Thu Jan 1 00:00:00 1970 From: andre.przywara@arm.com (Andre Przywara) Date: Mon, 22 Feb 2016 18:20:48 +0000 Subject: [PATCH v3 03/10] arm64: Introduce Allwinner SoC config option In-Reply-To: <1456165255-31013-1-git-send-email-andre.przywara@arm.com> References: <1456165255-31013-1-git-send-email-andre.przywara@arm.com> Message-ID: <1456165255-31013-4-git-send-email-andre.przywara@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org To prepare for the Allwinner A64 SoC support, introduce a config option to allow compiling Allwinner (aka. sunxi) specific drivers for the arm64 architecture as well. This patch just defines the ARCH_SUNXI symbol to allow Allwinner specific drivers to be selected during kernel configuration. Signed-off-by: Andre Przywara --- arch/arm64/Kconfig.platforms | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 21074f6..97f5690 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -72,6 +72,11 @@ config ARCH_SEATTLE config ARCH_SHMOBILE bool +config ARCH_SUNXI + bool "Allwinner sunxi 64-bit SoC Family" + help + This enables support for Allwinner sunxi based SoCs like the A64. + config ARCH_RENESAS bool "Renesas SoC Platforms" select ARCH_SHMOBILE -- 2.6.4 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754965AbcBVSVM (ORCPT ); Mon, 22 Feb 2016 13:21:12 -0500 Received: from foss.arm.com ([217.140.101.70]:59521 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754311AbcBVSVH (ORCPT ); Mon, 22 Feb 2016 13:21:07 -0500 From: Andre Przywara To: Maxime Ripard , Chen-Yu Tsai , linux-sunxi@googlegroups.com Cc: Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Catalin Marinas , Will Deacon , Olof Johansson Subject: [PATCH v3 03/10] arm64: Introduce Allwinner SoC config option Date: Mon, 22 Feb 2016 18:20:48 +0000 Message-Id: <1456165255-31013-4-git-send-email-andre.przywara@arm.com> X-Mailer: git-send-email 2.6.4 In-Reply-To: <1456165255-31013-1-git-send-email-andre.przywara@arm.com> References: <1456165255-31013-1-git-send-email-andre.przywara@arm.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org To prepare for the Allwinner A64 SoC support, introduce a config option to allow compiling Allwinner (aka. sunxi) specific drivers for the arm64 architecture as well. This patch just defines the ARCH_SUNXI symbol to allow Allwinner specific drivers to be selected during kernel configuration. Signed-off-by: Andre Przywara --- arch/arm64/Kconfig.platforms | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 21074f6..97f5690 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -72,6 +72,11 @@ config ARCH_SEATTLE config ARCH_SHMOBILE bool +config ARCH_SUNXI + bool "Allwinner sunxi 64-bit SoC Family" + help + This enables support for Allwinner sunxi based SoCs like the A64. + config ARCH_RENESAS bool "Renesas SoC Platforms" select ARCH_SHMOBILE -- 2.6.4