diff options
| author | Adrian Bunk <bunk@kernel.org> | 2008-01-19 03:00:42 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:08:10 -0500 |
| commit | e9888f5498083f5e4d873cbbe16aa97d89aa1342 (patch) | |
| tree | 00daae7fa1768dc413b13301acd394b06d16704f /drivers/net/irda/Kconfig | |
| parent | 5d780cd6585d242d9592a479fe75a007fd75155d (diff) | |
[IrDA]: Irport removal - part 1
This patch removes IrPORT and the old dongle drivers (all off them
have replacement drivers).
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Samuel Ortiz <samuel@sortiz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/irda/Kconfig')
| -rw-r--r-- | drivers/net/irda/Kconfig | 141 |
1 files changed, 0 insertions, 141 deletions
diff --git a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig index 65806956728a..ce816ba9c40d 100644 --- a/drivers/net/irda/Kconfig +++ b/drivers/net/irda/Kconfig | |||
| @@ -190,147 +190,6 @@ config KS959_DONGLE | |||
| 190 | To compile it as a module, choose M here: the module will be called | 190 | To compile it as a module, choose M here: the module will be called |
| 191 | ks959-sir. | 191 | ks959-sir. |
| 192 | 192 | ||
| 193 | comment "Old SIR device drivers" | ||
| 194 | |||
| 195 | config IRPORT_SIR | ||
| 196 | tristate "IrPORT (IrDA serial driver)" | ||
| 197 | depends on IRDA && BROKEN_ON_SMP | ||
| 198 | ---help--- | ||
| 199 | Say Y here if you want to build support for the IrPORT IrDA device | ||
| 200 | driver. To compile it as a module, choose M here: the module will be | ||
| 201 | called irport. IrPORT can be used instead of IrTTY and sometimes | ||
| 202 | this can be better. One example is if your IrDA port does not | ||
| 203 | have echo-canceling, which will work OK with IrPORT since this | ||
| 204 | driver is working in half-duplex mode only. You don't need to use | ||
| 205 | irattach with IrPORT, but you just insert it the same way as FIR | ||
| 206 | drivers (insmod irport io=0x3e8 irq=11). Notice that IrPORT is a | ||
| 207 | SIR device driver which means that speed is limited to 115200 bps. | ||
| 208 | |||
| 209 | If unsure, say Y. | ||
| 210 | |||
| 211 | comment "Old Serial dongle support" | ||
| 212 | |||
| 213 | config DONGLE_OLD | ||
| 214 | bool "Old Serial dongle support" | ||
| 215 | depends on IRPORT_SIR && BROKEN_ON_SMP | ||
| 216 | help | ||
| 217 | Say Y here if you have an infrared device that connects to your | ||
| 218 | computer's serial port. These devices are called dongles. Then say Y | ||
| 219 | or M to the driver for your particular dongle below. | ||
| 220 | |||
| 221 | Note that the answer to this question won't directly affect the | ||
| 222 | kernel: saying N will just cause the configurator to skip all | ||
| 223 | the questions about serial dongles. | ||
| 224 | |||
| 225 | config ESI_DONGLE_OLD | ||
| 226 | tristate "ESI JetEye PC dongle" | ||
| 227 | depends on DONGLE_OLD && IRDA | ||
| 228 | help | ||
| 229 | Say Y here if you want to build support for the Extended Systems | ||
| 230 | JetEye PC dongle. To compile it as a module, choose M here. The ESI | ||
| 231 | dongle attaches to the normal 9-pin serial port connector, and can | ||
| 232 | currently only be used by IrTTY. To activate support for ESI | ||
| 233 | dongles you will have to start irattach like this: | ||
| 234 | "irattach -d esi". | ||
| 235 | |||
| 236 | config ACTISYS_DONGLE_OLD | ||
| 237 | tristate "ACTiSYS IR-220L and IR220L+ dongle" | ||
| 238 | depends on DONGLE_OLD && IRDA | ||
| 239 | help | ||
| 240 | Say Y here if you want to build support for the ACTiSYS IR-220L and | ||
| 241 | IR220L+ dongles. To compile it as a module, choose M here. The | ||
| 242 | ACTiSYS dongles attaches to the normal 9-pin serial port connector, | ||
| 243 | and can currently only be used by IrTTY. To activate support for | ||
| 244 | ACTiSYS dongles you will have to start irattach like this: | ||
| 245 | "irattach -d actisys" or "irattach -d actisys+". | ||
| 246 | |||
| 247 | config TEKRAM_DONGLE_OLD | ||
| 248 | tristate "Tekram IrMate 210B dongle" | ||
| 249 | depends on DONGLE_OLD && IRDA | ||
| 250 | help | ||
| 251 | Say Y here if you want to build support for the Tekram IrMate 210B | ||
| 252 | dongle. To compile it as a module, choose M here. The Tekram dongle | ||
| 253 | attaches to the normal 9-pin serial port connector, and can | ||
| 254 | currently only be used by IrTTY. To activate support for Tekram | ||
| 255 | dongles you will have to start irattach like this: | ||
| 256 | "irattach -d tekram". | ||
| 257 | |||
| 258 | config GIRBIL_DONGLE_OLD | ||
| 259 | tristate "Greenwich GIrBIL dongle" | ||
| 260 | depends on DONGLE_OLD && IRDA | ||
| 261 | help | ||
| 262 | Say Y here if you want to build support for the Greenwich GIrBIL | ||
| 263 | dongle. To compile it as a module, choose M here. The Greenwich | ||
| 264 | dongle attaches to the normal 9-pin serial port connector, and can | ||
| 265 | currently only be used by IrTTY. To activate support for Greenwich | ||
| 266 | dongles you will have to insert "irattach -d girbil" in the | ||
| 267 | /etc/irda/drivers script. | ||
| 268 | |||
| 269 | config LITELINK_DONGLE_OLD | ||
| 270 | tristate "Parallax LiteLink dongle" | ||
| 271 | depends on DONGLE_OLD && IRDA | ||
| 272 | help | ||
| 273 | Say Y here if you want to build support for the Parallax Litelink | ||
| 274 | dongle. To compile it as a module, choose M here. The Parallax | ||
| 275 | dongle attaches to the normal 9-pin serial port connector, and can | ||
| 276 | currently only be used by IrTTY. To activate support for Parallax | ||
| 277 | dongles you will have to start irattach like this: | ||
| 278 | "irattach -d litelink". | ||
| 279 | |||
| 280 | config MCP2120_DONGLE_OLD | ||
| 281 | tristate "Microchip MCP2120" | ||
| 282 | depends on DONGLE_OLD && IRDA | ||
| 283 | help | ||
| 284 | Say Y here if you want to build support for the Microchip MCP2120 | ||
| 285 | dongle. To compile it as a module, choose M here. The MCP2120 dongle | ||
| 286 | attaches to the normal 9-pin serial port connector, and can | ||
| 287 | currently only be used by IrTTY. To activate support for MCP2120 | ||
| 288 | dongles you will have to insert "irattach -d mcp2120" in the | ||
| 289 | /etc/irda/drivers script. | ||
| 290 | |||
| 291 | You must build this dongle yourself. For more information see: | ||
| 292 | <http://www.eyetap.org/~tangf/irda_sir_linux.html> | ||
| 293 | |||
| 294 | config OLD_BELKIN_DONGLE_OLD | ||
| 295 | tristate "Old Belkin dongle" | ||
| 296 | depends on DONGLE_OLD && IRDA | ||
| 297 | help | ||
| 298 | Say Y here if you want to build support for the Adaptec Airport 1000 | ||
| 299 | and 2000 dongles. To compile it as a module, choose M here: the module | ||
| 300 | will be called old_belkin. Some information is contained in the | ||
| 301 | comments at the top of <file:drivers/net/irda/old_belkin.c>. | ||
| 302 | |||
| 303 | config ACT200L_DONGLE_OLD | ||
| 304 | tristate "ACTiSYS IR-200L dongle (EXPERIMENTAL)" | ||
| 305 | depends on DONGLE_OLD && EXPERIMENTAL && IRDA | ||
| 306 | help | ||
| 307 | Say Y here if you want to build support for the ACTiSYS IR-200L | ||
| 308 | dongle. To compile it as a module, choose M here. The ACTiSYS | ||
| 309 | IR-200L dongle attaches to the normal 9-pin serial port connector, | ||
| 310 | and can currently only be used by IrTTY. To activate support for | ||
| 311 | ACTiSYS IR-200L dongles you will have to start irattach like this: | ||
| 312 | "irattach -d act200l". | ||
| 313 | |||
| 314 | config MA600_DONGLE_OLD | ||
| 315 | tristate "Mobile Action MA600 dongle (EXPERIMENTAL)" | ||
| 316 | depends on DONGLE_OLD && EXPERIMENTAL && IRDA | ||
| 317 | ---help--- | ||
| 318 | Say Y here if you want to build support for the Mobile Action MA600 | ||
| 319 | dongle. To compile it as a module, choose M here. The MA600 dongle | ||
| 320 | attaches to the normal 9-pin serial port connector, and can | ||
| 321 | currently only be tested on IrCOMM. To activate support for MA600 | ||
| 322 | dongles you will have to insert "irattach -d ma600" in the | ||
| 323 | /etc/irda/drivers script. Note: irutils 0.9.15 requires no | ||
| 324 | modification. irutils 0.9.9 needs modification. For more | ||
| 325 | information, download the following tar gzip file. | ||
| 326 | |||
| 327 | There is a pre-compiled module on | ||
| 328 | <http://engsvr.ust.hk/~eetwl95/ma600.html> | ||
| 329 | |||
| 330 | config EP7211_IR | ||
| 331 | tristate "EP7211 I/R support" | ||
| 332 | depends on DONGLE_OLD && ARCH_EP7211 && IRDA | ||
| 333 | |||
| 334 | comment "FIR device drivers" | 193 | comment "FIR device drivers" |
| 335 | 194 | ||
| 336 | config USB_IRDA | 195 | config USB_IRDA |
