[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20080714232726.7719a2ab.billfink@mindspring.com>
Date: Mon, 14 Jul 2008 23:27:26 -0400
From: Bill Fink <billfink@...dspring.com>
To: Yevgeny Petrilin <yevgenyp@...lanox.co.il>
Cc: jeff@...zik.org, netdev@...r.kernel.org,
Liran Liss <liranl@...lanox.co.il>, tziporet@...lanox.co.il,
Roland Dreier <rdreier@...co.com>
Subject: Re: [PATCH RFC 10/10] mlx4_en: Makefile and Kconfig
On Mon, 14 Jul 2008, Yevgeny Petrilin wrote:
> Changed Makefile and Kconfig files to enable mlx4_en compilation.
>
> Signed-off-by: Liran Liss <liranl@...lanox.co.il>
> Signed-off-by: Yevgeny Petrilin <yevgenyp@...lanox.co.il>
> ---
> drivers/net/Kconfig | 9 +++++++++
> drivers/net/mlx4/Makefile | 5 +++++
> 2 files changed, 14 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> index f4182cf..4aaa7e9 100644
> --- a/drivers/net/Kconfig
> +++ b/drivers/net/Kconfig
> @@ -2549,6 +2549,15 @@ config PASEMI_MAC
> This driver supports the on-chip 1/10Gbit Ethernet controller on
> PA Semi's PWRficient line of chips.
>
> +config MLX4_EN
> + tristate "Mellanox Technologies 10Gbit Ethernet support"
> + depends on PCI
> + select MLX4_CORE
> + select INET_LRO
> + help
> + This driver supports Mellanox Technollogies ConnectX Ethernet
> + devices.
> +
> config MLX4_CORE
> tristate
> depends on PCI
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