From: Alan Cox Date: Thu, 11 Nov 2010 22:28:58 +0000 (+0000) Subject: serial: ifx6x60: The IFX requires SPI X-Git-Tag: upstream/snapshot3+hdmi~12129^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ddbe5edfb33e2186a5c83925d657914f643e09a;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git serial: ifx6x60: The IFX requires SPI Correct the KConfig as noted by Greg. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 388e371..9f6daae 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.