diff options
author | Alison Wang <b18965@freescale.com> | 2015-06-25 11:34:38 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-06-25 02:13:04 -0700 |
commit | bbc65bf7e081ac135e8152f639372ac0d52240cf (patch) | |
tree | 458f897d27435f29954ac77ce0b96dd4f62df353 /drivers/net/ethernet/freescale | |
parent | cbdb97773e906c5c4cafa51816436cdc35b1d1c8 (diff) | |
download | blackbird-obmc-linux-bbc65bf7e081ac135e8152f639372ac0d52240cf.tar.gz blackbird-obmc-linux-bbc65bf7e081ac135e8152f639372ac0d52240cf.zip |
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: Alison Wang <alison.wang@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/freescale')
-rw-r--r-- | drivers/net/ethernet/freescale/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/freescale/Kconfig b/drivers/net/ethernet/freescale/Kconfig index b8de87b03046..ff76d4e9dc1b 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 |