Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755198AbbG3ITs (ORCPT ); Thu, 30 Jul 2015 04:19:48 -0400 Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:12951 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751906AbbG3ITp (ORCPT ); Thu, 30 Jul 2015 04:19:45 -0400 Date: Thu, 30 Jul 2015 16:15:08 +0800 From: Jisheng Zhang To: Sebastian Hesselbarth CC: , , , , , , , , , , , , Subject: Re: [PATCH v4 2/2] arm64: Enable Marvell Berlin SoC family in Kconfig and defconfig Message-ID: <20150730161508.7efb0174@xhacker> In-Reply-To: <55B9DB50.3070907@gmail.com> References: <1437557992-7111-1-git-send-email-jszhang@marvell.com> <1437557992-7111-3-git-send-email-jszhang@marvell.com> <55B9DB50.3070907@gmail.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; 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=2015-07-30_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=inbound_notspam policy=inbound score=0 kscore.is_bulkscore=0 kscore.compositescore=1 compositescore=0.9 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 kscore.is_spamscore=0 rbsscore=0.9 spamscore=0 urlsuspectscore=0.9 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1506180000 definitions=main-1507300142 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1882 Lines: 62 Dear Sebastian, On Thu, 30 Jul 2015 10:07:44 +0200 Sebastian Hesselbarth wrote: > On 07/22/2015 11:39 AM, Jisheng Zhang wrote: > > This patch introduces ARCH_BERLIN to enable Marvell Berlin SoC family in > > Kconfig and defconfig. > > > > Signed-off-by: Jisheng Zhang > > I guess this will go through arm64 directly? If so, I dunno. But from previous pull request for mt8173, rk3368, their according change goes through arm-soc tree. Thanks, Jisheng > > Acked-by: Sebastian Hesselbarth > > > --- > > arch/arm64/Kconfig.platforms | 6 ++++++ > > arch/arm64/configs/defconfig | 1 + > > 2 files changed, 7 insertions(+) > > > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > > index f7e4327..37b8fc5 100644 > > --- a/arch/arm64/Kconfig.platforms > > +++ b/arch/arm64/Kconfig.platforms > > @@ -1,5 +1,11 @@ > > menu "Platform selection" > > > > +config ARCH_BERLIN > > + bool "Marvell Berlin SoC Family" > > + select DW_APB_ICTL > > + help > > + This enables support for Marvell Berlin SoC Family > > + > > config ARCH_EXYNOS > > bool > > help > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > > index 506b466..83843f9 100644 > > --- a/arch/arm64/configs/defconfig > > +++ b/arch/arm64/configs/defconfig > > @@ -31,6 +31,7 @@ CONFIG_MODULES=y > > CONFIG_MODULE_UNLOAD=y > > # CONFIG_BLK_DEV_BSG is not set > > # CONFIG_IOSCHED_DEADLINE is not set > > +CONFIG_ARCH_BERLIN=y > > CONFIG_ARCH_EXYNOS7=y > > CONFIG_ARCH_FSL_LS2085A=y > > CONFIG_ARCH_HISI=y > > -- 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/