From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755876AbbITTG6 (ORCPT ); Sun, 20 Sep 2015 15:06:58 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:35039 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755502AbbITTGz (ORCPT ); Sun, 20 Sep 2015 15:06:55 -0400 Message-ID: <55FF03CC.7020001@gmail.com> Date: Sun, 20 Sep 2015 21:06:52 +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, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org CC: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] arm64: berlin: enable ARCH_REQUIRE_GPIOLIB References: <1442584059-7319-1-git-send-email-jszhang@marvell.com> <1442584059-7319-2-git-send-email-jszhang@marvell.com> In-Reply-To: <1442584059-7319-2-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 On 18.09.2015 15:47, Jisheng Zhang wrote: > All berlin SoCs have GPIOs driven by the dwapb GPIO driver. Add GPIOLIB > as a dependency to be able to support them. > > Signed-off-by: Jisheng Zhang Applied to berlin64/soc. Thanks, Sebastian > --- > arch/arm64/Kconfig.platforms | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > index 23800a1..c6e2c75 100644 > --- a/arch/arm64/Kconfig.platforms > +++ b/arch/arm64/Kconfig.platforms > @@ -7,6 +7,7 @@ config ARCH_BCM_IPROC > > config ARCH_BERLIN > bool "Marvell Berlin SoC Family" > + select ARCH_REQUIRE_GPIOLIB > select DW_APB_ICTL > help > This enables support for Marvell Berlin SoC Family >