diff options
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index e437ce8c1748..964634e79c16 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -690,6 +690,23 @@ config SERIAL_SA1100_CONSOLE | |||
690 | your boot loader (lilo or loadlin) about how to pass options to the | 690 | your boot loader (lilo or loadlin) about how to pass options to the |
691 | kernel at boot time.) | 691 | kernel at boot time.) |
692 | 692 | ||
693 | config SERIAL_MRST_MAX3110 | ||
694 | tristate "SPI UART driver for Max3110" | ||
695 | depends on SPI_DW_PCI | ||
696 | select SERIAL_CORE | ||
697 | select SERIAL_CORE_CONSOLE | ||
698 | help | ||
699 | This is the UART protocol driver for the MAX3110 device on | ||
700 | the Intel Moorestown platform. On other systems use the max3100 | ||
701 | driver. | ||
702 | |||
703 | config MRST_MAX3110_IRQ | ||
704 | boolean "Enable GPIO IRQ for Max3110 over Moorestown" | ||
705 | default n | ||
706 | depends on SERIAL_MRST_MAX3110 && GPIO_LANGWELL | ||
707 | help | ||
708 | This has to be enabled after Moorestown GPIO driver is loaded | ||
709 | |||
693 | config SERIAL_BFIN | 710 | config SERIAL_BFIN |
694 | tristate "Blackfin serial port support" | 711 | tristate "Blackfin serial port support" |
695 | depends on BLACKFIN | 712 | depends on BLACKFIN |