diff options
author | Sean Young <sean@mess.org> | 2017-07-02 15:37:58 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-08-20 09:39:36 -0400 |
commit | b9e1486e0e4b5e0fc0cde214ceecec8a5734f620 (patch) | |
tree | 51a074c494490525d326359a849ca5ee15b43055 /drivers/media/rc/Kconfig | |
parent | f394ca212d35bbfee9decd0ba58c0e68bb4b4483 (diff) | |
download | lwn-b9e1486e0e4b5e0fc0cde214ceecec8a5734f620.tar.gz lwn-b9e1486e0e4b5e0fc0cde214ceecec8a5734f620.zip |
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 <sean@mess.org>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r-- | drivers/media/rc/Kconfig | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index 5e83b76495f7..b6433c57a024 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 |