aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
authorKevin Cernekee <cernekee@gmail.com>2013-01-16 23:28:40 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-17 20:28:39 -0500
commit7d9f49afa451d8565d00a5cea39acf9bb26feb50 (patch)
tree4fe4d33bb4b0a787ee38c00602a31b73ee507030 /drivers/tty/serial/Kconfig
parentb9d42395a09b8ff81df45b8dfd763fd36e900946 (diff)
serial: rp2: New driver for Comtrol RocketPort 2 cards
This driver supports the RocketPort EXPRESS and RocketPort INFINITY families of PCI/PCIe multiport serial adapters. These adapters use a "RocketPort 2" ASIC that is not compatible with the original RocketPort driver (CONFIG_ROCKETPORT). Tested with the RocketPort EXPRESS Octa DB9 and Quad DB9. Also added an old RocketPort 8J PCI card to the same system to verify that rocket.c and rp2.c coexist peacefully. Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r--drivers/tty/serial/Kconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index aff3cd356662..2dc429357fe3 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1458,4 +1458,28 @@ config SERIAL_ARC_NR_PORTS
1458 Set this to the number of serial ports you want the driver 1458 Set this to the number of serial ports you want the driver
1459 to support. 1459 to support.
1460 1460
1461config SERIAL_RP2
1462 tristate "Comtrol RocketPort EXPRESS/INFINITY support"
1463 depends on PCI
1464 select SERIAL_CORE
1465 help
1466 This driver supports the Comtrol RocketPort EXPRESS and
1467 RocketPort INFINITY families of PCI/PCIe multiport serial adapters.
1468 These adapters use a "RocketPort 2" ASIC that is not compatible
1469 with the original RocketPort driver (CONFIG_ROCKETPORT).
1470
1471 To compile this driver as a module, choose M here: the
1472 module will be called rp2.
1473
1474 If you want to compile this driver into the kernel, say Y here. If
1475 you don't have a suitable RocketPort card installed, say N.
1476
1477config SERIAL_RP2_NR_UARTS
1478 int "Maximum number of RocketPort EXPRESS/INFINITY ports"
1479 depends on SERIAL_RP2
1480 default "32"
1481 help
1482 If multiple cards are present, the default limit of 32 ports may
1483 need to be increased.
1484
1461endmenu 1485endmenu