netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Fabio Estevam <fabio.estevam@freescale.com>
To: <linux-arm-kernel@lists.infradead.org>
Cc: <kernel@pengutronix.de>, <shawn.guo@freescale.com>,
	<u.kleine-koenig@pengutronix.de>, <davem@davemloft.net>,
	<netdev@vger.kernel.org>, <marek.vasut@gmail.com>,
	Fabio Estevam <fabio.estevam@freescale.com>
Subject: [PATCH v2] net: fec: Select the FEC driver by default for i.MX SoCs
Date: Wed, 30 Nov 2011 09:31:57 -0200	[thread overview]
Message-ID: <1322652717-2685-1-git-send-email-fabio.estevam@freescale.com> (raw)

Let the FEC driver be built by default.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
Changes since v1: 
Move the FEC selection into Kconfig instead of .config file

 drivers/net/ethernet/freescale/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/ethernet/freescale/Kconfig b/drivers/net/ethernet/freescale/Kconfig
index c520cfd..ae269ad 100644
--- a/drivers/net/ethernet/freescale/Kconfig
+++ b/drivers/net/ethernet/freescale/Kconfig
@@ -22,6 +22,7 @@ if NET_VENDOR_FREESCALE
 
 config FEC
 	bool "FEC ethernet controller (of ColdFire and some i.MX CPUs)"
+	default ARCH_MXC || ARCH_MXS if ARM
 	depends on (M523x || M527x || M5272 || M528x || M520x || M532x || \
 		   ARCH_MXC || ARCH_MXS)
 	select PHYLIB
-- 
1.7.1

             reply	other threads:[~2011-11-30 11:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-30 11:31 Fabio Estevam [this message]
2011-11-30 13:25 ` [PATCH v2] net: fec: Select the FEC driver by default for i.MX SoCs Uwe Kleine-König
2011-11-30 13:26   ` Uwe Kleine-König
2011-11-30 13:37 ` Shawn Guo
2011-11-30 14:42 ` [PATCH v3] " Fabio Estevam
2011-11-30 22:08   ` David Miller

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=1322652717-2685-1-git-send-email-fabio.estevam@freescale.com \
    --to=fabio.estevam@freescale.com \
    --cc=davem@davemloft.net \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=marek.vasut@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=shawn.guo@freescale.com \
    --cc=u.kleine-koenig@pengutronix.de \
    /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).