[kernel] r10889 - in dists/trunk/linux-2.6/debian/config: . alpha amd64 arm i386 mips mipsel powerpc

Bastian Blank waldi at alioth.debian.org
Fri Mar 14 22:29:10 UTC 2008


Author: waldi
Date: Fri Mar 14 22:29:09 2008
New Revision: 10889

Log:
debian/config: Unify BNEP protocol support.


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/config
   dists/trunk/linux-2.6/debian/config/i386/config
   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/mipsel/config.4kc-malta
   dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta
   dists/trunk/linux-2.6/debian/config/powerpc/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	Fri Mar 14 22:29:09 2008
@@ -1415,13 +1415,6 @@
 CONFIG_ROSE=m
 
 ##
-## file: net/bluetooth/bnep/Kconfig
-##
-CONFIG_BT_BNEP=m
-CONFIG_BT_BNEP_MC_FILTER=y
-CONFIG_BT_BNEP_PROTO_FILTER=y
-
-##
 ## file: net/bluetooth/cmtp/Kconfig
 ##
 CONFIG_BT_CMTP=m

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	Fri Mar 14 22:29:09 2008
@@ -1506,13 +1506,6 @@
 CONFIG_ROSE=m
 
 ##
-## file: net/bluetooth/bnep/Kconfig
-##
-CONFIG_BT_BNEP=m
-CONFIG_BT_BNEP_MC_FILTER=y
-CONFIG_BT_BNEP_PROTO_FILTER=y
-
-##
 ## file: net/bluetooth/cmtp/Kconfig
 ##
 CONFIG_BT_CMTP=m

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	Fri Mar 14 22:29:09 2008
@@ -1370,13 +1370,6 @@
 # CONFIG_BT is not set
 
 ##
-## file: net/bluetooth/bnep/Kconfig
-##
-CONFIG_BT_BNEP=m
-CONFIG_BT_BNEP_MC_FILTER=y
-CONFIG_BT_BNEP_PROTO_FILTER=y
-
-##
 ## file: net/bluetooth/hidp/Kconfig
 ##
 CONFIG_BT_HIDP=m

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	Fri Mar 14 22:29:09 2008
@@ -862,13 +862,6 @@
 # CONFIG_HAMRADIO is not set
 
 ##
-## file: net/bluetooth/bnep/Kconfig
-##
-CONFIG_BT_BNEP=m
-CONFIG_BT_BNEP_MC_FILTER=y
-CONFIG_BT_BNEP_PROTO_FILTER=y
-
-##
 ## file: net/bluetooth/hidp/Kconfig
 ##
 CONFIG_BT_HIDP=m

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	Fri Mar 14 22:29:09 2008
@@ -825,13 +825,6 @@
 # CONFIG_HAMRADIO is not set
 
 ##
-## file: net/bluetooth/bnep/Kconfig
-##
-CONFIG_BT_BNEP=m
-CONFIG_BT_BNEP_MC_FILTER=y
-CONFIG_BT_BNEP_PROTO_FILTER=y
-
-##
 ## file: net/bluetooth/hidp/Kconfig
 ##
 CONFIG_BT_HIDP=m

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	Fri Mar 14 22:29:09 2008
@@ -1917,6 +1917,13 @@
 CONFIG_BT_SCO=m
 
 ##
+## file: net/bluetooth/bnep/Kconfig
+##
+CONFIG_BT_BNEP=m
+CONFIG_BT_BNEP_MC_FILTER=y
+CONFIG_BT_BNEP_PROTO_FILTER=y
+
+##
 ## file: net/bluetooth/rfcomm/Kconfig
 ##
 CONFIG_BT_RFCOMM=m

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	Fri Mar 14 22:29:09 2008
@@ -1771,13 +1771,6 @@
 CONFIG_ROSE=m
 
 ##
-## file: net/bluetooth/bnep/Kconfig
-##
-CONFIG_BT_BNEP=m
-CONFIG_BT_BNEP_MC_FILTER=y
-CONFIG_BT_BNEP_PROTO_FILTER=y
-
-##
 ## file: net/bluetooth/cmtp/Kconfig
 ##
 CONFIG_BT_CMTP=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	Fri Mar 14 22:29:09 2008
@@ -1911,13 +1911,6 @@
 CONFIG_ROSE=m
 
 ##
-## file: net/bluetooth/bnep/Kconfig
-##
-CONFIG_BT_BNEP=m
-CONFIG_BT_BNEP_MC_FILTER=y
-CONFIG_BT_BNEP_PROTO_FILTER=y
-
-##
 ## file: net/bluetooth/cmtp/Kconfig
 ##
 CONFIG_BT_CMTP=m

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	Fri Mar 14 22:29:09 2008
@@ -2253,13 +2253,6 @@
 CONFIG_ROSE=m
 
 ##
-## file: net/bluetooth/bnep/Kconfig
-##
-CONFIG_BT_BNEP=m
-CONFIG_BT_BNEP_MC_FILTER=y
-CONFIG_BT_BNEP_PROTO_FILTER=y
-
-##
 ## file: net/bluetooth/cmtp/Kconfig
 ##
 CONFIG_BT_CMTP=m

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	Fri Mar 14 22:29:09 2008
@@ -1876,13 +1876,6 @@
 CONFIG_ROSE=m
 
 ##
-## file: net/bluetooth/bnep/Kconfig
-##
-CONFIG_BT_BNEP=m
-CONFIG_BT_BNEP_MC_FILTER=y
-CONFIG_BT_BNEP_PROTO_FILTER=y
-
-##
 ## file: net/bluetooth/cmtp/Kconfig
 ##
 CONFIG_BT_CMTP=m

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	Fri Mar 14 22:29:09 2008
@@ -2236,13 +2236,6 @@
 CONFIG_ROSE=m
 
 ##
-## file: net/bluetooth/bnep/Kconfig
-##
-CONFIG_BT_BNEP=m
-CONFIG_BT_BNEP_MC_FILTER=y
-CONFIG_BT_BNEP_PROTO_FILTER=y
-
-##
 ## file: net/bluetooth/cmtp/Kconfig
 ##
 CONFIG_BT_CMTP=m

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	Fri Mar 14 22:29:09 2008
@@ -1071,13 +1071,6 @@
 CONFIG_ROSE=m
 
 ##
-## file: net/bluetooth/bnep/Kconfig
-##
-CONFIG_BT_BNEP=m
-CONFIG_BT_BNEP_MC_FILTER=y
-CONFIG_BT_BNEP_PROTO_FILTER=y
-
-##
 ## file: net/bluetooth/cmtp/Kconfig
 ##
 CONFIG_BT_CMTP=m



More information about the Kernel-svn-changes mailing list