diff options
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r-- | drivers/tty/serial/Kconfig | 30 |
1 files changed, 10 insertions, 20 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 4dcb37bbdf92..5f479dada6f2 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig | |||
@@ -267,6 +267,13 @@ config SERIAL_8250_RM9K | |||
267 | port hardware found on MIPS RM9122 and similar processors. | 267 | port hardware found on MIPS RM9122 and similar processors. |
268 | If unsure, say N. | 268 | If unsure, say N. |
269 | 269 | ||
270 | config SERIAL_8250_DW | ||
271 | tristate "Support for Synopsys DesignWare 8250 quirks" | ||
272 | depends on SERIAL_8250 && OF | ||
273 | help | ||
274 | Selecting this option will enable handling of the extra features | ||
275 | present in the Synopsys DesignWare APB UART. | ||
276 | |||
270 | comment "Non-8250 serial port support" | 277 | comment "Non-8250 serial port support" |
271 | 278 | ||
272 | config SERIAL_AMBA_PL010 | 279 | config SERIAL_AMBA_PL010 |
@@ -522,8 +529,8 @@ config SERIAL_S3C6400 | |||
522 | 529 | ||
523 | config SERIAL_S5PV210 | 530 | config SERIAL_S5PV210 |
524 | tristate "Samsung S5PV210 Serial port support" | 531 | tristate "Samsung S5PV210 Serial port support" |
525 | depends on SERIAL_SAMSUNG && (CPU_S5PV210 || CPU_EXYNOS4210) | 532 | depends on SERIAL_SAMSUNG && (CPU_S5PV210 || CPU_EXYNOS4210 || SOC_EXYNOS4212) |
526 | select SERIAL_SAMSUNG_UARTS_4 if (CPU_S5PV210 || CPU_EXYNOS4210) | 533 | select SERIAL_SAMSUNG_UARTS_4 if (CPU_S5PV210 || CPU_EXYNOS4210 || SOC_EXYNOS4212) |
527 | default y | 534 | default y |
528 | help | 535 | help |
529 | Serial port support for Samsung's S5P Family of SoC's | 536 | Serial port support for Samsung's S5P Family of SoC's |
@@ -722,7 +729,7 @@ config SERIAL_BFIN | |||
722 | Add support for the built-in UARTs on the Blackfin. | 729 | Add support for the built-in UARTs on the Blackfin. |
723 | 730 | ||
724 | To compile this driver as a module, choose M here: the | 731 | To compile this driver as a module, choose M here: the |
725 | module will be called bfin_5xx. | 732 | module is named bfin_uart.ko. |
726 | 733 | ||
727 | config SERIAL_BFIN_CONSOLE | 734 | config SERIAL_BFIN_CONSOLE |
728 | bool "Console on Blackfin serial port" | 735 | bool "Console on Blackfin serial port" |
@@ -1035,23 +1042,6 @@ config SERIAL_MCF_CONSOLE | |||
1035 | help | 1042 | help |
1036 | Enable a ColdFire internal serial port to be the system console. | 1043 | Enable a ColdFire internal serial port to be the system console. |
1037 | 1044 | ||
1038 | config SERIAL_68360_SMC | ||
1039 | bool "68360 SMC uart support" | ||
1040 | depends on M68360 | ||
1041 | help | ||
1042 | This driver supports the SMC serial ports of the Motorola 68360 CPU. | ||
1043 | |||
1044 | config SERIAL_68360_SCC | ||
1045 | bool "68360 SCC uart support" | ||
1046 | depends on M68360 | ||
1047 | help | ||
1048 | This driver supports the SCC serial ports of the Motorola 68360 CPU. | ||
1049 | |||
1050 | config SERIAL_68360 | ||
1051 | bool | ||
1052 | depends on SERIAL_68360_SMC || SERIAL_68360_SCC | ||
1053 | default y | ||
1054 | |||
1055 | config SERIAL_PMACZILOG | 1045 | config SERIAL_PMACZILOG |
1056 | tristate "Mac or PowerMac z85c30 ESCC support" | 1046 | tristate "Mac or PowerMac z85c30 ESCC support" |
1057 | depends on (M68K && MAC) || (PPC_OF && PPC_PMAC) | 1047 | depends on (M68K && MAC) || (PPC_OF && PPC_PMAC) |