diff options
Diffstat (limited to 'drivers/net/irda/Kconfig')
-rw-r--r-- | drivers/net/irda/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig index cfa7b8835d3d..65806956728a 100644 --- a/drivers/net/irda/Kconfig +++ b/drivers/net/irda/Kconfig | |||
@@ -176,6 +176,20 @@ config KSDAZZLE_DONGLE | |||
176 | To compile it as a module, choose M here: the module will be called | 176 | To compile it as a module, choose M here: the module will be called |
177 | ksdazzle-sir. | 177 | ksdazzle-sir. |
178 | 178 | ||
179 | config KS959_DONGLE | ||
180 | tristate "KingSun KS-959 IrDA-USB dongle (EXPERIMENTAL)" | ||
181 | depends on IRDA && USB && EXPERIMENTAL | ||
182 | help | ||
183 | Say Y or M here if you want to build support for the KingSun KS-959 | ||
184 | IrDA-USB bridge device driver. | ||
185 | |||
186 | This USB bridge does not conform to the IrDA-USB device class | ||
187 | specification, and therefore needs its own specific driver. This | ||
188 | dongle supports SIR speeds only (9600 through 57600 bps). | ||
189 | |||
190 | To compile it as a module, choose M here: the module will be called | ||
191 | ks959-sir. | ||
192 | |||
179 | comment "Old SIR device drivers" | 193 | comment "Old SIR device drivers" |
180 | 194 | ||
181 | config IRPORT_SIR | 195 | config IRPORT_SIR |