浏览代码

ip1000: menu location change

Move the ip1000 driver into the expected place for gigabit cards
in the configuration menu structure. It should be under the gigabit
cards, not at the top level.

Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Stephen Hemminger 17 年之前
父节点
当前提交
ab7a983176
共有 1 个文件被更改,包括 10 次插入10 次删除
  1. 10 10
      drivers/net/Kconfig

+ 10 - 10
drivers/net/Kconfig

@@ -166,16 +166,6 @@ config NET_SB1000
 
 
 	  If you don't have this card, of course say N.
 	  If you don't have this card, of course say N.
 
 
-config IP1000
-	tristate "IP1000 Gigabit Ethernet support"
-	depends on PCI && EXPERIMENTAL
-	select MII
-	---help---
-	  This driver supports IP1000 gigabit Ethernet cards.
-
-	  To compile this driver as a module, choose M here: the module
-	  will be called ipg.  This is recommended.
-
 source "drivers/net/arcnet/Kconfig"
 source "drivers/net/arcnet/Kconfig"
 
 
 source "drivers/net/phy/Kconfig"
 source "drivers/net/phy/Kconfig"
@@ -1992,6 +1982,16 @@ config E1000E
 	  To compile this driver as a module, choose M here. The module
 	  To compile this driver as a module, choose M here. The module
 	  will be called e1000e.
 	  will be called e1000e.
 
 
+config IP1000
+	tristate "IP1000 Gigabit Ethernet support"
+	depends on PCI && EXPERIMENTAL
+	select MII
+	---help---
+	  This driver supports IP1000 gigabit Ethernet cards.
+
+	  To compile this driver as a module, choose M here: the module
+	  will be called ipg.  This is recommended.
+
 source "drivers/net/ixp2000/Kconfig"
 source "drivers/net/ixp2000/Kconfig"
 
 
 config MYRI_SBUS
 config MYRI_SBUS