mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 06:30:11 +07:00
5f2c467c54
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>
20 lines
412 B
Plaintext
20 lines
412 B
Plaintext
config CEC_CORE
|
|
tristate
|
|
depends on MEDIA_CEC_SUPPORT
|
|
default y
|
|
|
|
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 CEC_CORE && DEBUG_FS
|
|
---help---
|
|
Turns on the DebugFS interface for CEC devices.
|