public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: default for RC_CORE should be n
@ 2017-09-08 16:39 Stephen Hemminger
  2017-09-08 18:52 ` Sean Young
  2017-09-19 12:25 ` Geert Uytterhoeven
  0 siblings, 2 replies; 5+ messages in thread
From: Stephen Hemminger @ 2017-09-08 16:39 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media, linux-kernel, Stephen Hemminger

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
 	---help---
 	  Enable support for Remote Controllers on Linux. This is
 	  needed in order to support several video capture adapters,
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-09-19 12:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-08 16:39 [PATCH] media: default for RC_CORE should be n Stephen Hemminger
2017-09-08 18:52 ` Sean Young
2017-09-08 19:06   ` Stephen Hemminger
2017-09-08 21:51     ` Mauro Carvalho Chehab
2017-09-19 12:25 ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox