aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
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 bdaaad8f212..c1c275833fc 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"