diff options
Diffstat (limited to 'drivers/tty/serial/8250/Kconfig')
-rw-r--r-- | drivers/tty/serial/8250/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig index 21eca79224e4..0fcbcd29502f 100644 --- a/drivers/tty/serial/8250/Kconfig +++ b/drivers/tty/serial/8250/Kconfig | |||
@@ -293,12 +293,21 @@ config SERIAL_8250_EM | |||
293 | 293 | ||
294 | config SERIAL_8250_RT288X | 294 | config SERIAL_8250_RT288X |
295 | bool "Ralink RT288x/RT305x/RT3662/RT3883 serial port support" | 295 | bool "Ralink RT288x/RT305x/RT3662/RT3883 serial port support" |
296 | depends on SERIAL_8250 && (SOC_RT288X || SOC_RT305X || SOC_RT3883) | 296 | depends on SERIAL_8250 && (SOC_RT288X || SOC_RT305X || SOC_RT3883 || SOC_MT7620) |
297 | help | 297 | help |
298 | If you have a Ralink RT288x/RT305x SoC based board and want to use the | 298 | If you have a Ralink RT288x/RT305x SoC based board and want to use the |
299 | serial port, say Y to this option. The driver can handle up to 2 serial | 299 | serial port, say Y to this option. The driver can handle up to 2 serial |
300 | ports. If unsure, say N. | 300 | ports. If unsure, say N. |
301 | 301 | ||
302 | config SERIAL_8250_OMAP | ||
303 | tristate "Support for OMAP internal UART (8250 based driver)" | ||
304 | depends on SERIAL_8250 && ARCH_OMAP2PLUS | ||
305 | help | ||
306 | If you have a machine based on an Texas Instruments OMAP CPU you | ||
307 | can enable its onboard serial ports by enabling this option. | ||
308 | |||
309 | This driver uses ttyS instead of ttyO. | ||
310 | |||
302 | config SERIAL_8250_FINTEK | 311 | config SERIAL_8250_FINTEK |
303 | tristate "Support for Fintek F81216A LPC to 4 UART" | 312 | tristate "Support for Fintek F81216A LPC to 4 UART" |
304 | depends on SERIAL_8250 && PNP | 313 | depends on SERIAL_8250 && PNP |