diff options
author | Jarod Wilson <jarod@redhat.com> | 2010-08-02 20:46:03 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-09 04:42:58 +0200 |
commit | 2c1101d5aeddda7bd0dd03bddea7aed6dbf80074 (patch) | |
tree | 2c5b664647288bd53872ea7ce556fb39ef27a069 /drivers/media/IR/Kconfig | |
parent | V4L/DVB: staging/lirc: port lirc_streamzap to ir-core (diff) | |
download | linux-2c1101d5aeddda7bd0dd03bddea7aed6dbf80074.tar.xz linux-2c1101d5aeddda7bd0dd03bddea7aed6dbf80074.zip |
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 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. |