diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2017-10-31 16:55:09 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-03-22 15:00:59 +0300 |
commit | 22712b389e40ae0fa0526db8ca8b34bf8f787abf (patch) | |
tree | 67285882207129951bc9380ab55115f4384419b0 /drivers/media/cec/Makefile | |
parent | 0ee492ad54d779e901133fcf381389e6d1067db6 (diff) | |
download | linux-22712b389e40ae0fa0526db8ca8b34bf8f787abf.tar.xz |
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/Makefile')
-rw-r--r-- | drivers/media/cec/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/cec/Makefile b/drivers/media/cec/Makefile index 41ee3325e1ea..29a2ab9e77c5 100644 --- a/drivers/media/cec/Makefile +++ b/drivers/media/cec/Makefile @@ -9,4 +9,8 @@ ifeq ($(CONFIG_CEC_PIN),y) cec-objs += cec-pin.o endif +ifeq ($(CONFIG_CEC_PIN_ERROR_INJ),y) + cec-objs += cec-pin-error-inj.o +endif + obj-$(CONFIG_CEC_CORE) += cec.o |