blob: b7d876b384f605c6ec7a3ad6b8a8fb2564a7df20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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.
|