From b9e1486e0e4b5e0fc0cde214ceecec8a5734f620 Mon Sep 17 00:00:00 2001 From: Sean Young Date: Sun, 2 Jul 2017 15:37:58 -0400 Subject: media: rc-core: do not depend on MEDIA_SUPPORT There is no dependency between the two, so remove the dependency in Kconfig files. Signed-off-by: Sean Young Acked-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- drivers/media/rc/Kconfig | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'drivers/media/rc/Kconfig') diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index 5e83b76..b6433c5 100644 --- a/drivers/media/rc/Kconfig +++ b/drivers/media/rc/Kconfig @@ -1,9 +1,20 @@ -config RC_CORE - tristate - depends on MEDIA_RC_SUPPORT + +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, + standalone IR receivers/transmitters, and RF receivers. + + Enable this option if you have a video capture board even + if you don't need IR, as otherwise, you may not be able to + compile the driver for your adapter. + Say Y when you have a TV or an IR device. + +if RC_CORE source "drivers/media/rc/keymaps/Kconfig" menuconfig RC_DECODERS @@ -436,3 +447,5 @@ config IR_SIR be called sir-ir. endif #RC_DEVICES + +endif #RC_CORE -- cgit v1.1