Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751753AbdISMZb (ORCPT ); Tue, 19 Sep 2017 08:25:31 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:36279 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751109AbdISMZa (ORCPT ); Tue, 19 Sep 2017 08:25:30 -0400 X-Google-Smtp-Source: AOwi7QAI1hO7jbeyvejjPZAKHs+wLTioJTFgCBCHhyb+qTFlanb1Zf60d+Hy00ODYfFEFl6vJY7cEhhAZOsfIrh+WAo= MIME-Version: 1.0 In-Reply-To: <20170908163929.9277-1-sthemmin@microsoft.com> References: <20170908163929.9277-1-sthemmin@microsoft.com> From: Geert Uytterhoeven Date: Tue, 19 Sep 2017 14:25:29 +0200 X-Google-Sender-Auth: IL0nIzkNmOyQRqG3SoqS7qAKbng Message-ID: Subject: Re: [PATCH] media: default for RC_CORE should be n To: Stephen Hemminger Cc: Mauro Carvalho Chehab , Linux Media Mailing List , "linux-kernel@vger.kernel.org" , Stephen Hemminger 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: 1307 Lines: 38 On Fri, Sep 8, 2017 at 6:39 PM, Stephen Hemminger wrote: > The Linus policy on Kconfig is that the default should be no > for all new devices. I.e the user rebuild a new kernel from an > old config should not by default get a larger kernel. > > Fixes: b4c184e506a4 ("[media] media: reorganize the main Kconfig items") > Signed-off-by: Stephen Hemminger > --- > drivers/media/rc/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig > index d9ce8ff55d0c..5aa384afcfef 100644 > --- a/drivers/media/rc/Kconfig > +++ b/drivers/media/rc/Kconfig > @@ -2,7 +2,7 @@ > menuconfig RC_CORE > tristate "Remote Controller support" > depends on INPUT > - default y > + default n "default n" is the default, so you can just drop this line. For the principle: Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds