From mboxrd@z Thu Jan 1 00:00:00 1970 From: sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth) Date: Tue, 30 Sep 2014 14:19:32 +0200 Subject: [PATCH] ARM: berlin: sort Kconfig options In-Reply-To: <1411712097-700-1-git-send-email-jszhang@marvell.com> References: <1411712097-700-1-git-send-email-jszhang@marvell.com> Message-ID: <542A9FD4.5090002@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09/26/2014 08:14 AM, Jisheng Zhang wrote: > Keep options alphabetically sorted. > > Signed-off-by: Jisheng Zhang Jisheng, nice to see you are now contributing directly to Berlin, too. Anyway, I understand that it is nice to have it sorted alphabetically but as long as there is no direct need or relation with any other changes, let's keep it that way. As soon as there are any other patches touching Kconfig, I'll request to squash it in. Is that okay for you? Thanks, Sebastian > --- > arch/arm/mach-berlin/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig > index 5803f77..84d34e0 100644 > --- a/arch/arm/mach-berlin/Kconfig > +++ b/arch/arm/mach-berlin/Kconfig > @@ -3,9 +3,9 @@ menuconfig ARCH_BERLIN > select ARCH_HAS_RESET_CONTROLLER > select ARCH_REQUIRE_GPIOLIB > select ARM_GIC > - select GENERIC_IRQ_CHIP > select DW_APB_ICTL > select DW_APB_TIMER_OF > + select GENERIC_IRQ_CHIP > select PINCTRL > select RESET_CONTROLLER > > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751855AbaI3MTk (ORCPT ); Tue, 30 Sep 2014 08:19:40 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:60459 "EHLO mail-wg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750935AbaI3MTj (ORCPT ); Tue, 30 Sep 2014 08:19:39 -0400 Message-ID: <542A9FD4.5090002@gmail.com> Date: Tue, 30 Sep 2014 14:19:32 +0200 From: Sebastian Hesselbarth User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.0 To: Jisheng Zhang , linux@arm.linux.org.uk CC: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: berlin: sort Kconfig options References: <1411712097-700-1-git-send-email-jszhang@marvell.com> In-Reply-To: <1411712097-700-1-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 09/26/2014 08:14 AM, Jisheng Zhang wrote: > Keep options alphabetically sorted. > > Signed-off-by: Jisheng Zhang Jisheng, nice to see you are now contributing directly to Berlin, too. Anyway, I understand that it is nice to have it sorted alphabetically but as long as there is no direct need or relation with any other changes, let's keep it that way. As soon as there are any other patches touching Kconfig, I'll request to squash it in. Is that okay for you? Thanks, Sebastian > --- > arch/arm/mach-berlin/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig > index 5803f77..84d34e0 100644 > --- a/arch/arm/mach-berlin/Kconfig > +++ b/arch/arm/mach-berlin/Kconfig > @@ -3,9 +3,9 @@ menuconfig ARCH_BERLIN > select ARCH_HAS_RESET_CONTROLLER > select ARCH_REQUIRE_GPIOLIB > select ARM_GIC > - select GENERIC_IRQ_CHIP > select DW_APB_ICTL > select DW_APB_TIMER_OF > + select GENERIC_IRQ_CHIP > select PINCTRL > select RESET_CONTROLLER > >