[kernel] r17711 - in dists/trunk/linux-2.6/debian: . config config/alpha config/armel config/hppa config/kernelarch-x86 config/mips config/mipsel config/powerpc config/sparc
Ben Hutchings
benh at alioth.debian.org
Mon Jun 20 04:41:39 UTC 2011
Author: benh
Date: Mon Jun 20 04:41:37 2011
New Revision: 17711
Log:
atm: Enable for all architectures except m68k, s390 (Closes: #630900)
Modified:
dists/trunk/linux-2.6/debian/changelog
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/config
dists/trunk/linux-2.6/debian/config/hppa/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.r4k-ip22
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/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog Mon Jun 20 04:15:30 2011 (r17710)
+++ dists/trunk/linux-2.6/debian/changelog Mon Jun 20 04:41:37 2011 (r17711)
@@ -6,6 +6,7 @@
[ Ben Hutchings ]
* rt2800pci: Add device ID for RT539F device (Closes: #630960)
+ * atm: Enable for all architectures except m68k, s390 (Closes: #630900)
-- maximilian attems <maks at debian.org> Fri, 17 Jun 2011 16:45:38 +0200
Modified: dists/trunk/linux-2.6/debian/config/alpha/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/alpha/config Mon Jun 20 04:15:30 2011 (r17710)
+++ dists/trunk/linux-2.6/debian/config/alpha/config Mon Jun 20 04:41:37 2011 (r17711)
@@ -1027,17 +1027,6 @@
CONFIG_CRC32=m
##
-## file: net/atm/Kconfig
-##
-CONFIG_ATM=m
-CONFIG_ATM_CLIP=m
-# CONFIG_ATM_CLIP_NO_ICMP is not set
-CONFIG_ATM_LANE=m
-CONFIG_ATM_MPOA=m
-CONFIG_ATM_BR2684=m
-# CONFIG_ATM_BR2684_IPFILTER is not set
-
-##
## file: net/ax25/Kconfig
##
CONFIG_HAMRADIO=y
Modified: dists/trunk/linux-2.6/debian/config/armel/config.iop32x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.iop32x Mon Jun 20 04:15:30 2011 (r17710)
+++ dists/trunk/linux-2.6/debian/config/armel/config.iop32x Mon Jun 20 04:41:37 2011 (r17711)
@@ -607,17 +607,6 @@
## end choice
##
-## file: net/atm/Kconfig
-##
-CONFIG_ATM=m
-CONFIG_ATM_CLIP=m
-# CONFIG_ATM_CLIP_NO_ICMP is not set
-CONFIG_ATM_LANE=m
-CONFIG_ATM_MPOA=m
-CONFIG_ATM_BR2684=m
-# CONFIG_ATM_BR2684_IPFILTER is not set
-
-##
## file: net/ax25/Kconfig
##
CONFIG_HAMRADIO=y
Modified: dists/trunk/linux-2.6/debian/config/armel/config.ixp4xx
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.ixp4xx Mon Jun 20 04:15:30 2011 (r17710)
+++ dists/trunk/linux-2.6/debian/config/armel/config.ixp4xx Mon Jun 20 04:41:37 2011 (r17711)
@@ -688,17 +688,6 @@
## end choice
##
-## file: net/atm/Kconfig
-##
-CONFIG_ATM=m
-CONFIG_ATM_CLIP=m
-# CONFIG_ATM_CLIP_NO_ICMP is not set
-CONFIG_ATM_LANE=m
-CONFIG_ATM_MPOA=m
-CONFIG_ATM_BR2684=m
-# CONFIG_ATM_BR2684_IPFILTER is not set
-
-##
## file: net/ax25/Kconfig
##
CONFIG_HAMRADIO=y
Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config Mon Jun 20 04:15:30 2011 (r17710)
+++ dists/trunk/linux-2.6/debian/config/config Mon Jun 20 04:41:37 2011 (r17711)
@@ -3728,6 +3728,17 @@
# CONFIG_NET_9P_DEBUG is not set
##
+## file: net/atm/Kconfig
+##
+CONFIG_ATM=m
+CONFIG_ATM_CLIP=m
+# CONFIG_ATM_CLIP_NO_ICMP is not set
+CONFIG_ATM_LANE=m
+CONFIG_ATM_MPOA=m
+CONFIG_ATM_BR2684=m
+# CONFIG_ATM_BR2684_IPFILTER is not set
+
+##
## file: net/batman-adv/Kconfig
##
CONFIG_BATMAN_ADV=m
Modified: dists/trunk/linux-2.6/debian/config/hppa/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/hppa/config Mon Jun 20 04:15:30 2011 (r17710)
+++ dists/trunk/linux-2.6/debian/config/hppa/config Mon Jun 20 04:41:37 2011 (r17711)
@@ -600,11 +600,6 @@
## end choice
##
-## file: net/atm/Kconfig
-##
-# CONFIG_ATM is not set
-
-##
## file: net/ax25/Kconfig
##
# CONFIG_HAMRADIO is not set
Modified: dists/trunk/linux-2.6/debian/config/kernelarch-x86/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/kernelarch-x86/config Mon Jun 20 04:15:30 2011 (r17710)
+++ dists/trunk/linux-2.6/debian/config/kernelarch-x86/config Mon Jun 20 04:41:37 2011 (r17711)
@@ -1427,17 +1427,6 @@
# CONFIG_DEBUG_PAGEALLOC is not set
##
-## file: net/atm/Kconfig
-##
-CONFIG_ATM=m
-CONFIG_ATM_CLIP=m
-# CONFIG_ATM_CLIP_NO_ICMP is not set
-CONFIG_ATM_LANE=m
-CONFIG_ATM_MPOA=m
-CONFIG_ATM_BR2684=m
-# CONFIG_ATM_BR2684_IPFILTER is not set
-
-##
## file: net/ax25/Kconfig
##
CONFIG_HAMRADIO=y
Modified: dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta Mon Jun 20 04:15:30 2011 (r17710)
+++ dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta Mon Jun 20 04:41:37 2011 (r17711)
@@ -1043,17 +1043,6 @@
## end choice
##
-## file: net/atm/Kconfig
-##
-CONFIG_ATM=m
-CONFIG_ATM_CLIP=m
-# CONFIG_ATM_CLIP_NO_ICMP is not set
-CONFIG_ATM_LANE=m
-CONFIG_ATM_MPOA=m
-CONFIG_ATM_BR2684=m
-# CONFIG_ATM_BR2684_IPFILTER is not set
-
-##
## file: net/ax25/Kconfig
##
CONFIG_HAMRADIO=y
Modified: dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta Mon Jun 20 04:15:30 2011 (r17710)
+++ dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta Mon Jun 20 04:41:37 2011 (r17711)
@@ -1047,17 +1047,6 @@
## end choice
##
-## file: net/atm/Kconfig
-##
-CONFIG_ATM=m
-CONFIG_ATM_CLIP=m
-# CONFIG_ATM_CLIP_NO_ICMP is not set
-CONFIG_ATM_LANE=m
-CONFIG_ATM_MPOA=m
-CONFIG_ATM_BR2684=m
-# CONFIG_ATM_BR2684_IPFILTER is not set
-
-##
## file: net/ax25/Kconfig
##
CONFIG_HAMRADIO=y
Modified: dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22 Mon Jun 20 04:15:30 2011 (r17710)
+++ dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22 Mon Jun 20 04:41:37 2011 (r17711)
@@ -495,11 +495,6 @@
## end choice
##
-## file: net/atm/Kconfig
-##
-# CONFIG_ATM is not set
-
-##
## file: net/ax25/Kconfig
##
# CONFIG_HAMRADIO is not set
Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a Mon Jun 20 04:15:30 2011 (r17710)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a Mon Jun 20 04:41:37 2011 (r17711)
@@ -720,11 +720,6 @@
## end choice
##
-## file: net/atm/Kconfig
-##
-# CONFIG_ATM is not set
-
-##
## file: net/ax25/Kconfig
##
# CONFIG_HAMRADIO 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 Mon Jun 20 04:15:30 2011 (r17710)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b Mon Jun 20 04:41:37 2011 (r17711)
@@ -726,11 +726,6 @@
## end choice
##
-## file: net/atm/Kconfig
-##
-# CONFIG_ATM is not set
-
-##
## file: net/ax25/Kconfig
##
# CONFIG_HAMRADIO is not set
Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt Mon Jun 20 04:15:30 2011 (r17710)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt Mon Jun 20 04:41:37 2011 (r17711)
@@ -651,11 +651,6 @@
## end choice
##
-## file: net/atm/Kconfig
-##
-# CONFIG_ATM is not set
-
-##
## file: net/ax25/Kconfig
##
CONFIG_HAMRADIO=y
Modified: dists/trunk/linux-2.6/debian/config/powerpc/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/powerpc/config Mon Jun 20 04:15:30 2011 (r17710)
+++ dists/trunk/linux-2.6/debian/config/powerpc/config Mon Jun 20 04:41:37 2011 (r17711)
@@ -828,17 +828,6 @@
# CONFIG_DEBUG_STACK_USAGE is not set
##
-## file: net/atm/Kconfig
-##
-CONFIG_ATM=m
-CONFIG_ATM_CLIP=m
-CONFIG_ATM_CLIP_NO_ICMP=y
-CONFIG_ATM_LANE=m
-CONFIG_ATM_MPOA=m
-CONFIG_ATM_BR2684=m
-# CONFIG_ATM_BR2684_IPFILTER is not set
-
-##
## file: net/ax25/Kconfig
##
CONFIG_HAMRADIO=y
Modified: dists/trunk/linux-2.6/debian/config/sparc/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/sparc/config Mon Jun 20 04:15:30 2011 (r17710)
+++ dists/trunk/linux-2.6/debian/config/sparc/config Mon Jun 20 04:41:37 2011 (r17711)
@@ -509,11 +509,6 @@
## end choice
##
-## file: net/atm/Kconfig
-##
-# CONFIG_ATM is not set
-
-##
## file: net/ax25/Kconfig
##
# CONFIG_HAMRADIO is not set
More information about the Kernel-svn-changes
mailing list