mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-03 15:55:38 +00:00
[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: b4c184e506
("[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>
This commit is contained in:
parent
8ca01d4f95
commit
5573d12429
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
menuconfig RC_CORE
|
menuconfig RC_CORE
|
||||||
tristate "Remote Controller support"
|
tristate "Remote Controller support"
|
||||||
depends on INPUT
|
depends on INPUT
|
||||||
default y
|
|
||||||
---help---
|
---help---
|
||||||
Enable support for Remote Controllers on Linux. This is
|
Enable support for Remote Controllers on Linux. This is
|
||||||
needed in order to support several video capture adapters,
|
needed in order to support several video capture adapters,
|
||||||
|
|
Loading…
Add table
Reference in a new issue