diff options
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 |