Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754630Ab3CLNbL (ORCPT ); Tue, 12 Mar 2013 09:31:11 -0400 Received: from mail-ie0-f177.google.com ([209.85.223.177]:41440 "EHLO mail-ie0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753611Ab3CLNbK (ORCPT ); Tue, 12 Mar 2013 09:31:10 -0400 MIME-Version: 1.0 In-Reply-To: <201303121118.55770.arnd@arndb.de> References: <1363083150-30964-1-git-send-email-acourbot@nvidia.com> <1363083150-30964-18-git-send-email-acourbot@nvidia.com> <201303121118.55770.arnd@arndb.de> From: Alexandre Courbot Date: Tue, 12 Mar 2013 22:30:49 +0900 Message-ID: Subject: Re: [RFC 17/17] unicore32: default GENERIC_GPIO to false To: Arnd Bergmann Cc: Alexandre Courbot , Grant Likely , Linus Walleij , Russell King , Haavard Skinnemoen , Hans-Christian Egtvedt , Mike Frysinger , Geert Uytterhoeven , Ralf Baechle , Jonas Bonn , Josh Boyer , Matt Porter , Benjamin Herrenschmidt , Paul Mackerras , Kumar Gala , Vitaly Bordug , Marcelo Tosatti , Paul Mundt , Guan Xuetao , Chris Zankel , Max Filippov , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 845 Lines: 23 On Tue, Mar 12, 2013 at 8:18 PM, Arnd Bergmann wrote: > On Tuesday 12 March 2013, Alexandre Courbot wrote: >> @@ -24,7 +24,7 @@ config UNICORE32 >> Please see web page at . >> >> config GENERIC_GPIO >> - def_bool y >> + def_bool n >> > > "def_bool n" is the same as "bool", but in general the latter syntax is preferred. I have fixed this for unicore32, but a few other architectures use the "def_bool n" syntax consistently across their Kconfig, so for consistency reasons it is maybe preferable to leave it that way for them. Alex. -- 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/