From 545bda681005b16cbd87711fa4789549b36276f8 Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Sun, 23 Mar 2008 14:35:12 +0000 Subject: [PATCH] topconfig centralize CRC_CCITT setting. strangely turned off on s390, left apart for now. svn path=/dists/trunk/linux-2.6/; revision=10958 --- debian/config/alpha/config | 1 - debian/config/amd64/config | 1 - debian/config/arm/config.footbridge | 1 - debian/config/arm/config.iop32x | 1 - debian/config/arm/config.ixp4xx | 1 - debian/config/arm/config.orion5x | 5 ----- debian/config/arm/config.versatile | 1 - debian/config/config | 1 + debian/config/hppa/config | 1 - debian/config/i386/config | 1 - debian/config/ia64/config | 1 - debian/config/m68k/config | 1 - debian/config/mips/config.4kc-malta | 1 - debian/config/mips/config.5kc-malta | 1 - debian/config/mips/config.r4k-ip22 | 1 - debian/config/mips/config.r5k-ip32 | 1 - debian/config/mips/config.sb1-bcm91250a | 1 - debian/config/mips/config.sb1a-bcm91480b | 1 - debian/config/mipsel/config.4kc-malta | 1 - debian/config/mipsel/config.5kc-malta | 1 - debian/config/mipsel/config.r5k-cobalt | 1 - debian/config/mipsel/config.sb1-bcm91250a | 1 - debian/config/mipsel/config.sb1a-bcm91480b | 1 - debian/config/powerpc/config | 1 - debian/config/sparc/config | 1 - 25 files changed, 1 insertion(+), 28 deletions(-) diff --git a/debian/config/alpha/config b/debian/config/alpha/config index 1d8061768..1005aa01f 100644 --- a/debian/config/alpha/config +++ b/debian/config/alpha/config @@ -1323,7 +1323,6 @@ CONFIG_PROFILING=y ## ## file: lib/Kconfig ## -CONFIG_CRC_CCITT=m CONFIG_CRC32=m ## diff --git a/debian/config/amd64/config b/debian/config/amd64/config index 95e5f7ad9..a2d09eb20 100644 --- a/debian/config/amd64/config +++ b/debian/config/amd64/config @@ -1464,7 +1464,6 @@ CONFIG_HIGH_RES_TIMERS=y ## ## file: lib/Kconfig ## -CONFIG_CRC_CCITT=m CONFIG_CRC32=y ## diff --git a/debian/config/arm/config.footbridge b/debian/config/arm/config.footbridge index 5178bd319..64de3de99 100644 --- a/debian/config/arm/config.footbridge +++ b/debian/config/arm/config.footbridge @@ -1308,7 +1308,6 @@ CONFIG_KMOD=y ## ## file: lib/Kconfig ## -CONFIG_CRC_CCITT=m CONFIG_CRC16=m CONFIG_CRC32=y CONFIG_LIBCRC32C=m diff --git a/debian/config/arm/config.iop32x b/debian/config/arm/config.iop32x index c21c2b97a..757170dd3 100644 --- a/debian/config/arm/config.iop32x +++ b/debian/config/arm/config.iop32x @@ -805,7 +805,6 @@ CONFIG_KMOD=y ## ## file: lib/Kconfig ## -CONFIG_CRC_CCITT=m CONFIG_CRC16=m CONFIG_CRC32=y CONFIG_LIBCRC32C=m diff --git a/debian/config/arm/config.ixp4xx b/debian/config/arm/config.ixp4xx index cf6dc580f..8dbbb0eb3 100644 --- a/debian/config/arm/config.ixp4xx +++ b/debian/config/arm/config.ixp4xx @@ -766,7 +766,6 @@ CONFIG_KMOD=y ## ## file: lib/Kconfig ## -CONFIG_CRC_CCITT=m CONFIG_CRC16=m CONFIG_CRC32=y CONFIG_LIBCRC32C=m diff --git a/debian/config/arm/config.orion5x b/debian/config/arm/config.orion5x index d4900ea46..022bed8bf 100644 --- a/debian/config/arm/config.orion5x +++ b/debian/config/arm/config.orion5x @@ -433,11 +433,6 @@ CONFIG_UID16=y ## # CONFIG_PM is not set -## -## file: lib/Kconfig -## -CONFIG_CRC_CCITT=m - ## ## file: kernel/time/Kconfig ## diff --git a/debian/config/arm/config.versatile b/debian/config/arm/config.versatile index c0d9170af..b537d7fcc 100644 --- a/debian/config/arm/config.versatile +++ b/debian/config/arm/config.versatile @@ -1373,7 +1373,6 @@ CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ## file: lib/Kconfig ## CONFIG_BITREVERSE=y -CONFIG_CRC_CCITT=m CONFIG_CRC16=m CONFIG_CRC_ITU_T=m CONFIG_CRC32=y diff --git a/debian/config/config b/debian/config/config index f2b4c89fa..a570d77a1 100644 --- a/debian/config/config +++ b/debian/config/config @@ -1856,6 +1856,7 @@ CONFIG_PREEMPT_NONE=y ## ## file: lib/Kconfig ## +CONFIG_CRC_CCITT=m CONFIG_CRC16=m CONFIG_CRC_ITU_T=m CONFIG_CRC7=m diff --git a/debian/config/hppa/config b/debian/config/hppa/config index c7c1dcb7b..99331d7b2 100644 --- a/debian/config/hppa/config +++ b/debian/config/hppa/config @@ -710,7 +710,6 @@ CONFIG_BASE_SMALL=0 ## ## file: lib/Kconfig ## -CONFIG_CRC_CCITT=m CONFIG_CRC32=y ## diff --git a/debian/config/i386/config b/debian/config/i386/config index decf1cf3c..38e359646 100644 --- a/debian/config/i386/config +++ b/debian/config/i386/config @@ -1723,7 +1723,6 @@ CONFIG_HIGH_RES_TIMERS=y ## ## file: lib/Kconfig ## -CONFIG_CRC_CCITT=m CONFIG_CRC32=y ## diff --git a/debian/config/ia64/config b/debian/config/ia64/config index ee3f643d2..470f801e0 100644 --- a/debian/config/ia64/config +++ b/debian/config/ia64/config @@ -956,7 +956,6 @@ CONFIG_PROFILING=y ## ## file: lib/Kconfig ## -CONFIG_CRC_CCITT=m CONFIG_CRC32=y ## diff --git a/debian/config/m68k/config b/debian/config/m68k/config index 3d567d4a8..dcbd61ca6 100644 --- a/debian/config/m68k/config +++ b/debian/config/m68k/config @@ -250,7 +250,6 @@ CONFIG_KMOD=y ## ## file: lib/Kconfig ## -CONFIG_CRC_CCITT=m CONFIG_LIBCRC32C=m CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_DEFLATE=m diff --git a/debian/config/mips/config.4kc-malta b/debian/config/mips/config.4kc-malta index 3141dba47..05e55de71 100644 --- a/debian/config/mips/config.4kc-malta +++ b/debian/config/mips/config.4kc-malta @@ -1836,7 +1836,6 @@ CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ## file: lib/Kconfig ## CONFIG_BITREVERSE=y -CONFIG_CRC_CCITT=m CONFIG_CRC16=m CONFIG_CRC32=y CONFIG_LIBCRC32C=m diff --git a/debian/config/mips/config.5kc-malta b/debian/config/mips/config.5kc-malta index f90adcab4..4ef31e252 100644 --- a/debian/config/mips/config.5kc-malta +++ b/debian/config/mips/config.5kc-malta @@ -2173,7 +2173,6 @@ CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ## file: lib/Kconfig ## CONFIG_BITREVERSE=y -CONFIG_CRC_CCITT=m CONFIG_CRC16=m CONFIG_CRC_ITU_T=m CONFIG_CRC32=y diff --git a/debian/config/mips/config.r4k-ip22 b/debian/config/mips/config.r4k-ip22 index cfa1efd16..596748af2 100644 --- a/debian/config/mips/config.r4k-ip22 +++ b/debian/config/mips/config.r4k-ip22 @@ -628,7 +628,6 @@ CONFIG_PREEMPT_NONE=y ## ## file: lib/Kconfig ## -CONFIG_CRC_CCITT=m # CONFIG_CRC16 is not set CONFIG_CRC32=y CONFIG_LIBCRC32C=m diff --git a/debian/config/mips/config.r5k-ip32 b/debian/config/mips/config.r5k-ip32 index f86600f1b..fcff52df7 100644 --- a/debian/config/mips/config.r5k-ip32 +++ b/debian/config/mips/config.r5k-ip32 @@ -798,7 +798,6 @@ CONFIG_PREEMPT_NONE=y ## ## file: lib/Kconfig ## -CONFIG_CRC_CCITT=m # CONFIG_CRC16 is not set CONFIG_CRC32=y CONFIG_LIBCRC32C=m diff --git a/debian/config/mips/config.sb1-bcm91250a b/debian/config/mips/config.sb1-bcm91250a index 5d961bfc8..11ba15b4d 100644 --- a/debian/config/mips/config.sb1-bcm91250a +++ b/debian/config/mips/config.sb1-bcm91250a @@ -1104,7 +1104,6 @@ CONFIG_PREEMPT_NONE=y ## ## file: lib/Kconfig ## -CONFIG_CRC_CCITT=m # CONFIG_CRC16 is not set CONFIG_CRC32=y CONFIG_LIBCRC32C=m diff --git a/debian/config/mips/config.sb1a-bcm91480b b/debian/config/mips/config.sb1a-bcm91480b index 2fb0db8d4..669952c5c 100644 --- a/debian/config/mips/config.sb1a-bcm91480b +++ b/debian/config/mips/config.sb1a-bcm91480b @@ -1091,7 +1091,6 @@ CONFIG_PREEMPT_NONE=y ## ## file: lib/Kconfig ## -CONFIG_CRC_CCITT=m # CONFIG_CRC16 is not set CONFIG_CRC32=y CONFIG_LIBCRC32C=m diff --git a/debian/config/mipsel/config.4kc-malta b/debian/config/mipsel/config.4kc-malta index 6404fe746..2f1a9908b 100644 --- a/debian/config/mipsel/config.4kc-malta +++ b/debian/config/mipsel/config.4kc-malta @@ -1801,7 +1801,6 @@ CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ## file: lib/Kconfig ## CONFIG_BITREVERSE=y -CONFIG_CRC_CCITT=m CONFIG_CRC16=m CONFIG_CRC32=y CONFIG_LIBCRC32C=m diff --git a/debian/config/mipsel/config.5kc-malta b/debian/config/mipsel/config.5kc-malta index fd527c3a0..7dfd1993f 100644 --- a/debian/config/mipsel/config.5kc-malta +++ b/debian/config/mipsel/config.5kc-malta @@ -2156,7 +2156,6 @@ CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ## file: lib/Kconfig ## CONFIG_BITREVERSE=y -CONFIG_CRC_CCITT=m CONFIG_CRC16=m CONFIG_CRC_ITU_T=m CONFIG_CRC32=y diff --git a/debian/config/mipsel/config.r5k-cobalt b/debian/config/mipsel/config.r5k-cobalt index ec30c9022..671d03d29 100644 --- a/debian/config/mipsel/config.r5k-cobalt +++ b/debian/config/mipsel/config.r5k-cobalt @@ -896,7 +896,6 @@ CONFIG_PREEMPT_NONE=y ## ## file: lib/Kconfig ## -CONFIG_CRC_CCITT=m # CONFIG_CRC16 is not set CONFIG_CRC32=y CONFIG_LIBCRC32C=m diff --git a/debian/config/mipsel/config.sb1-bcm91250a b/debian/config/mipsel/config.sb1-bcm91250a index 2db08bf24..311d7e9c6 100644 --- a/debian/config/mipsel/config.sb1-bcm91250a +++ b/debian/config/mipsel/config.sb1-bcm91250a @@ -1168,7 +1168,6 @@ CONFIG_PREEMPT_NONE=y ## ## file: lib/Kconfig ## -CONFIG_CRC_CCITT=m # CONFIG_CRC16 is not set CONFIG_CRC32=y CONFIG_LIBCRC32C=m diff --git a/debian/config/mipsel/config.sb1a-bcm91480b b/debian/config/mipsel/config.sb1a-bcm91480b index 4e09ab35a..b900e257a 100644 --- a/debian/config/mipsel/config.sb1a-bcm91480b +++ b/debian/config/mipsel/config.sb1a-bcm91480b @@ -1103,7 +1103,6 @@ CONFIG_PREEMPT_NONE=y ## ## file: lib/Kconfig ## -CONFIG_CRC_CCITT=m # CONFIG_CRC16 is not set CONFIG_CRC32=y CONFIG_LIBCRC32C=m diff --git a/debian/config/powerpc/config b/debian/config/powerpc/config index 11625ea8a..9a642269f 100644 --- a/debian/config/powerpc/config +++ b/debian/config/powerpc/config @@ -1046,7 +1046,6 @@ CONFIG_HIGH_RES_TIMERS=y ## ## file: lib/Kconfig ## -CONFIG_CRC_CCITT=m CONFIG_CRC32=y ## diff --git a/debian/config/sparc/config b/debian/config/sparc/config index 0b5a4748d..2ed5e19e3 100644 --- a/debian/config/sparc/config +++ b/debian/config/sparc/config @@ -290,7 +290,6 @@ CONFIG_UID16=y ## ## file: lib/Kconfig ## -CONFIG_CRC_CCITT=m CONFIG_CRC32=y ##