Skip to content

Commit

Permalink
net/irda: sh_sir: Add SuperH IrDA driver
Browse files Browse the repository at this point in the history
This is very simple IrDA SIR driver for SuperH.
This driver was tested by irdaping/ircp on SH7724 EcoVec24 board

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Kuninori Morimoto authored and David S. Miller committed Feb 2, 2010
1 parent c85bb41 commit 2a6ace1
Show file tree
Hide file tree
Showing 3 changed files with 834 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/net/irda/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ endchoice

comment "Dongle support"

config SH_SIR
tristate "SuperH SIR on UART"
depends on IRDA && SUPERH && \
(CPU_SUBTYPE_SH7722 || CPU_SUBTYPE_SH7723 || \
CPU_SUBTYPE_SH7724)
default n
help
Say Y here if your want to enable SIR function on SuperH UART
devices.

config DONGLE
bool "Serial dongle support"
depends on IRTTY_SIR
Expand Down
1 change: 1 addition & 0 deletions drivers/net/irda/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ obj-$(CONFIG_AU1000_FIR) += au1k_ir.o
# SIR drivers
obj-$(CONFIG_IRTTY_SIR) += irtty-sir.o sir-dev.o
obj-$(CONFIG_BFIN_SIR) += bfin_sir.o
obj-$(CONFIG_SH_SIR) += sh_sir.o
# dongle drivers for SIR drivers
obj-$(CONFIG_ESI_DONGLE) += esi-sir.o
obj-$(CONFIG_TEKRAM_DONGLE) += tekram-sir.o
Expand Down
Loading

0 comments on commit 2a6ace1

Please sign in to comment.