diff options
Diffstat (limited to 'drivers/serial/Kconfig')
| -rw-r--r-- | drivers/serial/Kconfig | 56 |
1 files changed, 46 insertions, 10 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 8b23165bc5dc..12900f7083b0 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
| @@ -258,14 +258,6 @@ config SERIAL_8250_ACORN | |||
| 258 | system, say Y to this option. The driver can handle 1, 2, or 3 port | 258 | system, say Y to this option. The driver can handle 1, 2, or 3 port |
| 259 | cards. If unsure, say N. | 259 | cards. If unsure, say N. |
| 260 | 260 | ||
| 261 | config SERIAL_8250_AU1X00 | ||
| 262 | bool "Au1x00 serial port support" | ||
| 263 | depends on SERIAL_8250 != n && SOC_AU1X00 | ||
| 264 | help | ||
| 265 | If you have an Au1x00 SOC based board and want to use the serial port, | ||
| 266 | say Y to this option. The driver can handle up to 4 serial ports, | ||
| 267 | depending on the SOC. If unsure, say N. | ||
| 268 | |||
| 269 | config SERIAL_8250_RM9K | 261 | config SERIAL_8250_RM9K |
| 270 | bool "Support for MIPS RM9xxx integrated serial port" | 262 | bool "Support for MIPS RM9xxx integrated serial port" |
| 271 | depends on SERIAL_8250 != n && SERIAL_RM9000 | 263 | depends on SERIAL_8250 != n && SERIAL_RM9000 |
| @@ -544,12 +536,13 @@ config SERIAL_S3C6400 | |||
| 544 | 536 | ||
| 545 | config SERIAL_S5PV210 | 537 | config SERIAL_S5PV210 |
| 546 | tristate "Samsung S5PV210 Serial port support" | 538 | tristate "Samsung S5PV210 Serial port support" |
| 547 | depends on SERIAL_SAMSUNG && (CPU_S5PV210 || CPU_S5P6442) | 539 | depends on SERIAL_SAMSUNG && (CPU_S5PV210 || CPU_S5P6442 || CPU_S5PV310) |
| 548 | select SERIAL_SAMSUNG_UARTS_4 if CPU_S5PV210 | 540 | select SERIAL_SAMSUNG_UARTS_4 if (CPU_S5PV210 || CPU_S5PV310) |
| 549 | default y | 541 | default y |
| 550 | help | 542 | help |
| 551 | Serial port support for Samsung's S5P Family of SoC's | 543 | Serial port support for Samsung's S5P Family of SoC's |
| 552 | 544 | ||
| 545 | |||
| 553 | config SERIAL_MAX3100 | 546 | config SERIAL_MAX3100 |
| 554 | tristate "MAX3100 support" | 547 | tristate "MAX3100 support" |
| 555 | depends on SPI | 548 | depends on SPI |
| @@ -557,6 +550,22 @@ config SERIAL_MAX3100 | |||
| 557 | help | 550 | help |
| 558 | MAX3100 chip support | 551 | MAX3100 chip support |
| 559 | 552 | ||
| 553 | config SERIAL_MAX3107 | ||
| 554 | tristate "MAX3107 support" | ||
| 555 | depends on SPI | ||
| 556 | select SERIAL_CORE | ||
| 557 | help | ||
| 558 | MAX3107 chip support | ||
| 559 | |||
| 560 | config SERIAL_MAX3107_AAVA | ||
| 561 | tristate "MAX3107 AAVA platform support" | ||
| 562 | depends on X86_MRST && SERIAL_MAX3107 && GPIOLIB | ||
| 563 | select SERIAL_CORE | ||
| 564 | help | ||
| 565 | Support for the MAX3107 chip configuration found on the AAVA | ||
| 566 | platform. Includes the extra initialisation and GPIO support | ||
| 567 | neded for this device. | ||
| 568 | |||
| 560 | config SERIAL_DZ | 569 | config SERIAL_DZ |
| 561 | bool "DECstation DZ serial driver" | 570 | bool "DECstation DZ serial driver" |
| 562 | depends on MACH_DECSTATION && 32BIT | 571 | depends on MACH_DECSTATION && 32BIT |
| @@ -698,6 +707,33 @@ config SERIAL_SA1100_CONSOLE | |||
| 698 | your boot loader (lilo or loadlin) about how to pass options to the | 707 | your boot loader (lilo or loadlin) about how to pass options to the |
| 699 | kernel at boot time.) | 708 | kernel at boot time.) |
| 700 | 709 | ||
| 710 | config SERIAL_MRST_MAX3110 | ||
| 711 | tristate "SPI UART driver for Max3110" | ||
| 712 | depends on SPI_DW_PCI | ||
| 713 | select SERIAL_CORE | ||
| 714 | select SERIAL_CORE_CONSOLE | ||
| 715 | help | ||
| 716 | This is the UART protocol driver for the MAX3110 device on | ||
| 717 | the Intel Moorestown platform. On other systems use the max3100 | ||
| 718 | driver. | ||
| 719 | |||
| 720 | config MRST_MAX3110_IRQ | ||
| 721 | boolean "Enable GPIO IRQ for Max3110 over Moorestown" | ||
| 722 | default n | ||
| 723 | depends on SERIAL_MRST_MAX3110 && GPIO_LANGWELL | ||
| 724 | help | ||
| 725 | This has to be enabled after Moorestown GPIO driver is loaded | ||
| 726 | |||
| 727 | config SERIAL_MFD_HSU | ||
| 728 | tristate "Medfield High Speed UART support" | ||
| 729 | depends on PCI | ||
| 730 | select SERIAL_CORE | ||
| 731 | |||
| 732 | config SERIAL_MFD_HSU_CONSOLE | ||
| 733 | boolean "Medfile HSU serial console support" | ||
| 734 | depends on SERIAL_MFD_HSU=y | ||
| 735 | select SERIAL_CORE_CONSOLE | ||
| 736 | |||
| 701 | config SERIAL_BFIN | 737 | config SERIAL_BFIN |
| 702 | tristate "Blackfin serial port support" | 738 | tristate "Blackfin serial port support" |
| 703 | depends on BLACKFIN | 739 | depends on BLACKFIN |
