Commit 261463db authored by Sean Young's avatar Sean Young Committed by Mauro Carvalho Chehab
parent 55e34d5b
......@@ -530,6 +530,17 @@ config IR_ZX
To compile this driver as a module, choose M here: the
module will be called zx-irdec.
config IR_TOY
tristate "Infrared Toy and IR Droid"
depends on RC_CORE
depends on USB_ARCH_HAS_HCD
help
Say Y here if you want to use the Infrared Toy or IR Droid, USB
versions.
To compile this driver as a module, choose M here: the module will be
called ir_toy.
endif #RC_DEVICES
endif #RC_CORE
......@@ -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
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment