aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 8f99a0626616..83d52c8acab0 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2173,6 +2173,16 @@ config SKGE
2173 To compile this driver as a module, choose M here: the module 2173 To compile this driver as a module, choose M here: the module
2174 will be called skge. This is recommended. 2174 will be called skge. This is recommended.
2175 2175
2176config SKGE_DEBUG
2177 bool "Debugging interface"
2178 depends on SKGE && DEBUG_FS
2179 help
2180 This option adds the ability to dump driver state for debugging.
2181 The file debugfs/skge/ethX displays the state of the internal
2182 transmit and receive rings.
2183
2184 If unsure, say N.
2185
2176config SKY2 2186config SKY2
2177 tristate "SysKonnect Yukon2 support" 2187 tristate "SysKonnect Yukon2 support"
2178 depends on PCI 2188 depends on PCI