Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bbc65bf7 authored by Alison Wang's avatar Alison Wang Committed by David S. Miller
Browse files

net/fsl: remove dependency FSL_SOC for Gianfar



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

Signed-off-by: default avatarAlison Wang <alison.wang@freescale.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent cbdb9777
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -83,12 +83,12 @@ config UGETH_TX_ON_DEMAND


config GIANFAR
config GIANFAR
	tristate "Gianfar Ethernet"
	tristate "Gianfar Ethernet"
	depends on FSL_SOC
	select FSL_PQ_MDIO
	select FSL_PQ_MDIO
	select PHYLIB
	select PHYLIB
	select CRC32
	select CRC32
	---help---
	---help---
	  This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx,
	  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
endif # NET_VENDOR_FREESCALE