From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424614AbcBRDga (ORCPT ); Wed, 17 Feb 2016 22:36:30 -0500 Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:45805 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423667AbcBRDg3 (ORCPT ); Wed, 17 Feb 2016 22:36:29 -0500 Date: Thu, 18 Feb 2016 11:32:07 +0800 From: Jisheng Zhang To: Andre Przywara CC: Maxime Ripard , Chen-Yu Tsai , , Catalin Marinas , Will Deacon , , Arnd Bergmann , Subject: Re: [PATCH v2 1/8] arm64: Introduce Allwinner SoC config option Message-ID: <20160218113207.5ffffee2@xhacker> In-Reply-To: <1455709440-8668-2-git-send-email-andre.przywara@arm.com> References: <1455709440-8668-1-git-send-email-andre.przywara@arm.com> <1455709440-8668-2-git-send-email-andre.przywara@arm.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-02-18_02:,, signatures=0 X-Proofpoint-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1601100000 definitions=main-1602180063 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear Andre, On Wed, 17 Feb 2016 11:43:53 +0000 Andre Przywara wrote: > 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 8a09522..2f7f69b 100644 > --- a/arch/arm64/Kconfig.platforms > +++ b/arch/arm64/Kconfig.platforms > @@ -1,5 +1,10 @@ > menu "Platform selection" > > +config ARCH_SUNXI it's better to keep ARCH_YYZZ sorted in alphabetic order Thanks, Jisheng > + bool "Allwinner sunxi 64-bit SoC Family" > + help > + This enables support for Allwinner sunxi based SoCs like the A64. > + > config ARCH_BCM_IPROC > bool "Broadcom iProc SoC Family" > help