diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2010-02-02 10:47:56 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-02 10:47:56 -0500 |
commit | 2a6ace1b3d4dc65401e71fc01af100692b9f27f8 (patch) | |
tree | f06ee5bcea6ed25740a64f5191587eb0b79dc5d2 /drivers/net/irda/Kconfig | |
parent | c85bb41e93184bf5494dde6d8fe5a81b564c84c8 (diff) |
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>
Diffstat (limited to 'drivers/net/irda/Kconfig')
-rw-r--r-- | drivers/net/irda/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig index f76384221422..af10e97345ce 100644 --- a/drivers/net/irda/Kconfig +++ b/drivers/net/irda/Kconfig | |||
@@ -64,6 +64,16 @@ endchoice | |||
64 | 64 | ||
65 | comment "Dongle support" | 65 | comment "Dongle support" |
66 | 66 | ||
67 | config SH_SIR | ||
68 | tristate "SuperH SIR on UART" | ||
69 | depends on IRDA && SUPERH && \ | ||
70 | (CPU_SUBTYPE_SH7722 || CPU_SUBTYPE_SH7723 || \ | ||
71 | CPU_SUBTYPE_SH7724) | ||
72 | default n | ||
73 | help | ||
74 | Say Y here if your want to enable SIR function on SuperH UART | ||
75 | devices. | ||
76 | |||
67 | config DONGLE | 77 | config DONGLE |
68 | bool "Serial dongle support" | 78 | bool "Serial dongle support" |
69 | depends on IRTTY_SIR | 79 | depends on IRTTY_SIR |