[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090314134017.d0ec1024.billfink@mindspring.com>
Date:	Sat, 14 Mar 2009 13:40:17 -0400
From:	Bill Fink <billfink@...dspring.com>
To:	ram.vepa@...erion.com
Cc:	Netdev <netdev@...r.kernel.org>,
	David Miller <davem@...emloft.net>,
	Jeff Garzik <jgarzik@...ox.com>
Subject: Re: [net-2.6 PATCH 3/10] Neterion: New driver: Kconfig and Makefile
On 14 Mar 2009, Ramkrishna Vepa wrote:
> - Kconfig and Makefile related changes for vxge driver.
> 
> Signed-off-by: Sivakumar Subramani <sivakumar.subramani@...erion.com>
> Signed-off-by: Rastapur Santosh <santosh.rastapur@...erion.com>
> Signed-off-by: Ramkrishna Vepa <ram.vepa@...erion.com>
> ---
> diff -urpN patch_2/drivers/net/Kconfig patch_3/drivers/net/Kconfig
> --- patch_2/drivers/net/Kconfig	2009-03-12 11:23:32.000000000 -0700
> +++ patch_3/drivers/net/Kconfig	2009-03-12 11:33:06.000000000 -0700
> @@ -2531,6 +2531,24 @@ config S2IO
>  	  More specific information on configuring the driver is in 
>  	  <file:Documentation/networking/s2io.txt>.
> 
> +config VXGE
> +	tristate "Neterion X3100 Series 10GbE PCIe Server Adapter"
> +	depends on PCI
> +	select INET_LRO
> +	---help---
> +	  This driver supports Neterion Inc's X3100 Series 10 GbE PCIe
> +	  I/O Virtualized Server Adapter.
> +	  More specific information on configuring the driver is in
> +	  <file:Documentation/networking/vxge.txt>.
To prevent certain build failures, when you "select INET_LRO" you also
need to add a depends on INET, so the above "depends on PCI" needs to
be changed to:
	depends on PCI && INET
						-Bill
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists
 
