diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-04-05 14:46:12 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-04-06 22:50:21 -0400 |
commit | 17a328ca8c04cf88be9a9ef1cb74f359c59f1802 (patch) | |
tree | 3af2edc603f6e1c6dd8727efb5b7f9d1417735e0 /drivers/net/irda/Kconfig | |
parent | 33d8212c4db350652d3991d60405826373fbfd60 (diff) |
net/irda: Add SuperH IrDA driver support
This is very simple driver for SuperH Mobile IrDA
which support SIR/MIR/FIR.
This patch add only SIR support for now.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig index af10e97345ce..25bb2a015e18 100644 --- a/drivers/net/irda/Kconfig +++ b/drivers/net/irda/Kconfig | |||
@@ -397,5 +397,11 @@ config MCS_FIR | |||
397 | To compile it as a module, choose M here: the module will be called | 397 | To compile it as a module, choose M here: the module will be called |
398 | mcs7780. | 398 | mcs7780. |
399 | 399 | ||
400 | config SH_IRDA | ||
401 | tristate "SuperH IrDA driver" | ||
402 | depends on IRDA && ARCH_SHMOBILE | ||
403 | help | ||
404 | Say Y here if your want to enable SuperH IrDA devices. | ||
405 | |||
400 | endmenu | 406 | endmenu |
401 | 407 | ||