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

Maximilian Attems maks at alioth.debian.org
Wed May 27 11:24:11 UTC 2009


Author: maks
Date: Wed May 27 11:24:09 2009
New Revision: 13680

Log:
clean up old config options step 1

- VIDEO_SAA7111 and VIDEO_SAA7114 gone
  see 107063c6156a0cbf055e771baafc28a3e3c0fb9b

- USB: remove phidget drivers from kernel tree.
  see 77aa2b5878f48d6ab6e0c412cc9214c845483475

- USB: serial: rename cp2101 driver to cp210x
  see 03ee251546a9360cbb4c27c250d128dcbcfd9931

- SUNRPC: Remove CONFIG_SUNRPC_REGISTER_V4

- md: remove CONFIG_MD_RAID_RESHAPE config option.

- fbdev: remove cyblafb driver

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/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/mips/config.4kc-malta
   dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta
   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.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.sparc64
   dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp

Modified: dists/trunk/linux-2.6/debian/config/alpha/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/alpha/config	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/alpha/config	Wed May 27 11:24:09 2009	(r13680)
@@ -1402,7 +1402,5 @@
 CONFIG_FB_TRIDENT_ACCEL=y
 # CONFIG_IDE_ARM is not set
 CONFIG_SND_CS4232=m
-CONFIG_USB_PHIDGETKIT=m
-CONFIG_USB_PHIDGETSERVO=m
 CONFIG_WDT_501=y
 

Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/amd64/config	Wed May 27 11:24:09 2009	(r13680)
@@ -1450,8 +1450,6 @@
 ##
 # CONFIG_FB_TRIDENT_ACCEL is not set
 # CONFIG_IDE_ARM is not set
-CONFIG_USB_PHIDGETKIT=m
-CONFIG_USB_PHIDGETSERVO=m
 CONFIG_X86_PC=y
 CONFIG_X86_POWERNOW_K8_ACPI=y
 

Modified: dists/trunk/linux-2.6/debian/config/arm/config.footbridge
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.footbridge	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/arm/config.footbridge	Wed May 27 11:24:09 2009	(r13680)
@@ -1470,10 +1470,7 @@
 ##
 # CONFIG_ARCH_CLPS7500 is not set
 # CONFIG_ARCH_CO285 is not set
-CONFIG_FB_CYBLA=m
 # CONFIG_IDE_ARM is not set
 # CONFIG_NO_IDLE_HZ is not set
 # CONFIG_SND_CS4232 is not set
-# CONFIG_USB_PHIDGETKIT is not set
-# CONFIG_USB_PHIDGETSERVO is not set
 

Modified: dists/trunk/linux-2.6/debian/config/arm/config.iop32x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.iop32x	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/arm/config.iop32x	Wed May 27 11:24:09 2009	(r13680)
@@ -906,6 +906,5 @@
 # CONFIG_ARCH_CLPS7500 is not set
 # CONFIG_ARCH_CO285 is not set
 # CONFIG_IDE_ARM is not set
-CONFIG_MD_RAID5_RESHAPE=y
 # CONFIG_NO_IDLE_HZ is not set
 

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/config	Wed May 27 11:24:09 2009	(r13680)
@@ -3621,17 +3621,9 @@
 ## file: unknown
 ##
 # CONFIG_DYNAMIC_PRINTK_DEBUG is not set
-CONFIG_FB_CYBLA=m
 CONFIG_HID_COMPAT=y
 # CONFIG_IGB_LRO is not set
 # CONFIG_KPROBES is not set
-CONFIG_MD_RAID5_RESHAPE=y
 CONFIG_NL80211=y
 CONFIG_SCHED_OMIT_FRAME_POINTER=y
-# CONFIG_SUNRPC_REGISTER_V4 is not set
-CONFIG_USB_PHIDGET=m
-CONFIG_USB_PHIDGETMOTORCONTROL=m
-CONFIG_USB_SERIAL_CP2101=m
-CONFIG_VIDEO_SAA7111=m
-CONFIG_VIDEO_SAA7114=m
 

Modified: dists/trunk/linux-2.6/debian/config/hppa/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/hppa/config	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/hppa/config	Wed May 27 11:24:09 2009	(r13680)
@@ -835,6 +835,4 @@
 ##
 # CONFIG_IDE_ARM is not set
 # CONFIG_SND_CS4232 is not set
-# CONFIG_USB_PHIDGETKIT is not set
-# CONFIG_USB_PHIDGETSERVO is not set
 

Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/i386/config	Wed May 27 11:24:09 2009	(r13680)
@@ -1670,8 +1670,6 @@
 # CONFIG_FB_TRIDENT_ACCEL is not set
 # CONFIG_IDE_ARM is not set
 CONFIG_SND_CS4232=m
-CONFIG_USB_PHIDGETKIT=m
-CONFIG_USB_PHIDGETSERVO=m
 CONFIG_WDT_501=y
 # CONFIG_X86_GENERICARCH is not set
 CONFIG_X86_PC=y

Modified: dists/trunk/linux-2.6/debian/config/ia64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/ia64/config	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/ia64/config	Wed May 27 11:24:09 2009	(r13680)
@@ -968,6 +968,4 @@
 ## file: unknown
 ##
 # CONFIG_FB_TRIDENT_ACCEL is not set
-CONFIG_USB_PHIDGETKIT=m
-CONFIG_USB_PHIDGETSERVO=m
 

Modified: dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta	Wed May 27 11:24:09 2009	(r13680)
@@ -1687,13 +1687,6 @@
 # CONFIG_FB_TRIDENT_ACCEL is not set
 # CONFIG_IDE_ARM is not set
 # CONFIG_MARKEINS is not set
-CONFIG_MD_RAID5_RESHAPE=y
 # CONFIG_MIPS_ATLAS is not set
 # CONFIG_MIPS_SEAD is not set
-CONFIG_USB_PHIDGET=m
-CONFIG_USB_PHIDGETKIT=m
-CONFIG_USB_PHIDGETMOTORCONTROL=m
-CONFIG_USB_PHIDGETSERVO=m
-CONFIG_VIDEO_SAA7111=m
-CONFIG_VIDEO_SAA7114=m
 

Modified: dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta	Wed May 27 11:24:09 2009	(r13680)
@@ -1989,14 +1989,6 @@
 # CONFIG_FB_TRIDENT_ACCEL is not set
 # CONFIG_IDE_ARM is not set
 # CONFIG_MARKEINS is not set
-CONFIG_MD_RAID5_RESHAPE=y
 # CONFIG_MIPS_ATLAS is not set
 # CONFIG_MIPS_SEAD is not set
-CONFIG_USB_PHIDGET=m
-CONFIG_USB_PHIDGETKIT=m
-CONFIG_USB_PHIDGETMOTORCONTROL=m
-CONFIG_USB_PHIDGETSERVO=m
-CONFIG_USB_SERIAL_CP2101=m
-CONFIG_VIDEO_SAA7111=m
-CONFIG_VIDEO_SAA7114=m
 

Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a	Wed May 27 11:24:09 2009	(r13680)
@@ -1026,6 +1026,4 @@
 # CONFIG_LAN_SAA9730 is not set
 # CONFIG_MIPS_ATLAS is not set
 # CONFIG_MIPS_SEAD is not set
-# CONFIG_USB_PHIDGETKIT is not set
-# CONFIG_USB_PHIDGETSERVO is not set
 

Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b	Wed May 27 11:24:09 2009	(r13680)
@@ -1056,6 +1056,4 @@
 # CONFIG_LAN_SAA9730 is not set
 # CONFIG_MIPS_ATLAS is not set
 # CONFIG_MIPS_SEAD is not set
-# CONFIG_USB_PHIDGETKIT is not set
-# CONFIG_USB_PHIDGETSERVO 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	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta	Wed May 27 11:24:09 2009	(r13680)
@@ -1669,13 +1669,6 @@
 # CONFIG_FB_TRIDENT_ACCEL is not set
 # CONFIG_IDE_ARM is not set
 # CONFIG_MARKEINS is not set
-CONFIG_MD_RAID5_RESHAPE=y
 # CONFIG_MIPS_ATLAS is not set
 # CONFIG_MIPS_SEAD is not set
-CONFIG_USB_PHIDGET=m
-CONFIG_USB_PHIDGETKIT=m
-CONFIG_USB_PHIDGETMOTORCONTROL=m
-CONFIG_USB_PHIDGETSERVO=m
-CONFIG_VIDEO_SAA7111=m
-CONFIG_VIDEO_SAA7114=m
 

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta	Wed May 27 11:24:09 2009	(r13680)
@@ -1984,14 +1984,6 @@
 # CONFIG_FB_TRIDENT_ACCEL is not set
 # CONFIG_IDE_ARM is not set
 # CONFIG_MARKEINS is not set
-CONFIG_MD_RAID5_RESHAPE=y
 # CONFIG_MIPS_ATLAS is not set
 # CONFIG_MIPS_SEAD is not set
-CONFIG_USB_PHIDGET=m
-CONFIG_USB_PHIDGETKIT=m
-CONFIG_USB_PHIDGETMOTORCONTROL=m
-CONFIG_USB_PHIDGETSERVO=m
-CONFIG_USB_SERIAL_CP2101=m
-CONFIG_VIDEO_SAA7111=m
-CONFIG_VIDEO_SAA7114=m
 

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt	Wed May 27 11:24:09 2009	(r13680)
@@ -920,6 +920,4 @@
 # CONFIG_LAN_SAA9730 is not set
 # CONFIG_MIPS_ATLAS is not set
 # CONFIG_MIPS_SEAD is not set
-# CONFIG_USB_PHIDGETKIT is not set
-# CONFIG_USB_PHIDGETSERVO is not set
 

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a	Wed May 27 11:24:09 2009	(r13680)
@@ -1026,6 +1026,4 @@
 # CONFIG_LAN_SAA9730 is not set
 # CONFIG_MIPS_ATLAS is not set
 # CONFIG_MIPS_SEAD is not set
-# CONFIG_USB_PHIDGETKIT is not set
-# CONFIG_USB_PHIDGETSERVO 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	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b	Wed May 27 11:24:09 2009	(r13680)
@@ -1055,6 +1055,4 @@
 # CONFIG_LAN_SAA9730 is not set
 # CONFIG_MIPS_ATLAS is not set
 # CONFIG_MIPS_SEAD is not set
-# CONFIG_USB_PHIDGETKIT is not set
-# CONFIG_USB_PHIDGETSERVO is not set
 

Modified: dists/trunk/linux-2.6/debian/config/powerpc/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/powerpc/config	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/powerpc/config	Wed May 27 11:24:09 2009	(r13680)
@@ -1130,6 +1130,4 @@
 CONFIG_FB_TRIDENT_ACCEL=y
 # CONFIG_IDE_ARM is not set
 CONFIG_RTC_DRV_PPC=y
-CONFIG_USB_PHIDGETKIT=m
-CONFIG_USB_PHIDGETSERVO=m
 

Modified: dists/trunk/linux-2.6/debian/config/sparc/config.sparc64
==============================================================================
--- dists/trunk/linux-2.6/debian/config/sparc/config.sparc64	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/sparc/config.sparc64	Wed May 27 11:24:09 2009	(r13680)
@@ -418,6 +418,4 @@
 ## file: unknown
 ##
 # CONFIG_IDE_ARM is not set
-# CONFIG_USB_PHIDGETKIT is not set
-# CONFIG_USB_PHIDGETSERVO is not set
 

Modified: dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp
==============================================================================
--- dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp	Wed May 27 10:50:17 2009	(r13679)
+++ dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp	Wed May 27 11:24:09 2009	(r13680)
@@ -420,6 +420,4 @@
 ## file: unknown
 ##
 # CONFIG_IDE_ARM is not set
-# CONFIG_USB_PHIDGETKIT is not set
-# CONFIG_USB_PHIDGETSERVO is not set
 



More information about the Kernel-svn-changes mailing list