diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2017-10-31 09:55:09 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-03-22 08:00:59 -0400 |
commit | 22712b389e40ae0fa0526db8ca8b34bf8f787abf (patch) | |
tree | 67285882207129951bc9380ab55115f4384419b0 /drivers/media/cec/Kconfig | |
parent | 0ee492ad54d779e901133fcf381389e6d1067db6 (diff) | |
download | lwn-22712b389e40ae0fa0526db8ca8b34bf8f787abf.tar.gz lwn-22712b389e40ae0fa0526db8ca8b34bf8f787abf.zip |
media: cec-pin-error-inj: parse/show error injection
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>
Diffstat (limited to 'drivers/media/cec/Kconfig')
-rw-r--r-- | drivers/media/cec/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/cec/Kconfig b/drivers/media/cec/Kconfig index 43428cec3a01..9c2b108c613a 100644 --- a/drivers/media/cec/Kconfig +++ b/drivers/media/cec/Kconfig @@ -4,3 +4,9 @@ config MEDIA_CEC_RC 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. |