[kernel] r14748 - in dists/trunk/linux-2.6/debian/config: . alpha armel hppa ia64 kernelarch-x86 mips mipsel powerpc sparc

Bastian Blank waldi at alioth.debian.org
Sun Dec 6 20:15:53 UTC 2009


Author: waldi
Date: Sun Dec  6 20:15:51 2009
New Revision: 14748

Log:
debian/config: Centralize USB core options.

Modified:
   dists/trunk/linux-2.6/debian/config/alpha/config
   dists/trunk/linux-2.6/debian/config/armel/config.iop32x
   dists/trunk/linux-2.6/debian/config/armel/config.ixp4xx
   dists/trunk/linux-2.6/debian/config/armel/config.kirkwood
   dists/trunk/linux-2.6/debian/config/armel/config.orion5x
   dists/trunk/linux-2.6/debian/config/config
   dists/trunk/linux-2.6/debian/config/hppa/config
   dists/trunk/linux-2.6/debian/config/ia64/config
   dists/trunk/linux-2.6/debian/config/kernelarch-x86/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/mips/config.r5k-ip32
   dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a
   dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b
   dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt
   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	Sun Dec  6 20:04:03 2009	(r14747)
+++ dists/trunk/linux-2.6/debian/config/alpha/config	Sun Dec  6 20:15:51 2009	(r14748)
@@ -966,13 +966,6 @@
 CONFIG_USB_PRINTER=m
 
 ##
-## file: drivers/usb/core/Kconfig
-##
-# CONFIG_USB_DEBUG is not set
-CONFIG_USB_DEVICEFS=y
-# CONFIG_USB_DYNAMIC_MINORS is not set
-
-##
 ## file: drivers/usb/host/Kconfig
 ##
 CONFIG_USB_EHCI_HCD=m

Modified: dists/trunk/linux-2.6/debian/config/armel/config.iop32x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.iop32x	Sun Dec  6 20:04:03 2009	(r14747)
+++ dists/trunk/linux-2.6/debian/config/armel/config.iop32x	Sun Dec  6 20:15:51 2009	(r14748)
@@ -578,13 +578,6 @@
 CONFIG_USB_PRINTER=m
 
 ##
-## file: drivers/usb/core/Kconfig
-##
-# CONFIG_USB_DEBUG is not set
-CONFIG_USB_DEVICEFS=y
-# CONFIG_USB_DYNAMIC_MINORS is not set
-
-##
 ## file: drivers/usb/host/Kconfig
 ##
 CONFIG_USB_EHCI_HCD=m

Modified: dists/trunk/linux-2.6/debian/config/armel/config.ixp4xx
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.ixp4xx	Sun Dec  6 20:04:03 2009	(r14747)
+++ dists/trunk/linux-2.6/debian/config/armel/config.ixp4xx	Sun Dec  6 20:15:51 2009	(r14748)
@@ -675,13 +675,6 @@
 CONFIG_USB_PRINTER=m
 
 ##
-## file: drivers/usb/core/Kconfig
-##
-# CONFIG_USB_DEBUG is not set
-CONFIG_USB_DEVICEFS=y
-# CONFIG_USB_DYNAMIC_MINORS is not set
-
-##
 ## file: drivers/usb/host/Kconfig
 ##
 CONFIG_USB_EHCI_HCD=m

Modified: dists/trunk/linux-2.6/debian/config/armel/config.kirkwood
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.kirkwood	Sun Dec  6 20:04:03 2009	(r14747)
+++ dists/trunk/linux-2.6/debian/config/armel/config.kirkwood	Sun Dec  6 20:15:51 2009	(r14748)
@@ -583,7 +583,6 @@
 ##
 ## file: drivers/usb/core/Kconfig
 ##
-CONFIG_USB_DEVICEFS=y
 CONFIG_USB_SUSPEND=y
 
 ##

Modified: dists/trunk/linux-2.6/debian/config/armel/config.orion5x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.orion5x	Sun Dec  6 20:04:03 2009	(r14747)
+++ dists/trunk/linux-2.6/debian/config/armel/config.orion5x	Sun Dec  6 20:15:51 2009	(r14748)
@@ -558,11 +558,6 @@
 CONFIG_USB_PRINTER=m
 
 ##
-## file: drivers/usb/core/Kconfig
-##
-CONFIG_USB_DEVICEFS=y
-
-##
 ## file: drivers/usb/host/Kconfig
 ##
 CONFIG_USB_EHCI_HCD=m

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Sun Dec  6 20:04:03 2009	(r14747)
+++ dists/trunk/linux-2.6/debian/config/config	Sun Dec  6 20:15:51 2009	(r14748)
@@ -2218,8 +2218,12 @@
 ##
 ## file: drivers/usb/core/Kconfig
 ##
+# CONFIG_USB_DEBUG is not set
 CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
+CONFIG_USB_DEVICEFS=y
 # CONFIG_USB_DEVICE_CLASS is not set
+# CONFIG_USB_DYNAMIC_MINORS is not set
+# CONFIG_USB_SUSPEND is not set
 
 ##
 ## file: drivers/usb/gadget/Kconfig

Modified: dists/trunk/linux-2.6/debian/config/hppa/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/hppa/config	Sun Dec  6 20:04:03 2009	(r14747)
+++ dists/trunk/linux-2.6/debian/config/hppa/config	Sun Dec  6 20:15:51 2009	(r14748)
@@ -513,7 +513,6 @@
 ##
 CONFIG_USB_DEBUG=y
 # CONFIG_USB_DEVICEFS is not set
-# CONFIG_USB_DYNAMIC_MINORS is not set
 
 ##
 ## file: drivers/usb/host/Kconfig

Modified: dists/trunk/linux-2.6/debian/config/ia64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/ia64/config	Sun Dec  6 20:04:03 2009	(r14747)
+++ dists/trunk/linux-2.6/debian/config/ia64/config	Sun Dec  6 20:15:51 2009	(r14748)
@@ -634,14 +634,6 @@
 CONFIG_USB_PRINTER=m
 
 ##
-## file: drivers/usb/core/Kconfig
-##
-# CONFIG_USB_DEBUG is not set
-CONFIG_USB_DEVICEFS=y
-# CONFIG_USB_DYNAMIC_MINORS is not set
-# CONFIG_USB_SUSPEND is not set
-
-##
 ## file: drivers/usb/host/Kconfig
 ##
 CONFIG_USB_EHCI_HCD=m

Modified: dists/trunk/linux-2.6/debian/config/kernelarch-x86/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/kernelarch-x86/config	Sun Dec  6 20:04:03 2009	(r14747)
+++ dists/trunk/linux-2.6/debian/config/kernelarch-x86/config	Sun Dec  6 20:15:51 2009	(r14748)
@@ -1134,9 +1134,6 @@
 ##
 ## file: drivers/usb/core/Kconfig
 ##
-# CONFIG_USB_DEBUG is not set
-CONFIG_USB_DEVICEFS=y
-# CONFIG_USB_DYNAMIC_MINORS is not set
 CONFIG_USB_SUSPEND=y
 
 ##

Modified: dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta	Sun Dec  6 20:04:03 2009	(r14747)
+++ dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta	Sun Dec  6 20:15:51 2009	(r14748)
@@ -1157,13 +1157,6 @@
 CONFIG_USB_PRINTER=m
 
 ##
-## file: drivers/usb/core/Kconfig
-##
-# CONFIG_USB_DEBUG is not set
-CONFIG_USB_DEVICEFS=y
-# CONFIG_USB_DYNAMIC_MINORS is not set
-
-##
 ## file: drivers/usb/host/Kconfig
 ##
 CONFIG_USB_EHCI_HCD=m

Modified: dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta	Sun Dec  6 20:04:03 2009	(r14747)
+++ dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta	Sun Dec  6 20:15:51 2009	(r14748)
@@ -1379,13 +1379,6 @@
 CONFIG_USB_PRINTER=m
 
 ##
-## file: drivers/usb/core/Kconfig
-##
-# CONFIG_USB_DEBUG is not set
-CONFIG_USB_DEVICEFS=y
-# CONFIG_USB_DYNAMIC_MINORS is not set
-
-##
 ## file: drivers/usb/host/Kconfig
 ##
 CONFIG_USB_EHCI_HCD=m

Modified: dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32	Sun Dec  6 20:04:03 2009	(r14747)
+++ dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32	Sun Dec  6 20:15:51 2009	(r14748)
@@ -530,11 +530,6 @@
 CONFIG_USB_PRINTER=m
 
 ##
-## file: drivers/usb/core/Kconfig
-##
-CONFIG_USB_DEVICEFS=y
-
-##
 ## file: drivers/usb/host/Kconfig
 ##
 CONFIG_USB_EHCI_HCD=m

Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a	Sun Dec  6 20:04:03 2009	(r14747)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a	Sun Dec  6 20:15:51 2009	(r14748)
@@ -633,13 +633,6 @@
 # CONFIG_USB_PRINTER is not set
 
 ##
-## file: drivers/usb/core/Kconfig
-##
-# CONFIG_USB_DEBUG is not set
-CONFIG_USB_DEVICEFS=y
-# CONFIG_USB_DYNAMIC_MINORS is not set
-
-##
 ## file: drivers/usb/host/Kconfig
 ##
 CONFIG_USB_EHCI_HCD=m

Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b	Sun Dec  6 20:04:03 2009	(r14747)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b	Sun Dec  6 20:15:51 2009	(r14748)
@@ -663,13 +663,6 @@
 # CONFIG_USB_PRINTER is not set
 
 ##
-## file: drivers/usb/core/Kconfig
-##
-# CONFIG_USB_DEBUG is not set
-CONFIG_USB_DEVICEFS=y
-# CONFIG_USB_DYNAMIC_MINORS is not set
-
-##
 ## file: drivers/usb/host/Kconfig
 ##
 CONFIG_USB_EHCI_HCD=m

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt	Sun Dec  6 20:04:03 2009	(r14747)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt	Sun Dec  6 20:15:51 2009	(r14748)
@@ -658,9 +658,7 @@
 ##
 ## file: drivers/usb/core/Kconfig
 ##
-# CONFIG_USB_DEBUG is not set
 # CONFIG_USB_DEVICEFS is not set
-# CONFIG_USB_DYNAMIC_MINORS is not set
 
 ##
 ## file: drivers/usb/host/Kconfig

Modified: dists/trunk/linux-2.6/debian/config/powerpc/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/powerpc/config	Sun Dec  6 20:04:03 2009	(r14747)
+++ dists/trunk/linux-2.6/debian/config/powerpc/config	Sun Dec  6 20:15:51 2009	(r14748)
@@ -735,10 +735,7 @@
 ##
 ## file: drivers/usb/core/Kconfig
 ##
-# CONFIG_USB_DEBUG is not set
-CONFIG_USB_DEVICEFS=y
 CONFIG_USB_DYNAMIC_MINORS=y
-# CONFIG_USB_SUSPEND is not set
 
 ##
 ## file: drivers/usb/host/Kconfig

Modified: dists/trunk/linux-2.6/debian/config/sparc/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/sparc/config	Sun Dec  6 20:04:03 2009	(r14747)
+++ dists/trunk/linux-2.6/debian/config/sparc/config	Sun Dec  6 20:15:51 2009	(r14748)
@@ -427,13 +427,6 @@
 CONFIG_USB_PRINTER=m
 
 ##
-## file: drivers/usb/core/Kconfig
-##
-# CONFIG_USB_DEBUG is not set
-CONFIG_USB_DEVICEFS=y
-# CONFIG_USB_DYNAMIC_MINORS is not set
-
-##
 ## file: drivers/usb/host/Kconfig
 ##
 CONFIG_USB_EHCI_HCD=m



More information about the Kernel-svn-changes mailing list