Skip to content

Commit

Permalink
net: irda: ep7211-sir: Remove driver
Browse files Browse the repository at this point in the history
This patch removes old and unsupported CLPS711X IrDA driver.
Support for IrDA for CLPS711X serial port now provided by commit
4a33f1f59abd (serial: clps711x: Add support for N_IRDA line
discipline), so IrDA-mode can be turned ON with "irattach" tool
through "irtty" driver.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alexander Shiyan authored and David S. Miller committed Feb 7, 2014
1 parent 1c70e09 commit 597b506
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 78 deletions.
7 changes: 0 additions & 7 deletions drivers/net/irda/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,6 @@ config KINGSUN_DONGLE
To compile it as a module, choose M here: the module will be called
kingsun-sir.

config EP7211_DONGLE
tristate "Cirrus Logic clps711x I/R support"
depends on IRTTY_SIR && ARCH_CLPS711X && IRDA
help
Say Y here if you want to build support for the Cirrus logic
EP7211 chipset's infrared module.

config KSDAZZLE_DONGLE
tristate "KingSun Dazzle IrDA-USB dongle"
depends on IRDA && USB
Expand Down
1 change: 0 additions & 1 deletion drivers/net/irda/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ obj-$(CONFIG_MCP2120_DONGLE) += mcp2120-sir.o
obj-$(CONFIG_ACT200L_DONGLE) += act200l-sir.o
obj-$(CONFIG_MA600_DONGLE) += ma600-sir.o
obj-$(CONFIG_TOIM3232_DONGLE) += toim3232-sir.o
obj-$(CONFIG_EP7211_DONGLE) += ep7211-sir.o
obj-$(CONFIG_KINGSUN_DONGLE) += kingsun-sir.o
obj-$(CONFIG_KSDAZZLE_DONGLE) += ksdazzle-sir.o
obj-$(CONFIG_KS959_DONGLE) += ks959-sir.o
Expand Down
70 changes: 0 additions & 70 deletions drivers/net/irda/ep7211-sir.c

This file was deleted.

0 comments on commit 597b506

Please sign in to comment.