Kconfig (c373ba999103fa794f041eab5bd490714d2dee88) Kconfig (412145947adfca60a4b5b4893fbae82dffa25edd)
1#
2# Character device configuration
3#
4
5menu "Character devices"
6
7config VT
8 bool "Virtual terminal" if EMBEDDED

--- 309 unchanged lines hidden (view full) ---

318
319 If you have a card like that, say Y here and read the file
320 <file:Documentation/serial/specialix.txt>. Also it's possible to say
321 M here and compile this driver as kernel loadable module which will be
322 called specialix.
323
324config SX
325 tristate "Specialix SX (and SI) card support"
1#
2# Character device configuration
3#
4
5menu "Character devices"
6
7config VT
8 bool "Virtual terminal" if EMBEDDED

--- 309 unchanged lines hidden (view full) ---

318
319 If you have a card like that, say Y here and read the file
320 <file:Documentation/serial/specialix.txt>. Also it's possible to say
321 M here and compile this driver as kernel loadable module which will be
322 called specialix.
323
324config SX
325 tristate "Specialix SX (and SI) card support"
326 depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA)
326 depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA) && BROKEN
327 help
328 This is a driver for the SX and SI multiport serial cards.
329 Please read the file <file:Documentation/serial/sx.txt> for details.
330
331 This driver can only be built as a module ( = code which can be
332 inserted in and removed from the running kernel whenever you want).
333 The module will be called sx. If you want to do that, say M here.
334
335config RIO
336 tristate "Specialix RIO system support"
327 help
328 This is a driver for the SX and SI multiport serial cards.
329 Please read the file <file:Documentation/serial/sx.txt> for details.
330
331 This driver can only be built as a module ( = code which can be
332 inserted in and removed from the running kernel whenever you want).
333 The module will be called sx. If you want to do that, say M here.
334
335config RIO
336 tristate "Specialix RIO system support"
337 depends on SERIAL_NONSTANDARD
337 depends on SERIAL_NONSTANDARD && BROKEN
338 help
339 This is a driver for the Specialix RIO, a smart serial card which
340 drives an outboard box that can support up to 128 ports. Product
341 information is at <http://www.perle.com/support/documentation.html#multiport>.
342 There are both ISA and PCI versions.
343
344config RIO_OLDPCI
345 bool "Support really old RIO/PCI cards"

--- 44 unchanged lines hidden (view full) ---

390 If you have a HSDPA driver Broadband Wireless Data Card -
391 Globe Trotter PCMCIA card, say Y here.
392
393 To compile this driver as a module, choose M here, the module
394 will be called nozomi.
395
396config A2232
397 tristate "Commodore A2232 serial support (EXPERIMENTAL)"
338 help
339 This is a driver for the Specialix RIO, a smart serial card which
340 drives an outboard box that can support up to 128 ports. Product
341 information is at <http://www.perle.com/support/documentation.html#multiport>.
342 There are both ISA and PCI versions.
343
344config RIO_OLDPCI
345 bool "Support really old RIO/PCI cards"

--- 44 unchanged lines hidden (view full) ---

390 If you have a HSDPA driver Broadband Wireless Data Card -
391 Globe Trotter PCMCIA card, say Y here.
392
393 To compile this driver as a module, choose M here, the module
394 will be called nozomi.
395
396config A2232
397 tristate "Commodore A2232 serial support (EXPERIMENTAL)"
398 depends on EXPERIMENTAL && ZORRO && BROKEN_ON_SMP
398 depends on EXPERIMENTAL && ZORRO && BROKEN
399 ---help---
400 This option supports the 2232 7-port serial card shipped with the
401 Amiga 2000 and other Zorro-bus machines, dating from 1989. At
402 a max of 19,200 bps, the ports are served by a 6551 ACIA UART chip
403 each, plus a 8520 CIA, and a master 6502 CPU and buffer as well. The
404 ports were connected with 8 pin DIN connectors on the card bracket,
405 for which 8 pin to DB25 adapters were supplied. The card also had
406 jumpers internally to toggle various pinning configurations.

--- 716 unchanged lines hidden ---
399 ---help---
400 This option supports the 2232 7-port serial card shipped with the
401 Amiga 2000 and other Zorro-bus machines, dating from 1989. At
402 a max of 19,200 bps, the ports are served by a 6551 ACIA UART chip
403 each, plus a 8520 CIA, and a master 6502 CPU and buffer as well. The
404 ports were connected with 8 pin DIN connectors on the card bracket,
405 for which 8 pin to DB25 adapters were supplied. The card also had
406 jumpers internally to toggle various pinning configurations.

--- 716 unchanged lines hidden ---