2017-04-17 18:44:35 +08:00
|
|
|
config CEC_CORE
|
|
|
|
tristate
|
|
|
|
depends on MEDIA_CEC_SUPPORT
|
|
|
|
default y
|
|
|
|
|
|
|
|
config MEDIA_CEC_NOTIFIER
|
|
|
|
bool
|
|
|
|
|
2017-04-17 19:05:10 +08:00
|
|
|
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.
|
|
|
|
|
2017-04-17 18:44:35 +08:00
|
|
|
config MEDIA_CEC_DEBUG
|
|
|
|
bool "HDMI CEC debugfs interface"
|
2017-04-17 19:05:10 +08:00
|
|
|
depends on CEC_CORE && DEBUG_FS
|
2017-04-17 18:44:35 +08:00
|
|
|
---help---
|
|
|
|
Turns on the DebugFS interface for CEC devices.
|