diff -u --recursive --new-file --exclude=CVS --exclude=.cvsignore ../vanilla/2.2/linux/arch/sparc/config.in linux/arch/sparc/config.in
--- ../vanilla/2.2/linux/arch/sparc/config.in	Thu Jan 27 17:24:10 2000
+++ linux/arch/sparc/config.in	Thu Jan 27 14:31:21 2000
@@ -173,6 +179,7 @@
 	bool 'Network device support' CONFIG_NETDEVICES
 	if [ "$CONFIG_NETDEVICES" = "y" ]; then
 		tristate 'Dummy net driver support' CONFIG_DUMMY
+		tristate 'Bonding driver support' CONFIG_BONDING
 		tristate 'PPP (point-to-point) support' CONFIG_PPP
 		if [ ! "$CONFIG_PPP" = "n" ]; then
 		   comment 'CCP compressors for PPP are only built as modules.'
diff -u --recursive --new-file --exclude=CVS --exclude=.cvsignore ../vanilla/2.2/linux/arch/sparc/defconfig linux/arch/sparc/defconfig
--- ../vanilla/2.2/linux/arch/sparc/defconfig	Thu Jan 27 17:24:10 2000
+++ linux/arch/sparc/defconfig	Thu Jan 27 17:34:01 2000
@@ -203,6 +206,7 @@
 #
 CONFIG_NETDEVICES=y
 CONFIG_DUMMY=m
+CONFIG_BONDING=m
 CONFIG_PPP=m
 
 #
diff -u --recursive --new-file --exclude=CVS --exclude=.cvsignore ../vanilla/2.2/linux/arch/sparc64/config.in linux/arch/sparc64/config.in
--- ../vanilla/2.2/linux/arch/sparc64/config.in	Thu Jan 27 17:24:10 2000
+++ linux/arch/sparc64/config.in	Thu Jan 27 14:31:25 2000
@@ -217,6 +223,7 @@
 	bool 'Network device support' CONFIG_NETDEVICES
 	if [ "$CONFIG_NETDEVICES" = "y" ]; then
 		tristate 'Dummy net driver support' CONFIG_DUMMY
+		tristate 'Bonding driver support' CONFIG_BONDING
 		tristate 'PPP (point-to-point) support' CONFIG_PPP
 		if [ ! "$CONFIG_PPP" = "n" ]; then
 		   comment 'CCP compressors for PPP are only built as modules.'
diff -u --recursive --new-file --exclude=CVS --exclude=.cvsignore ../vanilla/2.2/linux/arch/sparc64/defconfig linux/arch/sparc64/defconfig
--- ../vanilla/2.2/linux/arch/sparc64/defconfig	Thu Jan 27 17:24:10 2000
+++ linux/arch/sparc64/defconfig	Thu Jan 27 17:33:28 2000
@@ -240,6 +243,7 @@
 #
 CONFIG_NETDEVICES=y
 CONFIG_DUMMY=m
+CONFIG_BONDING=m
 CONFIG_PPP=m
 
 #

