[PATCH][2.6] Move Sungem to gige menu

From: Zwane Mwaikambo
Date: Sat Aug 14 2004 - 22:02:49 EST


Move Sun GEM driver option to the gigabit ethernet section.

Signed-off-by: Zwane Mwaikambo <zwane@xxxxxxxxxxx>

Index: linux-2.6.8/drivers/net/Kconfig
===================================================================
RCS file: /home/cvsroot/linux-2.6.8/drivers/net/Kconfig,v
retrieving revision 1.1.1.1
diff -u -p -B -r1.1.1.1 Kconfig
--- linux-2.6.8/drivers/net/Kconfig 14 Aug 2004 17:53:39 -0000 1.1.1.1
+++ linux-2.6.8/drivers/net/Kconfig 14 Aug 2004 18:12:05 -0000
@@ -562,14 +562,6 @@ config SUNQE
To compile this driver as a module, choose M here: the module
will be called sunqe.

-config SUNGEM
- tristate "Sun GEM support"
- depends on NET_ETHERNET && PCI
- select CRC32
- help
- Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also
- <http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>.
-
config NET_VENDOR_3COM
bool "3COM cards"
depends on NET_ETHERNET && (ISA || EISA || MCA || PCI)
@@ -2131,6 +2123,13 @@ config TIGON3
To compile this driver as a module, choose M here: the module
will be called tg3. This is recommended.

+config SUNGEM
+ tristate "Sun GEM support"
+ depends on NET_ETHERNET && PCI
+ select CRC32
+ help
+ Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also
+ <http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>.
endmenu

#
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/