diff options
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index c34c217878b3..a22e60c06f48 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -724,6 +724,16 @@ config MRST_MAX3110_IRQ | |||
724 | help | 724 | help |
725 | This has to be enabled after Moorestown GPIO driver is loaded | 725 | This has to be enabled after Moorestown GPIO driver is loaded |
726 | 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 | |||
727 | config SERIAL_BFIN | 737 | config SERIAL_BFIN |
728 | tristate "Blackfin serial port support" | 738 | tristate "Blackfin serial port support" |
729 | depends on BLACKFIN | 739 | depends on BLACKFIN |