block: fix warning with calling smp_processor_id() in preemptible section
[pandora-kernel.git] / drivers / staging / generic_serial / Kconfig
1 config A2232
2         tristate "Commodore A2232 serial support (EXPERIMENTAL)"
3         depends on EXPERIMENTAL && ZORRO && BROKEN
4         ---help---
5           This option supports the 2232 7-port serial card shipped with the
6           Amiga 2000 and other Zorro-bus machines, dating from 1989.  At
7           a max of 19,200 bps, the ports are served by a 6551 ACIA UART chip
8           each, plus a 8520 CIA, and a master 6502 CPU and buffer as well. The
9           ports were connected with 8 pin DIN connectors on the card bracket,
10           for which 8 pin to DB25 adapters were supplied. The card also had
11           jumpers internally to toggle various pinning configurations.
12
13           This driver can be built as a module; but then "generic_serial"
14           will also be built as a module. This has to be loaded before
15           "ser_a2232". If you want to do this, answer M here.
16
17 config SX
18         tristate "Specialix SX (and SI) card support"
19         depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA) && BROKEN
20         help
21           This is a driver for the SX and SI multiport serial cards.
22           Please read the file <file:Documentation/serial/sx.txt> for details.
23
24           This driver can only be built as a module ( = code which can be
25           inserted in and removed from the running kernel whenever you want).
26           The module will be called sx. If you want to do that, say M here.
27
28 config RIO
29         tristate "Specialix RIO system support"
30         depends on SERIAL_NONSTANDARD && BROKEN
31         help
32           This is a driver for the Specialix RIO, a smart serial card which
33           drives an outboard box that can support up to 128 ports.  Product
34           information is at <http://www.perle.com/support/documentation.html#multiport>.
35           There are both ISA and PCI versions.
36
37 config RIO_OLDPCI
38         bool "Support really old RIO/PCI cards"
39         depends on RIO
40         help
41           Older RIO PCI cards need some initialization-time configuration to
42           determine the IRQ and some control addresses.  If you have a RIO and
43           this doesn't seem to work, try setting this to Y.
44
45