|
@@ -103,3 +103,15 @@ config IR_MCEUSB
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
module will be called mceusb.
|
|
|
+
|
|
|
+config IR_STREAMZAP
|
|
|
+ tristate "Streamzap PC Remote IR Receiver"
|
|
|
+ depends on USB_ARCH_HAS_HCD
|
|
|
+ depends on IR_CORE
|
|
|
+ select USB
|
|
|
+ ---help---
|
|
|
+ Say Y here if you want to use a Streamzap PC Remote
|
|
|
+ Infrared Receiver.
|
|
|
+
|
|
|
+ To compile this driver as a module, choose M here: the
|
|
|
+ module will be called streamzap.
|