diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2017-04-17 08:05:10 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-19 06:54:15 -0300 |
commit | 5f2c467c54f5437e35b79fa10c73295d1e0ff586 (patch) | |
tree | 7eb13fb8f43651e0c7811757888bb7fc23e9c611 /drivers/media/cec/Kconfig | |
parent | ee7e987133c381dceea3acab27f1350936f5ec1f (diff) | |
download | linux-stable-5f2c467c54f5437e35b79fa10c73295d1e0ff586.tar.gz linux-stable-5f2c467c54f5437e35b79fa10c73295d1e0ff586.tar.bz2 linux-stable-5f2c467c54f5437e35b79fa10c73295d1e0ff586.zip |
[media] cec: add MEDIA_CEC_RC config option
Add an explicit config option to select whether the CEC remote control
messages are to be passed on to the RC subsystem or not.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/cec/Kconfig')
-rw-r--r-- | drivers/media/cec/Kconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/media/cec/Kconfig b/drivers/media/cec/Kconfig index 24b53187ee52..f944d93e3167 100644 --- a/drivers/media/cec/Kconfig +++ b/drivers/media/cec/Kconfig @@ -6,8 +6,14 @@ config CEC_CORE config MEDIA_CEC_NOTIFIER bool +config MEDIA_CEC_RC + bool "HDMI CEC RC integration" + depends on CEC_CORE && RC_CORE + ---help--- + Pass on CEC remote control messages to the RC framework. + config MEDIA_CEC_DEBUG bool "HDMI CEC debugfs interface" - depends on MEDIA_CEC_SUPPORT && DEBUG_FS + depends on CEC_CORE && DEBUG_FS ---help--- Turns on the DebugFS interface for CEC devices. |