aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2017-09-08 13:39:29 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2017-10-04 16:07:27 -0300
commit5573d124292a01afaecb7612773c21321ffcd6d2 (patch)
tree9a79bd4e6b5b8e05bf6fbc3f236b14a9867a3e0a /drivers/media/rc
parent[media] media: rc: Use bsearch library function (diff)
downloadlinux-dev-5573d124292a01afaecb7612773c21321ffcd6d2.tar.xz
linux-dev-5573d124292a01afaecb7612773c21321ffcd6d2.zip
[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 <sthemmin@microsoft.com> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/rc')
-rw-r--r--drivers/media/rc/Kconfig1
1 files changed, 0 insertions, 1 deletions
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,