]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/media/cec/Kconfig
platform/x86: intel_telemetry_debugfs: fix oops when load/unload module
[karo-tx-linux.git] / drivers / media / cec / Kconfig
1 config CEC_CORE
2         tristate
3         depends on MEDIA_CEC_SUPPORT
4         default y
5
6 config MEDIA_CEC_NOTIFIER
7         bool
8
9 config MEDIA_CEC_RC
10         bool "HDMI CEC RC integration"
11         depends on CEC_CORE && RC_CORE
12         ---help---
13           Pass on CEC remote control messages to the RC framework.
14
15 config MEDIA_CEC_DEBUG
16         bool "HDMI CEC debugfs interface"
17         depends on CEC_CORE && DEBUG_FS
18         ---help---
19           Turns on the DebugFS interface for CEC devices.