aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/freescale/Kconfig')
-rw-r--r--drivers/net/ethernet/freescale/Kconfig8
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/net/ethernet/freescale/Kconfig b/drivers/net/ethernet/freescale/Kconfig
index 25e3425729d0..ff76d4e9dc1b 100644
--- a/drivers/net/ethernet/freescale/Kconfig
+++ b/drivers/net/ethernet/freescale/Kconfig
@@ -9,9 +9,7 @@ config NET_VENDOR_FREESCALE
9 M523x || M527x || M5272 || M528x || M520x || M532x || \ 9 M523x || M527x || M5272 || M528x || M520x || M532x || \
10 ARCH_MXC || ARCH_MXS || (PPC_MPC52xx && PPC_BESTCOMM) 10 ARCH_MXC || ARCH_MXS || (PPC_MPC52xx && PPC_BESTCOMM)
11 ---help--- 11 ---help---
12 If you have a network (Ethernet) card belonging to this class, say Y 12 If you have a network (Ethernet) card belonging to this class, say Y.
13 and read the Ethernet-HOWTO, available from
14 <http://www.tldp.org/docs.html#howto>.
15 13
16 Note that the answer to this question doesn't directly affect the 14 Note that the answer to this question doesn't directly affect the
17 kernel: saying N will just cause the configurator to skip all 15 kernel: saying N will just cause the configurator to skip all
@@ -85,12 +83,12 @@ config UGETH_TX_ON_DEMAND
85 83
86config GIANFAR 84config GIANFAR
87 tristate "Gianfar Ethernet" 85 tristate "Gianfar Ethernet"
88 depends on FSL_SOC
89 select FSL_PQ_MDIO 86 select FSL_PQ_MDIO
90 select PHYLIB 87 select PHYLIB
91 select CRC32 88 select CRC32
92 ---help--- 89 ---help---
93 This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx, 90 This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx,
94 and MPC86xx family of chips, and the FEC on the 8540. 91 and MPC86xx family of chips, the eTSEC on LS1021A and the FEC
92 on the 8540.
95 93
96endif # NET_VENDOR_FREESCALE 94endif # NET_VENDOR_FREESCALE