aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2010-11-11 17:28:58 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-11-16 15:50:18 -0500
commit8ddbe5edfb33e2186a5c83925d657914f643e09a (patch)
treec6c445a36a1a6f1dfdf5b030d14508e0f682cb5b /drivers/serial
parente44dcb6c377529805bbaae505d5b333daab69111 (diff)
serial: ifx6x60: The IFX requires SPI
Correct the KConfig as noted by Greg. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/serial')
-rw-r--r--drivers/serial/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 388e37132cc9..9f6daae5edf2 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -1644,7 +1644,7 @@ config SERIAL_ALTERA_UART_CONSOLE
1644 1644
1645config SERIAL_IFX6X60 1645config SERIAL_IFX6X60
1646 tristate "SPI protocol driver for Infineon 6x60 modem (EXPERIMENTAL)" 1646 tristate "SPI protocol driver for Infineon 6x60 modem (EXPERIMENTAL)"
1647 depends on GPIOLIB && EXPERIMENTAL 1647 depends on GPIOLIB && SPI && EXPERIMENTAL
1648 help 1648 help
1649 Support for the IFX6x60 modem devices on Intel MID platforms. 1649 Support for the IFX6x60 modem devices on Intel MID platforms.
1650 1650