aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2010-09-13 03:39:56 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-22 13:20:03 -0400
commit91efa75ce14db63d1eb47a2935bc7332de243f8d (patch)
treeb51944dec371ea57d4aef64a361c7dc41a305738 /drivers/serial/Kconfig
parentee9b4500eb6433015f35762d390666fede48e574 (diff)
serial: mrst_max3110: Make the IRQ option runtime
And while we are at it allow it to fail to find one. Without this the IRQ option will cause the 3110 driver to fail on 0.7 SFI firmware. Acked-by: Feng Tang <feng.tang@intel.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r--drivers/serial/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 12900f7083b0..ba4b390299d5 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -717,13 +717,6 @@ config SERIAL_MRST_MAX3110
717 the Intel Moorestown platform. On other systems use the max3100 717 the Intel Moorestown platform. On other systems use the max3100
718 driver. 718 driver.
719 719
720config 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
727config SERIAL_MFD_HSU 720config SERIAL_MFD_HSU
728 tristate "Medfield High Speed UART support" 721 tristate "Medfield High Speed UART support"
729 depends on PCI 722 depends on PCI