diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 76db0bc9452d..63ab05b5a87a 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -165,6 +165,15 @@ config NET_SB1000 | |||
165 | 165 | ||
166 | If you don't have this card, of course say N. | 166 | If you don't have this card, of course say N. |
167 | 167 | ||
168 | config IP1000 | ||
169 | tristate "IP1000 Gigabit Ethernet support" | ||
170 | depends on PCI && EXPERIMENTAL | ||
171 | ---help--- | ||
172 | This driver supports IP1000 gigabit Ethernet cards. | ||
173 | |||
174 | To compile this driver as a module, choose M here: the module | ||
175 | will be called ipg. This is recommended. | ||
176 | |||
168 | source "drivers/net/arcnet/Kconfig" | 177 | source "drivers/net/arcnet/Kconfig" |
169 | 178 | ||
170 | source "drivers/net/phy/Kconfig" | 179 | source "drivers/net/phy/Kconfig" |