From: Stephen Hemminger Date: Fri, 8 Sep 2017 16:39:29 +0000 (-0300) Subject: [media] media: default for RC_CORE should be n X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=5573d124292a01afaecb7612773c21321ffcd6d2;p=openwrt%2Fstaging%2Fblogic.git [media] media: default for RC_CORE should be n 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 Acked-by: Geert Uytterhoeven Signed-off-by: Sean Young Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index d9ce8ff55d0c..467cf2bdbd42 100644 --- a/drivers/media/rc/Kconfig +++ b/drivers/media/rc/Kconfig @@ -2,7 +2,6 @@ menuconfig RC_CORE tristate "Remote Controller support" depends on INPUT - default y ---help--- Enable support for Remote Controllers on Linux. This is needed in order to support several video capture adapters,