diff options
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index e437ce8c1748..a22e60c06f48 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -542,6 +542,7 @@ config SERIAL_S5PV210 | |||
542 | help | 542 | help |
543 | Serial port support for Samsung's S5P Family of SoC's | 543 | Serial port support for Samsung's S5P Family of SoC's |
544 | 544 | ||
545 | |||
545 | config SERIAL_MAX3100 | 546 | config SERIAL_MAX3100 |
546 | tristate "MAX3100 support" | 547 | tristate "MAX3100 support" |
547 | depends on SPI | 548 | depends on SPI |
@@ -549,6 +550,22 @@ config SERIAL_MAX3100 | |||
549 | help | 550 | help |
550 | MAX3100 chip support | 551 | MAX3100 chip support |
551 | 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 | |||
552 | config SERIAL_DZ | 569 | config SERIAL_DZ |
553 | bool "DECstation DZ serial driver" | 570 | bool "DECstation DZ serial driver" |
554 | depends on MACH_DECSTATION && 32BIT | 571 | depends on MACH_DECSTATION && 32BIT |
@@ -690,6 +707,33 @@ config SERIAL_SA1100_CONSOLE | |||
690 | 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 |
691 | kernel at boot time.) | 708 | kernel at boot time.) |
692 | 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 | |||
693 | config SERIAL_BFIN | 737 | config SERIAL_BFIN |
694 | tristate "Blackfin serial port support" | 738 | tristate "Blackfin serial port support" |
695 | depends on BLACKFIN | 739 | depends on BLACKFIN |