diff options
author | Jarod Wilson <jarod@redhat.com> | 2010-08-02 14:46:03 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-08 22:42:58 -0400 |
commit | 2c1101d5aeddda7bd0dd03bddea7aed6dbf80074 (patch) | |
tree | 2c5b664647288bd53872ea7ce556fb39ef27a069 /drivers/media/IR/Kconfig | |
parent | 8e9e60640067858e8036d4d43bbf725c60613359 (diff) |
V4L/DVB: IR: put newly ported streamzap driver in proper home
Moves drivers/staging/lirc/lirc_streamzap.c to
drivers/media/IR/streamzap.c, along with making the requisite Kconfig
and Makefile changes.
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/IR/Kconfig')
-rw-r--r-- | drivers/media/IR/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig index 999a8250b3ce..4094490106a6 100644 --- a/drivers/media/IR/Kconfig +++ b/drivers/media/IR/Kconfig | |||
@@ -103,3 +103,15 @@ config IR_MCEUSB | |||
103 | 103 | ||
104 | To compile this driver as a module, choose M here: the | 104 | To compile this driver as a module, choose M here: the |
105 | module will be called mceusb. | 105 | module will be called mceusb. |
106 | |||
107 | config IR_STREAMZAP | ||
108 | tristate "Streamzap PC Remote IR Receiver" | ||
109 | depends on USB_ARCH_HAS_HCD | ||
110 | depends on IR_CORE | ||
111 | select USB | ||
112 | ---help--- | ||
113 | Say Y here if you want to use a Streamzap PC Remote | ||
114 | Infrared Receiver. | ||
115 | |||
116 | To compile this driver as a module, choose M here: the | ||
117 | module will be called streamzap. | ||