diff options
author | Alan Cox <alan@linux.intel.com> | 2010-11-11 22:28:58 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-11-16 12:50:18 -0800 |
commit | 8ddbe5edfb33e2186a5c83925d657914f643e09a (patch) | |
tree | c6c445a36a1a6f1dfdf5b030d14508e0f682cb5b /drivers/serial | |
parent | e44dcb6c377529805bbaae505d5b333daab69111 (diff) | |
download | linux-8ddbe5edfb33e2186a5c83925d657914f643e09a.tar.gz linux-8ddbe5edfb33e2186a5c83925d657914f643e09a.tar.bz2 linux-8ddbe5edfb33e2186a5c83925d657914f643e09a.zip |
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/Kconfig | 2 |
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 config SERIAL_IFX6X60 tristate "SPI protocol driver for Infineon 6x60 modem (EXPERIMENTAL)" - depends on GPIOLIB && EXPERIMENTAL + depends on GPIOLIB && SPI && EXPERIMENTAL help Support for the IFX6x60 modem devices on Intel MID platforms. |