Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754847AbbG3IH5 (ORCPT ); Thu, 30 Jul 2015 04:07:57 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:37293 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750770AbbG3IHu (ORCPT ); Thu, 30 Jul 2015 04:07:50 -0400 Message-ID: <55B9DB50.3070907@gmail.com> Date: Thu, 30 Jul 2015 10:07:44 +0200 From: Sebastian Hesselbarth User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 To: Jisheng Zhang , catalin.marinas@arm.com, will.deacon@arm.com, khilman@linaro.org, arnd@arndb.de, olof@lixom.net, mark.rutland@arm.com, sudeep.holla@arm.com, robh+dt@kernel.org, galak@codeaurora.org, pawel.moll@arm.com CC: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v4 2/2] arm64: Enable Marvell Berlin SoC family in Kconfig and defconfig References: <1437557992-7111-1-git-send-email-jszhang@marvell.com> <1437557992-7111-3-git-send-email-jszhang@marvell.com> In-Reply-To: <1437557992-7111-3-git-send-email-jszhang@marvell.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1548 Lines: 49 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, 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/