Skip to content

Commit

Permalink
[media] lirc: remove staging lirc_it87 and lirc_ite8709 drivers
Browse files Browse the repository at this point in the history
Remove older drivers lirc_it87 and lirc_ite8709 from the LIRC staging area,
since they're now superceded by ite-cir.

Signed-off-by: Juan J. Garcia de Soria <skandalfo@gmail.com>
Tested-by: Stephan Raue <stephan@openelec.tv>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Juan J. Garcia de Soria authored and Mauro Carvalho Chehab committed Mar 22, 2011
1 parent 2ccb24f commit 812738e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1,699 deletions.
12 changes: 0 additions & 12 deletions drivers/staging/lirc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ config LIRC_IMON

Current generation iMON devices use the input layer imon driver.

config LIRC_IT87
tristate "ITE IT87XX CIR Port Receiver"
depends on LIRC && PNP
help
Driver for the ITE IT87xx IR Receiver

config LIRC_ITE8709
tristate "ITE8709 CIR Port Receiver"
depends on LIRC && PNP
help
Driver for the ITE8709 IR Receiver

config LIRC_PARALLEL
tristate "Homebrew Parallel Port Receiver"
depends on LIRC && PARPORT
Expand Down
2 changes: 0 additions & 2 deletions drivers/staging/lirc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
obj-$(CONFIG_LIRC_BT829) += lirc_bt829.o
obj-$(CONFIG_LIRC_IGORPLUGUSB) += lirc_igorplugusb.o
obj-$(CONFIG_LIRC_IMON) += lirc_imon.o
obj-$(CONFIG_LIRC_IT87) += lirc_it87.o
obj-$(CONFIG_LIRC_ITE8709) += lirc_ite8709.o
obj-$(CONFIG_LIRC_PARALLEL) += lirc_parallel.o
obj-$(CONFIG_LIRC_SASEM) += lirc_sasem.o
obj-$(CONFIG_LIRC_SERIAL) += lirc_serial.o
Expand Down
Loading

0 comments on commit 812738e

Please sign in to comment.