Author: waldi
Date: Fri Mar 14 22:27:26 2008
New Revision: 10888

Log:
debian/config: Unify RFCOMM 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:27:26 2008
@@ -1432,12 +1432,6 @@
 CONFIG_BT_HIDP=m
 
 ##
-## file: net/bluetooth/rfcomm/Kconfig
-##
-CONFIG_BT_RFCOMM=m
-CONFIG_BT_RFCOMM_TTY=y
-
-##
 ## file: net/bridge/Kconfig
 ##
 CONFIG_BRIDGE=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:27:26 2008
@@ -1523,12 +1523,6 @@
 CONFIG_BT_HIDP=m
 
 ##
-## file: net/bluetooth/rfcomm/Kconfig
-##
-CONFIG_BT_RFCOMM=m
-CONFIG_BT_RFCOMM_TTY=y
-
-##
 ## file: net/bridge/Kconfig
 ##
 CONFIG_BRIDGE=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:27:26 2008
@@ -1382,12 +1382,6 @@
 CONFIG_BT_HIDP=m
 
 ##
-## file: net/bluetooth/rfcomm/Kconfig
-##
-CONFIG_BT_RFCOMM=m
-CONFIG_BT_RFCOMM_TTY=y
-
-##
 ## file: net/bridge/Kconfig
 ##
 # CONFIG_BRIDGE is not set

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:27:26 2008
@@ -874,12 +874,6 @@
 CONFIG_BT_HIDP=m
 
 ##
-## file: net/bluetooth/rfcomm/Kconfig
-##
-CONFIG_BT_RFCOMM=m
-CONFIG_BT_RFCOMM_TTY=y
-
-##
 ## file: net/bridge/Kconfig
 ##
 CONFIG_BRIDGE=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:27:26 2008
@@ -837,12 +837,6 @@
 CONFIG_BT_HIDP=m
 
 ##
-## file: net/bluetooth/rfcomm/Kconfig
-##
-CONFIG_BT_RFCOMM=m
-CONFIG_BT_RFCOMM_TTY=y
-
-##
 ## file: net/bridge/Kconfig
 ##
 CONFIG_BRIDGE=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:27:26 2008
@@ -1917,6 +1917,12 @@
 CONFIG_BT_SCO=m
 
 ##
+## file: net/bluetooth/rfcomm/Kconfig
+##
+CONFIG_BT_RFCOMM=m
+CONFIG_BT_RFCOMM_TTY=y
+
+##
 ## file: net/bridge/Kconfig
 ##
 CONFIG_BRIDGE=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:27:26 2008
@@ -1788,12 +1788,6 @@
 CONFIG_BT_HIDP=m
 
 ##
-## file: net/bluetooth/rfcomm/Kconfig
-##
-CONFIG_BT_RFCOMM=m
-CONFIG_BT_RFCOMM_TTY=y
-
-##
 ## file: net/bridge/Kconfig
 ##
 CONFIG_BRIDGE=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:27:26 2008
@@ -1928,12 +1928,6 @@
 CONFIG_BT_HIDP=m
 
 ##
-## file: net/bluetooth/rfcomm/Kconfig
-##
-CONFIG_BT_RFCOMM=m
-CONFIG_BT_RFCOMM_TTY=y
-
-##
 ## file: net/bridge/Kconfig
 ##
 CONFIG_BRIDGE=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:27:26 2008
@@ -2270,12 +2270,6 @@
 CONFIG_BT_HIDP=m
 
 ##
-## file: net/bluetooth/rfcomm/Kconfig
-##
-CONFIG_BT_RFCOMM=m
-CONFIG_BT_RFCOMM_TTY=y
-
-##
 ## file: net/bridge/Kconfig
 ##
 CONFIG_BRIDGE=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:27:26 2008
@@ -1893,12 +1893,6 @@
 CONFIG_BT_HIDP=m
 
 ##
-## file: net/bluetooth/rfcomm/Kconfig
-##
-CONFIG_BT_RFCOMM=m
-CONFIG_BT_RFCOMM_TTY=y
-
-##
 ## file: net/bridge/Kconfig
 ##
 CONFIG_BRIDGE=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:27:26 2008
@@ -2253,12 +2253,6 @@
 CONFIG_BT_HIDP=m
 
 ##
-## file: net/bluetooth/rfcomm/Kconfig
-##
-CONFIG_BT_RFCOMM=m
-CONFIG_BT_RFCOMM_TTY=y
-
-##
 ## file: net/bridge/Kconfig
 ##
 CONFIG_BRIDGE=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:27:26 2008
@@ -1088,12 +1088,6 @@
 CONFIG_BT_HIDP=m
 
 ##
-## file: net/bluetooth/rfcomm/Kconfig
-##
-CONFIG_BT_RFCOMM=m
-CONFIG_BT_RFCOMM_TTY=y
-
-##
 ## file: net/bridge/Kconfig
 ##
 CONFIG_BRIDGE=m

_______________________________________________
Kernel-svn-changes mailing list
Kernel-svn-changes@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

Reply via email to