diff options
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index e936c91640b4..fc12d5df10e2 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -210,6 +210,17 @@ config SERIAL_8250_BOCA | |||
210 | To compile this driver as a module, choose M here: the module | 210 | To compile this driver as a module, choose M here: the module |
211 | will be called 8250_boca. | 211 | will be called 8250_boca. |
212 | 212 | ||
213 | config SERIAL_8250_EXAR_ST16C554 | ||
214 | tristate "Support Exar ST16C554/554D Quad UART" | ||
215 | depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS | ||
216 | help | ||
217 | The Uplogix Envoy TU301 uses this Exar Quad UART. If you are | ||
218 | tinkering with your Envoy TU301, or have a machine with this UART, | ||
219 | say Y here. | ||
220 | |||
221 | To compile this driver as a module, choose M here: the module | ||
222 | will be called 8250_exar_st16c554. | ||
223 | |||
213 | config SERIAL_8250_HUB6 | 224 | config SERIAL_8250_HUB6 |
214 | tristate "Support Hub6 cards" | 225 | tristate "Support Hub6 cards" |
215 | depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS | 226 | depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS |