Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1734863 > unrolled thread

Re: [PATCH] media: default for RC_CORE should be n

Started byGeert Uytterhoeven <geert@linux-m68k.org>
First post2017-09-19 14:30 +0200
Last post2017-09-19 14:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] media: default for RC_CORE should be n Geert Uytterhoeven <geert@linux-m68k.org> - 2017-09-19 14:30 +0200

#1734863 — Re: [PATCH] media: default for RC_CORE should be n

FromGeert Uytterhoeven <geert@linux-m68k.org>
Date2017-09-19 14:30 +0200
SubjectRe: [PATCH] media: default for RC_CORE should be n
Message-ID<urpP4-5pF-13@gated-at.bofh.it>
On Fri, Sep 8, 2017 at 6:39 PM, Stephen Hemminger
<stephen@networkplumber.org> 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 <sthemmin@microsoft.com>
> ---
>  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 <geert+renesas@glider.be>

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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web