Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183778
b: refs/heads/master
c: 2a6ace1
h: refs/heads/master
v: v3
  • Loading branch information
Kuninori Morimoto authored and David S. Miller committed Feb 2, 2010
1 parent e2deeba commit 3e20c30
Show file tree
Hide file tree
Showing 4 changed files with 835 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c85bb41e93184bf5494dde6d8fe5a81b564c84c8
refs/heads/master: 2a6ace1b3d4dc65401e71fc01af100692b9f27f8
10 changes: 10 additions & 0 deletions trunk/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 trunk/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 3e20c30

Please sign in to comment.