diff options
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 9fd1925de361..0f4361c8466b 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -23,7 +23,7 @@ config SERIAL_8250 | |||
23 | work.) | 23 | work.) |
24 | 24 | ||
25 | To compile this driver as a module, choose M here: the | 25 | To compile this driver as a module, choose M here: the |
26 | module will be called serial. | 26 | module will be called 8250. |
27 | [WARNING: Do not compile this driver as a module if you are using | 27 | [WARNING: Do not compile this driver as a module if you are using |
28 | non-standard serial ports, since the configuration information will | 28 | non-standard serial ports, since the configuration information will |
29 | be lost when the driver is unloaded. This limitation may be lifted | 29 | be lost when the driver is unloaded. This limitation may be lifted |
@@ -98,6 +98,7 @@ config SERIAL_8250_NR_UARTS | |||
98 | config SERIAL_8250_RUNTIME_UARTS | 98 | config SERIAL_8250_RUNTIME_UARTS |
99 | int "Number of 8250/16550 serial ports to register at runtime" | 99 | int "Number of 8250/16550 serial ports to register at runtime" |
100 | depends on SERIAL_8250 | 100 | depends on SERIAL_8250 |
101 | range 0 SERIAL_8250_NR_UARTS | ||
101 | default "4" | 102 | default "4" |
102 | help | 103 | help |
103 | Set this to the maximum number of serial ports you want | 104 | Set this to the maximum number of serial ports you want |
@@ -892,20 +893,20 @@ config SERIAL_VR41XX_CONSOLE | |||
892 | a console on a serial port, say Y. Otherwise, say N. | 893 | a console on a serial port, say Y. Otherwise, say N. |
893 | 894 | ||
894 | config SERIAL_JSM | 895 | config SERIAL_JSM |
895 | tristate "Digi International NEO PCI Support" | 896 | tristate "Digi International NEO PCI Support" |
896 | depends on PCI && BROKEN | 897 | depends on PCI |
897 | select SERIAL_CORE | 898 | select SERIAL_CORE |
898 | help | 899 | help |
899 | This is a driver for Digi International's Neo series | 900 | This is a driver for Digi International's Neo series |
900 | of cards which provide multiple serial ports. You would need | 901 | of cards which provide multiple serial ports. You would need |
901 | something like this to connect more than two modems to your Linux | 902 | something like this to connect more than two modems to your Linux |
902 | box, for instance in order to become a dial-in server. This driver | 903 | box, for instance in order to become a dial-in server. This driver |
903 | supports PCI boards only. | 904 | supports PCI boards only. |
904 | If you have a card like this, say Y here and read the file | 905 | If you have a card like this, say Y here and read the file |
905 | <file:Documentation/jsm.txt>. | 906 | <file:Documentation/jsm.txt>. |
906 | 907 | ||
907 | To compile this driver as a module, choose M here: the | 908 | To compile this driver as a module, choose M here: the |
908 | module will be called jsm. | 909 | module will be called jsm. |
909 | 910 | ||
910 | config SERIAL_SGI_IOC4 | 911 | config SERIAL_SGI_IOC4 |
911 | tristate "SGI IOC4 controller serial support" | 912 | tristate "SGI IOC4 controller serial support" |