From: Bill Fink <billfink@mindspring.com>
To: Yevgeny Petrilin <yevgenyp@mellanox.co.il>
Cc: jeff@garzik.org, netdev@vger.kernel.org,
Liran Liss <liranl@mellanox.co.il>,
tziporet@mellanox.co.il, Roland Dreier <rdreier@cisco.com>
Subject: Re: [PATCH RFC 10/10] mlx4_en: Makefile and Kconfig
Date: Mon, 14 Jul 2008 23:27:26 -0400 [thread overview]
Message-ID: <20080714232726.7719a2ab.billfink@mindspring.com> (raw)
In-Reply-To: <487B65CE.4060509@mellanox.co.il>
On Mon, 14 Jul 2008, Yevgeny Petrilin wrote:
> Changed Makefile and Kconfig files to enable mlx4_en compilation.
>
> Signed-off-by: Liran Liss <liranl@mellanox.co.il>
> Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.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
prev parent reply other threads:[~2008-07-15 3:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-14 14:42 [PATCH RFC 10/10] mlx4_en: Makefile and Kconfig Yevgeny Petrilin
2008-07-15 3:27 ` Bill Fink [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080714232726.7719a2ab.billfink@mindspring.com \
--to=billfink@mindspring.com \
--cc=jeff@garzik.org \
--cc=liranl@mellanox.co.il \
--cc=netdev@vger.kernel.org \
--cc=rdreier@cisco.com \
--cc=tziporet@mellanox.co.il \
--cc=yevgenyp@mellanox.co.il \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).