tty: add a DesignWare 8250 driver
[deliverable/linux.git] / drivers / tty / serial / Kconfig
index 4dcb37bbdf9245a569d1afd0ca81324eff234708..8ee3a6626ceb49d2fb0384191ac42eefeb455604 100644 (file)
@@ -267,6 +267,13 @@ config SERIAL_8250_RM9K
          port hardware found on MIPS RM9122 and similar processors.
          If unsure, say N.
 
+config SERIAL_8250_DW
+       tristate "Support for Synopsys DesignWare 8250 quirks"
+       depends on SERIAL_8250 && OF
+       help
+         Selecting this option will enable handling of the extra features
+         present in the Synopsys DesignWare APB UART.
+
 comment "Non-8250 serial port support"
 
 config SERIAL_AMBA_PL010
@@ -522,8 +529,8 @@ config SERIAL_S3C6400
 
 config SERIAL_S5PV210
        tristate "Samsung S5PV210 Serial port support"
-       depends on SERIAL_SAMSUNG && (CPU_S5PV210 || CPU_EXYNOS4210)
-       select SERIAL_SAMSUNG_UARTS_4 if (CPU_S5PV210 || CPU_EXYNOS4210)
+       depends on SERIAL_SAMSUNG && (CPU_S5PV210 || CPU_EXYNOS4210 || SOC_EXYNOS4212)
+       select SERIAL_SAMSUNG_UARTS_4 if (CPU_S5PV210 || CPU_EXYNOS4210 || SOC_EXYNOS4212)
        default y
        help
          Serial port support for Samsung's S5P Family of SoC's
@@ -722,7 +729,7 @@ config SERIAL_BFIN
          Add support for the built-in UARTs on the Blackfin.
 
          To compile this driver as a module, choose M here: the
-         module will be called bfin_5xx.
+         module is named bfin_uart.ko.
 
 config SERIAL_BFIN_CONSOLE
        bool "Console on Blackfin serial port"
This page took 0.024482 seconds and 5 git commands to generate.