mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-11 21:14:07 +08:00
22712b389e
Add support to the CEC Pin framework to parse error injection commands and to show them. The next patch will do the actual implementation of this. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13 lines
363 B
Plaintext
13 lines
363 B
Plaintext
config MEDIA_CEC_RC
|
|
bool "HDMI CEC RC integration"
|
|
depends on CEC_CORE && RC_CORE
|
|
depends on CEC_CORE=m || RC_CORE=y
|
|
---help---
|
|
Pass on CEC remote control messages to the RC framework.
|
|
|
|
config CEC_PIN_ERROR_INJ
|
|
bool "Enable CEC error injection support"
|
|
depends on CEC_PIN && DEBUG_FS
|
|
---help---
|
|
This option enables CEC error injection using debugfs.
|