netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/fsl: remove dependency FSL_SOC for Gianfar
@ 2015-06-25  3:34 Alison Wang
  2015-06-25  9:14 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Alison Wang @ 2015-06-25  3:34 UTC (permalink / raw)
  To: davem, jeffrey.t.kirsher, ogerlitz, hariprasad, claudiu.manoil,
	shawn.guo, jason.jin, netdev, linux-arm-kernel, linux-kernel
  Cc: Alison Wang

CONFIG_GIANFAR is not depended on FSL_SOC, it
can be built on non-PPC platforms.

Signed-off-by: Alison Wang <alison.wang@freescale.com>
---
 drivers/net/ethernet/freescale/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/freescale/Kconfig b/drivers/net/ethernet/freescale/Kconfig
index b8de87b..ff76d4e 100644
--- a/drivers/net/ethernet/freescale/Kconfig
+++ b/drivers/net/ethernet/freescale/Kconfig
@@ -83,12 +83,12 @@ config UGETH_TX_ON_DEMAND
 
 config GIANFAR
 	tristate "Gianfar Ethernet"
-	depends on FSL_SOC
 	select FSL_PQ_MDIO
 	select PHYLIB
 	select CRC32
 	---help---
 	  This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx,
-	  and MPC86xx family of chips, and the FEC on the 8540.
+	  and MPC86xx family of chips, the eTSEC on LS1021A and the FEC
+	  on the 8540.
 
 endif # NET_VENDOR_FREESCALE
-- 
2.1.0.27.g96db324

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

* Re: [PATCH] net/fsl: remove dependency FSL_SOC for Gianfar
  2015-06-25  3:34 [PATCH] net/fsl: remove dependency FSL_SOC for Gianfar Alison Wang
@ 2015-06-25  9:14 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-06-25  9:14 UTC (permalink / raw)
  To: b18965
  Cc: jeffrey.t.kirsher, ogerlitz, hariprasad, claudiu.manoil,
	shawn.guo, jason.jin, netdev, linux-arm-kernel, linux-kernel,
	alison.wang

From: Alison Wang <b18965@freescale.com>
Date: Thu, 25 Jun 2015 11:34:38 +0800

> CONFIG_GIANFAR is not depended on FSL_SOC, it
> can be built on non-PPC platforms.
> 
> Signed-off-by: Alison Wang <alison.wang@freescale.com>

Applied.

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

end of thread, other threads:[~2015-06-25  9:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-25  3:34 [PATCH] net/fsl: remove dependency FSL_SOC for Gianfar Alison Wang
2015-06-25  9:14 ` 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).