Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754640Ab3CMFwZ (ORCPT ); Wed, 13 Mar 2013 01:52:25 -0400 Received: from mail.southpole.se ([37.247.8.11]:45607 "EHLO mail.southpole.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753176Ab3CMFwX (ORCPT ); Wed, 13 Mar 2013 01:52:23 -0400 Message-ID: <5140143C.1010601@southpole.se> Date: Wed, 13 Mar 2013 06:53:00 +0100 From: Jonas Bonn User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2 MIME-Version: 1.0 To: Alexandre Courbot CC: Grant Likely , Linus Walleij , Arnd Bergmann , Russell King , Haavard Skinnemoen , Hans-Christian Egtvedt , Mike Frysinger , Geert Uytterhoeven , Ralf Baechle , Josh Boyer , Matt Porter , Benjamin Herrenschmidt , Paul Mackerras , Kumar Gala , Vitaly Bordug , Marcelo Tosatti , Paul Mundt , Guan Xuetao , Chris Zankel , Max Filippov , Alexandre Courbot , linux-kernel@vger.kernel.org Subject: Re: [RFC 16/17] openrisc: default GENERIC_GPIO to false References: <1363083150-30964-1-git-send-email-acourbot@nvidia.com> <1363083150-30964-17-git-send-email-acourbot@nvidia.com> In-Reply-To: <1363083150-30964-17-git-send-email-acourbot@nvidia.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Assp-Version: 2.2.2(12343) on assp.southpole.se X-Assp-Client-SSL: yes X-Assp-Server-TLS: yes X-Assp-ID: assp.southpole.se 53936-13067 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 986 Lines: 31 On 03/12/13 11:12, Alexandre Courbot wrote: > This is one step towards the removal of the GENERIC_GPIO option. > OpenRISC mandates the use of GPIOLIB, which enables GENERIC_GPIO anyway, > so this patch should be a no-op. Acked-by: Jonas Bonn > Signed-off-by: Alexandre Courbot > --- > arch/openrisc/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig > index 28df179..5366bbf 100644 > --- a/arch/openrisc/Kconfig > +++ b/arch/openrisc/Kconfig > @@ -46,7 +46,7 @@ config NO_IOPORT > def_bool y > > config GENERIC_GPIO > - def_bool y > + def_bool n > > config TRACE_IRQFLAGS_SUPPORT > def_bool 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/