| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame^] | 1 | config MEDIA_CEC_RC |
| 2 | bool "HDMI CEC RC integration" | ||||
| 3 | depends on CEC_CORE && RC_CORE | ||||
| 4 | depends on CEC_CORE=m || RC_CORE=y | ||||
| 5 | ---help--- | ||||
| 6 | Pass on CEC remote control messages to the RC framework. | ||||
| 7 | |||||
| 8 | config CEC_PIN_ERROR_INJ | ||||
| 9 | bool "Enable CEC error injection support" | ||||
| 10 | depends on CEC_PIN && DEBUG_FS | ||||
| 11 | ---help--- | ||||
| 12 | This option enables CEC error injection using debugfs. | ||||