linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] net: fec: Select the FEC driver by default for i.MX SoCs
@ 2011-11-30 11:31 Fabio Estevam
  2011-11-30 13:25 ` Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabio Estevam @ 2011-11-30 11:31 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-11-30 22:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-30 11:31 [PATCH v2] net: fec: Select the FEC driver by default for i.MX SoCs Fabio Estevam
2011-11-30 13:25 ` 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

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).