net/irda: sh_sir: Add SuperH IrDA driver

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>
This commit is contained in:
Kuninori Morimoto
2010-02-02 07:47:56 -08:00
committed by David S. Miller
parent c85bb41e93
commit 2a6ace1b3d
3 changed files with 834 additions and 0 deletions

View File

@@ -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