[kernel] r11369 - in dists/trunk/linux-2.6/debian/config: . alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc sparc

Maximilian Attems maks at alioth.debian.org
Sun May 11 22:32:26 UTC 2008


Author: maks
Date: Sun May 11 22:32:25 2008
New Revision: 11369

Log:
topconfig centralize PPP options

were spread all over the place, with confliction decisions.
dubious unset in s390.


Modified:
   dists/trunk/linux-2.6/debian/config/alpha/config
   dists/trunk/linux-2.6/debian/config/amd64/config
   dists/trunk/linux-2.6/debian/config/arm/config.footbridge
   dists/trunk/linux-2.6/debian/config/arm/config.iop32x
   dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx
   dists/trunk/linux-2.6/debian/config/arm/config.versatile
   dists/trunk/linux-2.6/debian/config/config
   dists/trunk/linux-2.6/debian/config/hppa/config
   dists/trunk/linux-2.6/debian/config/i386/config
   dists/trunk/linux-2.6/debian/config/ia64/config
   dists/trunk/linux-2.6/debian/config/m68k/config
   dists/trunk/linux-2.6/debian/config/m68k/config.amiga
   dists/trunk/linux-2.6/debian/config/m68k/config.atari
   dists/trunk/linux-2.6/debian/config/m68k/config.bvme6000
   dists/trunk/linux-2.6/debian/config/m68k/config.hp
   dists/trunk/linux-2.6/debian/config/m68k/config.mac
   dists/trunk/linux-2.6/debian/config/m68k/config.mvme147
   dists/trunk/linux-2.6/debian/config/m68k/config.mvme16x
   dists/trunk/linux-2.6/debian/config/m68k/config.q40
   dists/trunk/linux-2.6/debian/config/m68k/config.sun3
   dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta
   dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta
   dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b
   dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta
   dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta
   dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt
   dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a
   dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b
   dists/trunk/linux-2.6/debian/config/powerpc/config
   dists/trunk/linux-2.6/debian/config/sparc/config

Modified: dists/trunk/linux-2.6/debian/config/alpha/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/alpha/config	(original)
+++ dists/trunk/linux-2.6/debian/config/alpha/config	Sun May 11 22:32:25 2008
@@ -844,14 +844,6 @@
 CONFIG_ROADRUNNER=m
 # CONFIG_ROADRUNNER_LARGE_RINGS is not set
 CONFIG_PLIP=m
-CONFIG_PPP=m
-CONFIG_PPP_MULTILINK=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
-CONFIG_PPPOATM=m
 CONFIG_NET_FC=y
 CONFIG_NETCONSOLE=m
 CONFIG_NETPOLL_TRAP=y

Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config	(original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config	Sun May 11 22:32:25 2008
@@ -940,14 +940,6 @@
 CONFIG_ROADRUNNER=m
 # CONFIG_ROADRUNNER_LARGE_RINGS is not set
 CONFIG_PLIP=m
-CONFIG_PPP=m
-CONFIG_PPP_MULTILINK=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
-CONFIG_PPPOATM=m
 CONFIG_NET_FC=y
 CONFIG_NETCONSOLE=m
 # CONFIG_NETPOLL_TRAP is not set

Modified: dists/trunk/linux-2.6/debian/config/arm/config.footbridge
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.footbridge	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.footbridge	Sun May 11 22:32:25 2008
@@ -709,14 +709,6 @@
 # CONFIG_FDDI is not set
 # CONFIG_HIPPI is not set
 # CONFIG_PLIP is not set
-CONFIG_PPP=m
-# CONFIG_PPP_MULTILINK is not set
-# CONFIG_PPP_FILTER is not set
-CONFIG_PPP_ASYNC=m
-# CONFIG_PPP_SYNC_TTY is not set
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
-# CONFIG_PPPOATM is not set
 # CONFIG_NET_FC is not set
 CONFIG_NETCONSOLE=m
 CONFIG_NETPOLL=y

Modified: dists/trunk/linux-2.6/debian/config/arm/config.iop32x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.iop32x	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.iop32x	Sun May 11 22:32:25 2008
@@ -562,14 +562,6 @@
 CONFIG_R8169=m
 CONFIG_R8169_NAPI=y
 CONFIG_R8169_VLAN=y
-CONFIG_PPP=m
-CONFIG_PPP_MULTILINK=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
-CONFIG_PPPOATM=m
 
 ##
 ## file: drivers/net/appletalk/Kconfig

Modified: dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx	Sun May 11 22:32:25 2008
@@ -497,15 +497,6 @@
 # CONFIG_S2IO is not set
 # CONFIG_FDDI is not set
 # CONFIG_HIPPI is not set
-CONFIG_PPP=m
-CONFIG_PPP_MULTILINK=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
-CONFIG_PPP_MPPE=m
-CONFIG_PPPOATM=m
 # CONFIG_NET_FC is not set
 CONFIG_NETCONSOLE=m
 CONFIG_NETPOLL=y

Modified: dists/trunk/linux-2.6/debian/config/arm/config.versatile
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.versatile	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.versatile	Sun May 11 22:32:25 2008
@@ -640,16 +640,6 @@
 # CONFIG_NETDEV_10000 is not set
 # CONFIG_FDDI is not set
 # CONFIG_HIPPI is not set
-CONFIG_PPP=m
-CONFIG_PPP_MULTILINK=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
-CONFIG_PPP_MPPE=m
-CONFIG_PPPOATM=m
-CONFIG_PPPOL2TP=m
 # CONFIG_NET_FC is not set
 CONFIG_NETCONSOLE=m
 # CONFIG_NETCONSOLE_DYNAMIC is not set

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Sun May 11 22:32:25 2008
@@ -1003,13 +1003,21 @@
 CONFIG_NIU=m
 CONFIG_MLX4_DEBUG=y
 CONFIG_TEHUTI=m
+CONFIG_PPP=m
+CONFIG_PPP_MULTILINK=y
+CONFIG_PPP_FILTER=y
+CONFIG_PPP_ASYNC=m
+CONFIG_PPP_SYNC_TTY=m
+CONFIG_PPP_DEFLATE=m
+CONFIG_PPP_BSDCOMP=m
 CONFIG_PPP_MPPE=m
 CONFIG_PPPOE=m
+CONFIG_PPPOATM=m
+CONFIG_PPPOL2TP=m
 CONFIG_SLIP=m
 CONFIG_SLIP_COMPRESSED=y
 CONFIG_SLIP_SMART=y
 CONFIG_SLIP_MODE_SLIP6=y
-CONFIG_PPPOL2TP=m
 CONFIG_NETCONSOLE_DYNAMIC=y
 
 ##

Modified: dists/trunk/linux-2.6/debian/config/hppa/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/hppa/config	(original)
+++ dists/trunk/linux-2.6/debian/config/hppa/config	Sun May 11 22:32:25 2008
@@ -335,13 +335,6 @@
 # CONFIG_FDDI is not set
 # CONFIG_HIPPI is not set
 CONFIG_PLIP=m
-CONFIG_PPP=m
-CONFIG_PPP_MULTILINK=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
 # CONFIG_NET_FC is not set
 CONFIG_NETCONSOLE=m
 CONFIG_NETPOLL=y

Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config	(original)
+++ dists/trunk/linux-2.6/debian/config/i386/config	Sun May 11 22:32:25 2008
@@ -1132,14 +1132,6 @@
 CONFIG_ROADRUNNER=m
 # CONFIG_ROADRUNNER_LARGE_RINGS is not set
 CONFIG_PLIP=m
-CONFIG_PPP=m
-CONFIG_PPP_MULTILINK=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
-CONFIG_PPPOATM=m
 CONFIG_NET_FC=y
 CONFIG_NETCONSOLE=m
 # CONFIG_NETPOLL_TRAP is not set

Modified: dists/trunk/linux-2.6/debian/config/ia64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/ia64/config	(original)
+++ dists/trunk/linux-2.6/debian/config/ia64/config	Sun May 11 22:32:25 2008
@@ -549,13 +549,6 @@
 CONFIG_SKFP=m
 # CONFIG_HIPPI is not set
 CONFIG_PLIP=m
-CONFIG_PPP=m
-CONFIG_PPP_MULTILINK=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
 CONFIG_NET_FC=y
 CONFIG_NETCONSOLE=m
 

Modified: dists/trunk/linux-2.6/debian/config/m68k/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/m68k/config	(original)
+++ dists/trunk/linux-2.6/debian/config/m68k/config	Sun May 11 22:32:25 2008
@@ -125,10 +125,6 @@
 # CONFIG_BONDING is not set
 CONFIG_EQUALIZER=m
 # CONFIG_TUN is not set
-CONFIG_PPP=m
-# CONFIG_PPP_MULTILINK is not set
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
 CONFIG_NETCONSOLE=m
 CONFIG_NETPOLL=y
 # CONFIG_NETPOLL_TRAP is not set

Modified: dists/trunk/linux-2.6/debian/config/m68k/config.amiga
==============================================================================
--- dists/trunk/linux-2.6/debian/config/m68k/config.amiga	(original)
+++ dists/trunk/linux-2.6/debian/config/m68k/config.amiga	Sun May 11 22:32:25 2008
@@ -147,9 +147,6 @@
 # CONFIG_NET_ISA is not set
 # CONFIG_NET_PCI is not set
 CONFIG_PLIP=m
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
 
 ##
 ## file: drivers/net/arcnet/Kconfig

Modified: dists/trunk/linux-2.6/debian/config/m68k/config.atari
==============================================================================
--- dists/trunk/linux-2.6/debian/config/m68k/config.atari	(original)
+++ dists/trunk/linux-2.6/debian/config/m68k/config.atari	Sun May 11 22:32:25 2008
@@ -99,9 +99,6 @@
 CONFIG_NET_ETHERNET=y
 CONFIG_ATARILANCE=y
 # CONFIG_PLIP is not set
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
 
 ##
 ## file: drivers/parport/Kconfig

Modified: dists/trunk/linux-2.6/debian/config/m68k/config.bvme6000
==============================================================================
--- dists/trunk/linux-2.6/debian/config/m68k/config.bvme6000	(original)
+++ dists/trunk/linux-2.6/debian/config/m68k/config.bvme6000	Sun May 11 22:32:25 2008
@@ -71,9 +71,6 @@
 ##
 CONFIG_NET_ETHERNET=y
 CONFIG_BVME6000_NET=y
-# CONFIG_PPP_FILTER is not set
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
 
 ##
 ## file: drivers/scsi/Kconfig

Modified: dists/trunk/linux-2.6/debian/config/m68k/config.hp
==============================================================================
--- dists/trunk/linux-2.6/debian/config/m68k/config.hp	(original)
+++ dists/trunk/linux-2.6/debian/config/m68k/config.hp	Sun May 11 22:32:25 2008
@@ -25,9 +25,6 @@
 CONFIG_IPX=m
 # CONFIG_IPX_INTERN is not set
 CONFIG_NET_ETHERNET=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
 # CONFIG_KEYBOARD_ATKBD is not set
 # CONFIG_KEYBOARD_SUNKBD is not set
 # CONFIG_KEYBOARD_HIL_OLD is not set

Modified: dists/trunk/linux-2.6/debian/config/m68k/config.mac
==============================================================================
--- dists/trunk/linux-2.6/debian/config/m68k/config.mac	(original)
+++ dists/trunk/linux-2.6/debian/config/m68k/config.mac	Sun May 11 22:32:25 2008
@@ -99,9 +99,6 @@
 CONFIG_MACSONIC=y # switched back on as requested by Finn Thain
 CONFIG_MACMACE=y
 # CONFIG_NET_VENDOR_SMC is not set
-CONFIG_PPP_FILTER=y
-# CONFIG_PPP_ASYNC is not set
-# CONFIG_PPP_SYNC_TTY is not set
 
 ##
 ## file: drivers/net/appletalk/Kconfig

Modified: dists/trunk/linux-2.6/debian/config/m68k/config.mvme147
==============================================================================
--- dists/trunk/linux-2.6/debian/config/m68k/config.mvme147	(original)
+++ dists/trunk/linux-2.6/debian/config/m68k/config.mvme147	Sun May 11 22:32:25 2008
@@ -66,9 +66,6 @@
 ##
 CONFIG_NET_ETHERNET=y
 CONFIG_MVME147_NET=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
 
 ##
 ## file: drivers/scsi/Kconfig

Modified: dists/trunk/linux-2.6/debian/config/m68k/config.mvme16x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/m68k/config.mvme16x	(original)
+++ dists/trunk/linux-2.6/debian/config/m68k/config.mvme16x	Sun May 11 22:32:25 2008
@@ -72,9 +72,6 @@
 ##
 CONFIG_NET_ETHERNET=y
 CONFIG_MVME16x_NET=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
 
 ##
 ## file: drivers/scsi/Kconfig

Modified: dists/trunk/linux-2.6/debian/config/m68k/config.q40
==============================================================================
--- dists/trunk/linux-2.6/debian/config/m68k/config.q40	(original)
+++ dists/trunk/linux-2.6/debian/config/m68k/config.q40	Sun May 11 22:32:25 2008
@@ -62,9 +62,6 @@
 CONFIG_NE2000=m
 # CONFIG_NET_PCI is not set
 # CONFIG_TR is not set
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
 # CONFIG_KEYBOARD_ATKBD is not set
 # CONFIG_KEYBOARD_SUNKBD is not set
 CONFIG_MOUSE_PS2=m

Modified: dists/trunk/linux-2.6/debian/config/m68k/config.sun3
==============================================================================
--- dists/trunk/linux-2.6/debian/config/m68k/config.sun3	(original)
+++ dists/trunk/linux-2.6/debian/config/m68k/config.sun3	Sun May 11 22:32:25 2008
@@ -14,9 +14,6 @@
 CONFIG_NET_ETHERNET=y
 CONFIG_SUN3LANCE=y
 CONFIG_SUN3_82586=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
 # CONFIG_KEYBOARD_ATKBD is not set
 CONFIG_KEYBOARD_SUNKBD=y
 CONFIG_MOUSE_PS2=m

Modified: dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta	(original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta	Sun May 11 22:32:25 2008
@@ -1126,15 +1126,6 @@
 CONFIG_ROADRUNNER=m
 # CONFIG_ROADRUNNER_LARGE_RINGS is not set
 CONFIG_PLIP=m
-CONFIG_PPP=m
-CONFIG_PPP_MULTILINK=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
-CONFIG_PPP_MPPE=m
-CONFIG_PPPOATM=m
 CONFIG_NET_FC=y
 CONFIG_NETCONSOLE=m
 CONFIG_NETPOLL=y

Modified: dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta	(original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta	Sun May 11 22:32:25 2008
@@ -1355,15 +1355,6 @@
 CONFIG_ROADRUNNER=m
 # CONFIG_ROADRUNNER_LARGE_RINGS is not set
 CONFIG_PLIP=m
-CONFIG_PPP=m
-CONFIG_PPP_MULTILINK=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
-CONFIG_PPP_MPPE=m
-CONFIG_PPPOATM=m
 CONFIG_NET_FC=y
 CONFIG_NETCONSOLE=m
 CONFIG_NETPOLL=y

Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b	(original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b	Sun May 11 22:32:25 2008
@@ -633,14 +633,6 @@
 # CONFIG_FDDI is not set
 # CONFIG_HIPPI is not set
 # CONFIG_PLIP is not set
-CONFIG_PPP=m
-# CONFIG_PPP_MULTILINK is not set
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
-CONFIG_PPP_MPPE=m
 # CONFIG_NET_FC is not set
 # CONFIG_NETCONSOLE is not set
 # CONFIG_NETPOLL is not set

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta	(original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta	Sun May 11 22:32:25 2008
@@ -1125,15 +1125,6 @@
 CONFIG_ROADRUNNER=m
 # CONFIG_ROADRUNNER_LARGE_RINGS is not set
 CONFIG_PLIP=m
-CONFIG_PPP=m
-CONFIG_PPP_MULTILINK=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
-CONFIG_PPP_MPPE=m
-CONFIG_PPPOATM=m
 CONFIG_NET_FC=y
 CONFIG_NETCONSOLE=m
 CONFIG_NETPOLL=y

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta	(original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta	Sun May 11 22:32:25 2008
@@ -1354,15 +1354,6 @@
 CONFIG_ROADRUNNER=m
 # CONFIG_ROADRUNNER_LARGE_RINGS is not set
 CONFIG_PLIP=m
-CONFIG_PPP=m
-CONFIG_PPP_MULTILINK=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
-CONFIG_PPP_MPPE=m
-CONFIG_PPPOATM=m
 CONFIG_NET_FC=y
 CONFIG_NETCONSOLE=m
 CONFIG_NETPOLL=y

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt	(original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt	Sun May 11 22:32:25 2008
@@ -572,14 +572,6 @@
 # CONFIG_FDDI is not set
 # CONFIG_HIPPI is not set
 CONFIG_PLIP=m
-CONFIG_PPP=m
-CONFIG_PPP_MULTILINK=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
-CONFIG_PPP_MPPE=m
 # CONFIG_NET_FC is not set
 CONFIG_NETCONSOLE=m
 CONFIG_NETPOLL=y

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a	(original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a	Sun May 11 22:32:25 2008
@@ -635,14 +635,6 @@
 # CONFIG_FDDI is not set
 # CONFIG_HIPPI is not set
 # CONFIG_PLIP is not set
-CONFIG_PPP=m
-# CONFIG_PPP_MULTILINK is not set
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
-CONFIG_PPP_MPPE=m
 # CONFIG_NET_FC is not set
 # CONFIG_NETCONSOLE is not set
 # CONFIG_NETPOLL is not set

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b	(original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b	Sun May 11 22:32:25 2008
@@ -632,14 +632,6 @@
 # CONFIG_FDDI is not set
 # CONFIG_HIPPI is not set
 # CONFIG_PLIP is not set
-CONFIG_PPP=m
-# CONFIG_PPP_MULTILINK is not set
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
-CONFIG_PPP_MPPE=m
 # CONFIG_NET_FC is not set
 # CONFIG_NETCONSOLE is not set
 # CONFIG_NETPOLL is not set

Modified: dists/trunk/linux-2.6/debian/config/powerpc/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/powerpc/config	(original)
+++ dists/trunk/linux-2.6/debian/config/powerpc/config	Sun May 11 22:32:25 2008
@@ -608,14 +608,6 @@
 CONFIG_SKFP=m
 CONFIG_HIPPI=y
 # CONFIG_ROADRUNNER is not set
-CONFIG_PPP=m
-CONFIG_PPP_MULTILINK=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
-CONFIG_PPPOATM=m
 CONFIG_NET_FC=y
 CONFIG_NETCONSOLE=m
 CONFIG_NETPOLL_TRAP=y

Modified: dists/trunk/linux-2.6/debian/config/sparc/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/sparc/config	(original)
+++ dists/trunk/linux-2.6/debian/config/sparc/config	Sun May 11 22:32:25 2008
@@ -131,13 +131,6 @@
 CONFIG_BNX2=m
 # CONFIG_HIPPI is not set
 CONFIG_PLIP=m
-CONFIG_PPP=m
-CONFIG_PPP_MULTILINK=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
 CONFIG_NET_FC=y
 CONFIG_NETCONSOLE=m
 # CONFIG_NETPOLL_TRAP is not set



More information about the Kernel-svn-changes mailing list