Skip to content

Commit

Permalink
net/fsl: remove dependency FSL_SOC for Gianfar
Browse files Browse the repository at this point in the history
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alison Wang authored and David S. Miller committed Jun 25, 2015
1 parent cbdb977 commit bbc65bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/ethernet/freescale/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bbc65bf

Please sign in to comment.