[kernel] r13091 - 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 Mar 11 15:35:55 UTC 2009


Author: maks
Date: Wed Mar 11 15:35:53 2009
New Revision: 13091

Log:
configs nuke various old variables (part 1)

- eepro100 finaly gone, pheeew
- dfdf34bbcbb2687d3a5fa723279124df9e309195 removes ref to
  dead sound OSS vars AEDSP16_MSS and SBPRO
- e92481f95375aa2702ea5018b0295792ae0fa9c1 use request_firmware()
  nuked ATM_FORE200E_MAYBE and ATM_FORE200E_PCA
- 41d1a3d31d097a31380b83eea0ec10ea1d040376
  ide: remove broken hpt34x driver
- b19fa1fa91845234961c64dbd564671aa7c0fd27
  net: Delete NETDEVICES_MULTIQUEUE kconfig option
- ac88a8f3f7df04774b386ddaf586040adb819b58
  PNP: remove old CONFIG_PNP_DEBUG option
- 88d987d6db2a14b191f4eb21cc623dae31e28e9d
  usb: auerswald: remove driver (obsolete)

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.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/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	(original)
+++ dists/trunk/linux-2.6/debian/config/alpha/config	Wed Mar 11 15:35:53 2009
@@ -1442,18 +1442,11 @@
 ##
 ## file: unknown
 ##
-CONFIG_AEDSP16_MSS=y
-# CONFIG_AEDSP16_SBPRO is not set
-CONFIG_ATM_FORE200E_MAYBE=m
-CONFIG_ATM_FORE200E_PCA=y
-CONFIG_BLK_DEV_HPT34X=m
 CONFIG_BLK_DEV_IDEFLOPPY=m
 CONFIG_BT_HCIUSB=m
 CONFIG_BT_HCIUSB_SCO=y
 # CONFIG_DEBUG_RWLOCK is not set
 # CONFIG_DEBUG_SEMAPHORE is not set
-CONFIG_EEPRO100=m
-CONFIG_HPT34X_AUTODMA=y
 CONFIG_I2C_I810=m
 CONFIG_I2C_PROSAVAGE=m
 CONFIG_I2C_SAVAGE4=m
@@ -1464,7 +1457,6 @@
 CONFIG_MTD_BLKMTD=m
 CONFIG_MTD_CFI_AMDSTD_RETRY=0
 CONFIG_PCMCIA_XIRTULIP=m
-# CONFIG_PNP_DEBUG is not set
 CONFIG_SCSI_QLOGIC_1280_1040=y
 CONFIG_SCSI_QLOGIC_FC=m
 CONFIG_SCSI_QLOGIC_FC_FIRMWARE=y
@@ -1496,6 +1488,5 @@
 CONFIG_SOUND_YMFPCI=m
 # CONFIG_SOUND_YMFPCI_LEGACY is not set
 # CONFIG_SPECIALIX_RTSCTS is not set
-CONFIG_USB_AUERSWALD=m
 CONFIG_USB_STORAGE_DPCM=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	Wed Mar 11 15:35:53 2009
@@ -1634,29 +1634,19 @@
 ## file: unknown
 ##
 CONFIG_ACPI_BAY=m
-# CONFIG_AEDSP16_MSS is not set
-# CONFIG_AEDSP16_SBPRO is not set
-CONFIG_ATM_FORE200E_MAYBE=m
-CONFIG_ATM_FORE200E_PCA=y
-CONFIG_BLK_DEV_HPT34X=m
 CONFIG_BLK_DEV_IDEFLOPPY=m
 CONFIG_BT_HCIUSB=m
 CONFIG_BT_HCIUSB_SCO=y
-CONFIG_EEPRO100=m
 # CONFIG_FB_IMAC is not set
-# CONFIG_HPT34X_AUTODMA is not set
 CONFIG_I2C_I810=m
 CONFIG_I2C_PROSAVAGE=m
 CONFIG_I2C_SAVAGE4=m
-CONFIG_NETDEVICES_MULTIQUEUE=y
 # CONFIG_NONPROMISC_DEVMEM is not set
-CONFIG_PNP_DEBUG=y
 CONFIG_RESOURCES_64BIT=y
 CONFIG_SCSI_QLOGIC_FC_FIRMWARE=y
 CONFIG_SENSORS_EEPROM=m
 CONFIG_SOUND_TRIDENT=m
 # CONFIG_SPECIALIX_RTSCTS is not set
-CONFIG_USB_AUERSWALD=m
 CONFIG_USB_HIDINPUT_POWERBOOK=y
 CONFIG_USB_STORAGE_DPCM=y
 # CONFIG_X86_ACPI_CPUFREQ_PROC_INTF 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	Wed Mar 11 15:35:53 2009
@@ -1476,24 +1476,18 @@
 ##
 # CONFIG_ARCH_CLPS7500 is not set
 # CONFIG_ARCH_CO285 is not set
-# CONFIG_ATM_FORE200E_MAYBE is not set
-CONFIG_BLK_DEV_HPT34X=m
 # CONFIG_BLK_DEV_IDEFLOPPY is not set
 # CONFIG_BLK_DEV_IDESCSI is not set
 CONFIG_BT_HCIUSB=m
 CONFIG_BT_HCIUSB_SCO=y
 # CONFIG_DM_MULTIPATH_EMC is not set
-# CONFIG_EEPRO100 is not set
-# CONFIG_HPT34X_AUTODMA is not set
 # CONFIG_I2C_I810 is not set
 # CONFIG_I2C_PROSAVAGE is not set
 # CONFIG_I2C_SAVAGE4 is not set
 # CONFIG_NO_IDLE_HZ is not set
-# CONFIG_PNP_DEBUG is not set
 # CONFIG_SENSORS_EEPROM is not set
 # CONFIG_SOUND_TRIDENT is not set
 # CONFIG_TUNER_3036 is not set
-# CONFIG_USB_AUERSWALD is not set
 CONFIG_USB_STORAGE_DPCM=y
 # CONFIG_VIDEO_DPC is not set
 CONFIG_VIDEO_SELECT=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	Wed Mar 11 15:35:53 2009
@@ -890,12 +890,10 @@
 ##
 # CONFIG_ARCH_CLPS7500 is not set
 # CONFIG_ARCH_CO285 is not set
-CONFIG_BLK_DEV_HPT34X=m
 CONFIG_BLK_DEV_IDEFLOPPY=m
 CONFIG_BLK_DEV_IDESCSI=m
 CONFIG_BT_HCIUSB=m
 CONFIG_BT_HCIUSB_SCO=y
-CONFIG_HPT34X_AUTODMA=y
 # CONFIG_I2C_I810 is not set
 # CONFIG_I2C_PROSAVAGE is not set
 # CONFIG_I2C_SAVAGE4 is not set

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	Wed Mar 11 15:35:53 2009
@@ -516,9 +516,7 @@
 CONFIG_AMD8111E_NAPI=y
 # CONFIG_ARCH_CLPS7500 is not set
 # CONFIG_ARCH_CO285 is not set
-# CONFIG_ATM_FORE200E_MAYBE is not set
 # CONFIG_BACKLIGHT_CORGI is not set
-CONFIG_EEPRO100=m
 # CONFIG_RESOURCES_64BIT is not set
 CONFIG_VIA_RHINE_NAPI=y
 

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	Wed Mar 11 15:35:53 2009
@@ -3406,7 +3406,6 @@
 CONFIG_LEDS_HP_DISK=m
 CONFIG_LSF=y
 # CONFIG_MAC80211_DEBUG is not set
-# CONFIG_NETDEVICES_MULTIQUEUE is not set
 CONFIG_NET_SCH_RR=m
 # CONFIG_OCFS2_COMPAT_JBD is not set
 CONFIG_RT2400PCI_LEDS=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	Wed Mar 11 15:35:53 2009
@@ -838,9 +838,6 @@
 ##
 ## file: unknown
 ##
-# CONFIG_BLK_DEV_HPT34X is not set
 # CONFIG_BLK_DEV_IDEFLOPPY is not set
-CONFIG_EEPRO100=m
-# CONFIG_USB_AUERSWALD is not set
 # CONFIG_USB_STORAGE_DPCM is not set
 

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	Wed Mar 11 15:35:53 2009
@@ -1930,30 +1930,20 @@
 ## file: unknown
 ##
 CONFIG_ACPI_BAY=m
-# CONFIG_AEDSP16_MSS is not set
-# CONFIG_AEDSP16_SBPRO is not set
 # CONFIG_APM_REAL_MODE_POWER_OFF is not set
-CONFIG_ATM_FORE200E_MAYBE=m
-CONFIG_ATM_FORE200E_PCA=y
-CONFIG_BLK_DEV_HPT34X=m
 CONFIG_BLK_DEV_IDEFLOPPY=m
 CONFIG_BT_HCIUSB=m
 CONFIG_BT_HCIUSB_SCO=y
-CONFIG_EEPRO100=m
 # CONFIG_FB_IMAC is not set
-# CONFIG_HPT34X_AUTODMA is not set
 CONFIG_I2C_I810=m
 CONFIG_I2C_PROSAVAGE=m
 CONFIG_I2C_SAVAGE4=m
 # CONFIG_IRQBALANCE is not set
-CONFIG_NETDEVICES_MULTIQUEUE=y
 # CONFIG_NONPROMISC_DEVMEM is not set
-# CONFIG_PNP_DEBUG is not set
 # CONFIG_RESOURCES_64BIT is not set
 CONFIG_SCSI_QLOGIC_FC_FIRMWARE=y
 CONFIG_SENSORS_EEPROM=m
 CONFIG_SOUND_TRIDENT=m
-CONFIG_USB_AUERSWALD=m
 CONFIG_USB_HIDINPUT_POWERBOOK=y
 CONFIG_USB_STORAGE_DPCM=y
 # CONFIG_X86_ACPI_CPUFREQ_PROC_INTF 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	Wed Mar 11 15:35:53 2009
@@ -1009,9 +1009,7 @@
 ##
 ## file: unknown
 ##
-CONFIG_BLK_DEV_HPT34X=m
 CONFIG_BLK_DEV_IDEFLOPPY=m
-CONFIG_EEPRO100=m
 CONFIG_HPET_RTC_IRQ=y
 CONFIG_I2C_I810=m
 CONFIG_I2C_PROSAVAGE=m
@@ -1020,6 +1018,5 @@
 CONFIG_SENSORS_EEPROM=m
 CONFIG_SOUND_TRIDENT=m
 # CONFIG_SPECIALIX_RTSCTS is not set
-CONFIG_USB_AUERSWALD=m
 CONFIG_USB_STORAGE_DPCM=y
 

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	Wed Mar 11 15:35:53 2009
@@ -1723,15 +1723,10 @@
 ##
 CONFIG_ADAPTEC_STARFIRE_NAPI=y
 CONFIG_AMD8111E_NAPI=y
-CONFIG_ATM_FORE200E_MAYBE=m
-CONFIG_ATM_FORE200E_PCA=y
-CONFIG_BLK_DEV_HPT34X=y
 CONFIG_BLK_DEV_IDEFLOPPY=m
 CONFIG_BLK_DEV_IDESCSI=m
 CONFIG_BT_HCIUSB=m
 CONFIG_BT_HCIUSB_SCO=y
-CONFIG_EEPRO100=m
-# CONFIG_HPT34X_AUTODMA is not set
 # CONFIG_I2C_I810 is not set
 # CONFIG_I2C_PROSAVAGE is not set
 # CONFIG_I2C_SAVAGE4 is not set
@@ -1743,7 +1738,6 @@
 CONFIG_SENSORS_EEPROM=m
 CONFIG_SOUND_TRIDENT=m
 CONFIG_TUNER_3036=m
-CONFIG_USB_AUERSWALD=m
 # CONFIG_USB_HIDINPUT_POWERBOOK is not set
 CONFIG_USB_STORAGE_DPCM=y
 CONFIG_VIA_RHINE_NAPI=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	Wed Mar 11 15:35:53 2009
@@ -2027,9 +2027,6 @@
 ##
 CONFIG_ADAPTEC_STARFIRE_NAPI=y
 CONFIG_AMD8111E_NAPI=y
-CONFIG_ATM_FORE200E_MAYBE=m
-CONFIG_ATM_FORE200E_PCA=y
-CONFIG_BLK_DEV_HPT34X=y
 CONFIG_BLK_DEV_IDEFLOPPY=m
 CONFIG_BLK_DEV_IDESCSI=m
 CONFIG_BT_HCIUSB=m
@@ -2037,8 +2034,6 @@
 CONFIG_DM_MULTIPATH_EMC=m
 CONFIG_DVB_CINERGYT2=m
 # CONFIG_DVB_CINERGYT2_TUNING is not set
-CONFIG_EEPRO100=m
-# CONFIG_HPT34X_AUTODMA is not set
 # CONFIG_I2C_I810 is not set
 # CONFIG_I2C_PROSAVAGE is not set
 # CONFIG_I2C_SAVAGE4 is not set
@@ -2051,7 +2046,6 @@
 CONFIG_SOUND_TRIDENT=m
 CONFIG_SPI_AT25=m
 CONFIG_TUNER_3036=m
-CONFIG_USB_AUERSWALD=m
 # CONFIG_USB_HIDINPUT_POWERBOOK is not set
 CONFIG_USB_SERIAL_AIRPRIME=m
 CONFIG_USB_STORAGE_DPCM=y

Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a	(original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a	Wed Mar 11 15:35:53 2009
@@ -1055,13 +1055,10 @@
 ##
 # CONFIG_ADAPTEC_STARFIRE_NAPI is not set
 # CONFIG_AMD8111E_NAPI is not set
-CONFIG_BLK_DEV_HPT34X=m
 CONFIG_BLK_DEV_IDEFLOPPY=m
 # CONFIG_BLK_DEV_IDESCSI is not set
 CONFIG_BLK_DEV_IDE_SWARM=y
 # CONFIG_DM_MULTIPATH_EMC is not set
-CONFIG_EEPRO100=m
-# CONFIG_HPT34X_AUTODMA is not set
 # CONFIG_I2C_I810 is not set
 # CONFIG_I2C_PROSAVAGE is not set
 # CONFIG_I2C_SAVAGE4 is not set
@@ -1072,7 +1069,6 @@
 # CONFIG_SENSORS_EEPROM is not set
 # CONFIG_SOUND_TRIDENT is not set
 # CONFIG_TUNER_3036 is not set
-# CONFIG_USB_AUERSWALD is not set
 # CONFIG_USB_HIDINPUT_POWERBOOK is not set
 # CONFIG_USB_STORAGE_DPCM is not set
 # CONFIG_VIDEO_DPC 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	(original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b	Wed Mar 11 15:35:53 2009
@@ -1055,13 +1055,10 @@
 ##
 # CONFIG_ADAPTEC_STARFIRE_NAPI is not set
 # CONFIG_AMD8111E_NAPI is not set
-CONFIG_BLK_DEV_HPT34X=m
 CONFIG_BLK_DEV_IDEFLOPPY=m
 # CONFIG_BLK_DEV_IDESCSI is not set
 # CONFIG_BLK_DEV_IDE_SWARM is not set
 # CONFIG_DM_MULTIPATH_EMC is not set
-CONFIG_EEPRO100=m
-# CONFIG_HPT34X_AUTODMA is not set
 # CONFIG_I2C_I810 is not set
 # CONFIG_I2C_PROSAVAGE is not set
 # CONFIG_I2C_SAVAGE4 is not set
@@ -1072,7 +1069,6 @@
 # CONFIG_SENSORS_EEPROM is not set
 # CONFIG_SOUND_TRIDENT is not set
 # CONFIG_TUNER_3036 is not set
-# CONFIG_USB_AUERSWALD is not set
 # CONFIG_USB_HIDINPUT_POWERBOOK is not set
 # CONFIG_USB_STORAGE_DPCM is not set
 # CONFIG_VIDEO_DPC 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	Wed Mar 11 15:35:53 2009
@@ -1705,15 +1705,10 @@
 ##
 CONFIG_ADAPTEC_STARFIRE_NAPI=y
 CONFIG_AMD8111E_NAPI=y
-CONFIG_ATM_FORE200E_MAYBE=m
-CONFIG_ATM_FORE200E_PCA=y
-CONFIG_BLK_DEV_HPT34X=y
 CONFIG_BLK_DEV_IDEFLOPPY=m
 CONFIG_BLK_DEV_IDESCSI=m
 CONFIG_BT_HCIUSB=m
 CONFIG_BT_HCIUSB_SCO=y
-CONFIG_EEPRO100=m
-# CONFIG_HPT34X_AUTODMA is not set
 # CONFIG_I2C_I810 is not set
 # CONFIG_I2C_PROSAVAGE is not set
 # CONFIG_I2C_SAVAGE4 is not set
@@ -1725,7 +1720,6 @@
 CONFIG_SENSORS_EEPROM=m
 CONFIG_SOUND_TRIDENT=m
 CONFIG_TUNER_3036=m
-CONFIG_USB_AUERSWALD=m
 # CONFIG_USB_HIDINPUT_POWERBOOK is not set
 CONFIG_USB_STORAGE_DPCM=y
 CONFIG_VIA_RHINE_NAPI=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	Wed Mar 11 15:35:53 2009
@@ -2022,9 +2022,6 @@
 ##
 CONFIG_ADAPTEC_STARFIRE_NAPI=y
 CONFIG_AMD8111E_NAPI=y
-CONFIG_ATM_FORE200E_MAYBE=m
-CONFIG_ATM_FORE200E_PCA=y
-CONFIG_BLK_DEV_HPT34X=y
 CONFIG_BLK_DEV_IDEFLOPPY=m
 CONFIG_BLK_DEV_IDESCSI=m
 CONFIG_BT_HCIUSB=m
@@ -2032,8 +2029,6 @@
 CONFIG_DM_MULTIPATH_EMC=m
 CONFIG_DVB_CINERGYT2=m
 # CONFIG_DVB_CINERGYT2_TUNING is not set
-CONFIG_EEPRO100=m
-# CONFIG_HPT34X_AUTODMA is not set
 # CONFIG_I2C_I810 is not set
 # CONFIG_I2C_PROSAVAGE is not set
 # CONFIG_I2C_SAVAGE4 is not set
@@ -2046,7 +2041,6 @@
 CONFIG_SOUND_TRIDENT=m
 CONFIG_SPI_AT25=m
 CONFIG_TUNER_3036=m
-CONFIG_USB_AUERSWALD=m
 # CONFIG_USB_HIDINPUT_POWERBOOK is not set
 CONFIG_USB_SERIAL_AIRPRIME=m
 CONFIG_USB_STORAGE_DPCM=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	Wed Mar 11 15:35:53 2009
@@ -916,14 +916,11 @@
 ##
 # CONFIG_ADAPTEC_STARFIRE_NAPI is not set
 # CONFIG_AMD8111E_NAPI is not set
-# CONFIG_BLK_DEV_HPT34X is not set
 # CONFIG_BLK_DEV_IDEFLOPPY is not set
 # CONFIG_BLK_DEV_IDESCSI is not set
-# CONFIG_EEPRO100 is not set
 # CONFIG_LAN_SAA9730 is not set
 # CONFIG_MIPS_ATLAS is not set
 # CONFIG_MIPS_SEAD is not set
-# CONFIG_USB_AUERSWALD is not set
 # CONFIG_USB_STORAGE_DPCM is not set
 # CONFIG_VIDEO_DPC 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	(original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a	Wed Mar 11 15:35:53 2009
@@ -1055,13 +1055,10 @@
 ##
 # CONFIG_ADAPTEC_STARFIRE_NAPI is not set
 # CONFIG_AMD8111E_NAPI is not set
-CONFIG_BLK_DEV_HPT34X=m
 CONFIG_BLK_DEV_IDEFLOPPY=m
 # CONFIG_BLK_DEV_IDESCSI is not set
 CONFIG_BLK_DEV_IDE_SWARM=y
 # CONFIG_DM_MULTIPATH_EMC is not set
-CONFIG_EEPRO100=m
-# CONFIG_HPT34X_AUTODMA is not set
 # CONFIG_I2C_I810 is not set
 # CONFIG_I2C_PROSAVAGE is not set
 # CONFIG_I2C_SAVAGE4 is not set
@@ -1072,7 +1069,6 @@
 # CONFIG_SENSORS_EEPROM is not set
 # CONFIG_SOUND_TRIDENT is not set
 # CONFIG_TUNER_3036 is not set
-# CONFIG_USB_AUERSWALD is not set
 # CONFIG_USB_HIDINPUT_POWERBOOK is not set
 # CONFIG_USB_STORAGE_DPCM is not set
 # CONFIG_VIDEO_DPC 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	Wed Mar 11 15:35:53 2009
@@ -1054,13 +1054,10 @@
 ##
 # CONFIG_ADAPTEC_STARFIRE_NAPI is not set
 # CONFIG_AMD8111E_NAPI is not set
-CONFIG_BLK_DEV_HPT34X=m
 CONFIG_BLK_DEV_IDEFLOPPY=m
 # CONFIG_BLK_DEV_IDESCSI is not set
 # CONFIG_BLK_DEV_IDE_SWARM is not set
 # CONFIG_DM_MULTIPATH_EMC is not set
-CONFIG_EEPRO100=m
-# CONFIG_HPT34X_AUTODMA is not set
 # CONFIG_I2C_I810 is not set
 # CONFIG_I2C_PROSAVAGE is not set
 # CONFIG_I2C_SAVAGE4 is not set
@@ -1071,7 +1068,6 @@
 # CONFIG_SENSORS_EEPROM is not set
 # CONFIG_SOUND_TRIDENT is not set
 # CONFIG_TUNER_3036 is not set
-# CONFIG_USB_AUERSWALD is not set
 # CONFIG_USB_HIDINPUT_POWERBOOK is not set
 # CONFIG_USB_STORAGE_DPCM is not set
 # CONFIG_VIDEO_DPC 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	Wed Mar 11 15:35:53 2009
@@ -1141,15 +1141,10 @@
 ##
 ## file: unknown
 ##
-CONFIG_ATM_FORE200E_MAYBE=m
-CONFIG_ATM_FORE200E_PCA=y
-CONFIG_BLK_DEV_HPT34X=m
 CONFIG_BLK_DEV_IDEDMA_PMAC=y
 CONFIG_BLK_DEV_IDEFLOPPY=m
 CONFIG_BT_HCIUSB=m
 CONFIG_BT_HCIUSB_SCO=y
-CONFIG_EEPRO100=m
-# CONFIG_HPT34X_AUTODMA is not set
 # CONFIG_I2C_I810 is not set
 CONFIG_I2C_PROSAVAGE=m
 CONFIG_I2C_SAVAGE4=m
@@ -1157,7 +1152,6 @@
 # CONFIG_PPLUS is not set
 # CONFIG_SCSI_QLOGIC_FC_FIRMWARE is not set
 CONFIG_SENSORS_EEPROM=m
-CONFIG_USB_AUERSWALD=m
 CONFIG_USB_HIDINPUT_POWERBOOK=y
 CONFIG_USB_STORAGE_DPCM=y
 

Modified: dists/trunk/linux-2.6/debian/config/sparc/config.sparc64
==============================================================================
--- dists/trunk/linux-2.6/debian/config/sparc/config.sparc64	(original)
+++ dists/trunk/linux-2.6/debian/config/sparc/config.sparc64	Wed Mar 11 15:35:53 2009
@@ -424,9 +424,7 @@
 ##
 # CONFIG_BINFMT_AOUT32 is not set
 CONFIG_BINFMT_ELF32=y
-# CONFIG_BLK_DEV_HPT34X is not set
 CONFIG_BLK_DEV_IDEFLOPPY=m
-# CONFIG_EEPRO100 is not set
 # CONFIG_I2C_I810 is not set
 # CONFIG_I2C_PROSAVAGE is not set
 # CONFIG_I2C_SAVAGE4 is not set
@@ -436,7 +434,6 @@
 # CONFIG_SPARC64_PAGE_SIZE_4MB is not set
 # CONFIG_SPARC64_PAGE_SIZE_512KB is not set
 # CONFIG_TUNER_3036 is not set
-# CONFIG_USB_AUERSWALD is not set
 CONFIG_USB_STORAGE_DPCM=y
 # CONFIG_VIDEO_DPC 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	(original)
+++ dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp	Wed Mar 11 15:35:53 2009
@@ -426,9 +426,7 @@
 ##
 # CONFIG_BINFMT_AOUT32 is not set
 CONFIG_BINFMT_ELF32=y
-# CONFIG_BLK_DEV_HPT34X is not set
 CONFIG_BLK_DEV_IDEFLOPPY=m
-# CONFIG_EEPRO100 is not set
 # CONFIG_I2C_I810 is not set
 # CONFIG_I2C_PROSAVAGE is not set
 # CONFIG_I2C_SAVAGE4 is not set
@@ -439,7 +437,6 @@
 # CONFIG_SPARC64_PAGE_SIZE_4MB is not set
 # CONFIG_SPARC64_PAGE_SIZE_512KB is not set
 # CONFIG_TUNER_3036 is not set
-# CONFIG_USB_AUERSWALD is not set
 CONFIG_USB_STORAGE_DPCM=y
 # CONFIG_VIDEO_DPC is not set
 



More information about the Kernel-svn-changes mailing list