Title: [3956] trunk/drivers/net/Kconfig: [#2424] Move config option under NETDEV_1000
Revision
3956
Author
hennerich
Date
2007-11-29 05:17:52 -0600 (Thu, 29 Nov 2007)

Log Message

[#2424] Move config option under NETDEV_1000

Diffstat

 Kconfig |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

Modified Paths

Diff

Modified: trunk/drivers/net/Kconfig (3955 => 3956)


--- trunk/drivers/net/Kconfig	2007-11-29 06:06:46 UTC (rev 3955)
+++ trunk/drivers/net/Kconfig	2007-11-29 11:17:52 UTC (rev 3956)
@@ -2390,6 +2390,20 @@
 	  To compile this driver as a module, choose M here.  The module
 	  will be called atl1.
 
+config AX88180
+	tristate "AX88180 Gigabit Ethernet support"
+	depends on (ARM || BLACKFIN || MIPS) && NET_ETHERNET
+	select CRC32
+	select MII
+	---help---
+	  Support for AX88180 chipset.
+	  To compile this driver as a module, choose M here
+	  
+config AX88180_16BIT
+	bool "Select AX88180 16-bit IO Mode"
+	depends on AX88180
+	default y
+
 endif # NETDEV_1000
 
 #
@@ -2576,20 +2590,6 @@
 	  debug_level module parameter (which can also be set after
 	  the driver is loaded through sysfs).
 
-config AX88180
-	tristate "AX88180 Gigabit Ethernet support"
-	depends on (ARM || BLACKFIN || MIPS) && NET_ETHERNET
-	select CRC32
-	select MII
-	---help---
-	  Support for AX88180 chipset.
-	  To compile this driver as a module, choose M here
-	  
-config AX88180_16BIT
-	bool "Select AX88180 16-bit IO Mode"
-	depends on AX88180
-	default y	
-
 endif # NETDEV_10000
 
 source "drivers/net/tokenring/Kconfig"
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to