aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/Makefile
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2020-05-03 11:27:55 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-06-23 15:07:21 +0200
commit261463dbc34ff0acafe4d84df04535b48a15afea (patch)
tree98badbf4b384b44d358b207048a1325104e1ed10 /drivers/media/rc/Makefile
parentmedia: dev-encoder.rst: add GFDL-1-1+ to SPDX header (diff)
downloadlinux-dev-261463dbc34ff0acafe4d84df04535b48a15afea.tar.xz
linux-dev-261463dbc34ff0acafe4d84df04535b48a15afea.zip
media: rc: add support for Infrared Toy and IR Droid devices
http://dangerousprototypes.com/docs/USB_Infrared_Toy https://www.irdroid.com/irdroid-usb-ir-transceiver/ Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/rc/Makefile')
-rw-r--r--drivers/media/rc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/Makefile b/drivers/media/rc/Makefile
index 48d23433b3c0..5bb2932ab119 100644
--- a/drivers/media/rc/Makefile
+++ b/drivers/media/rc/Makefile
@@ -50,3 +50,4 @@ obj-$(CONFIG_IR_MTK) += mtk-cir.o
obj-$(CONFIG_IR_ZX) += zx-irdec.o
obj-$(CONFIG_IR_TANGO) += tango-ir.o
obj-$(CONFIG_RC_XBOX_DVD) += xbox_remote.o
+obj-$(CONFIG_IR_TOY) += ir_toy.o