aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJon Loeliger <jdl@jdl.com>2006-06-17 18:52:55 -0400
committerPaul Mackerras <paulus@samba.org>2006-06-21 01:01:29 -0400
commitef82a306b46dbedaecbb154b24d05dfab937df35 (patch)
tree04636c51f544b46b5562fe153538ad4638bcdc3f /drivers/net/Kconfig
parent2097c7f04af7fb962ab8676ed8083f350ed885f7 (diff)
[POWERPC] Add Vitesse 8244 PHY for MPC8641 HPCN platform.
Signed-off-by: Kriston Carson <KristonCarson@freescale.com> Signed-off-by: Xianghua Xiao <x.xiao@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com> Acked-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index bdaaad8f2123..c1c275833fcb 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2179,11 +2179,11 @@ config SPIDER_NET
2179 2179
2180config GIANFAR 2180config GIANFAR
2181 tristate "Gianfar Ethernet" 2181 tristate "Gianfar Ethernet"
2182 depends on 85xx || 83xx 2182 depends on 85xx || 83xx || PPC_86xx
2183 select PHYLIB 2183 select PHYLIB
2184 help 2184 help
2185 This driver supports the Gigabit TSEC on the MPC85xx 2185 This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx,
2186 family of chips, and the FEC on the 8540 2186 and MPC86xx family of chips, and the FEC on the 8540.
2187 2187
2188config GFAR_NAPI 2188config GFAR_NAPI
2189 bool "NAPI Support" 2189 bool "NAPI Support"