On Tue, Oct 26, 2010 at 02:13:52PM +0100, Alan Cox wrote:
> From: Russ Gorby <[email protected]>
> 
> Prototype driver for the IFX6x60 series of SPI attached modems by Jim
> Stanley and Russ Gorby
> 
> Signed-off-by: Russ Gorby <[email protected]>
> 
> [Some reworking and a major cleanup]
> 
> Signed-off-by: Alan Cox <[email protected]>
> ---
> 
>  drivers/serial/Kconfig        |    6 
>  drivers/serial/Makefile       |    1 
>  drivers/serial/ifx6x60.c      | 1402 
> +++++++++++++++++++++++++++++++++++++++++
>  drivers/serial/ifx6x60.h      |  129 ++++
>  include/linux/spi/ifx_modem.h |   14 
>  5 files changed, 1552 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/serial/ifx6x60.c
>  create mode 100644 drivers/serial/ifx6x60.h
>  create mode 100644 include/linux/spi/ifx_modem.h
> 
> 
> diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
> index aff9dcd..0b9cc17 100644
> --- a/drivers/serial/Kconfig
> +++ b/drivers/serial/Kconfig
> @@ -1632,4 +1632,10 @@ config SERIAL_ALTERA_UART_CONSOLE
>       help
>         Enable a Altera UART port to be the system console.
>  
> +config SERIAL_IFX6X60
> +        tristate "SPI protocol driver for Infineon 6x60 modem (EXPERIMENTAL)"
> +     depends on GPIOLIB && EXPERIMENTAL

You also need to depend on SPI here as well, otherwise the build will
break.

Care to send a follow-up patch that does this?

thanks,

greg k-h

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
spi-devel-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spi-devel-general

Reply via email to