diff options
author | Alan Cox <alan@linux.intel.com> | 2010-09-13 15:39:56 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-22 10:20:03 -0700 |
commit | 91efa75ce14db63d1eb47a2935bc7332de243f8d (patch) | |
tree | b51944dec371ea57d4aef64a361c7dc41a305738 /drivers/serial/Kconfig | |
parent | ee9b4500eb6433015f35762d390666fede48e574 (diff) | |
download | op-kernel-dev-91efa75ce14db63d1eb47a2935bc7332de243f8d.zip op-kernel-dev-91efa75ce14db63d1eb47a2935bc7332de243f8d.tar.gz |
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/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 12900f7..ba4b390 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -717,13 +717,6 @@ config SERIAL_MRST_MAX3110 the Intel Moorestown platform. On other systems use the max3100 driver. -config MRST_MAX3110_IRQ - boolean "Enable GPIO IRQ for Max3110 over Moorestown" - default n - depends on SERIAL_MRST_MAX3110 && GPIO_LANGWELL - help - This has to be enabled after Moorestown GPIO driver is loaded - config SERIAL_MFD_HSU tristate "Medfield High Speed UART support" depends on PCI |