From cb355398cb2f27f01c4e080e3756d9d1710eb7ea Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Sat, 7 Jun 2008 12:23:23 +0000 Subject: [PATCH] debian/config: Remove cuplicated CRC options. svn path=/dists/trunk/linux-2.6/; revision=11546 --- debian/config/alpha/config | 1 + debian/config/amd64/config | 5 ----- debian/config/arm/config.footbridge | 7 ------- debian/config/arm/config.iop32x | 7 ------- debian/config/arm/config.ixp4xx | 7 ------- debian/config/arm/config.versatile | 9 --------- debian/config/hppa/config | 5 ----- debian/config/i386/config | 5 ----- debian/config/ia64/config | 5 ----- debian/config/m68k/config | 5 ----- debian/config/m68k/config.amiga | 5 ----- debian/config/m68k/config.atari | 5 ----- debian/config/m68k/config.bvme6000 | 1 + debian/config/m68k/config.mac | 5 ----- debian/config/m68k/config.mvme147 | 5 ----- debian/config/m68k/config.mvme16x | 5 ----- debian/config/mips/config.4kc-malta | 7 ------- debian/config/mips/config.5kc-malta | 8 -------- debian/config/mips/config.r4k-ip22 | 3 +-- debian/config/mips/config.r5k-ip32 | 3 +-- debian/config/mips/config.sb1-bcm91250a | 3 +-- debian/config/mips/config.sb1a-bcm91480b | 3 +-- debian/config/mipsel/config.4kc-malta | 7 ------- debian/config/mipsel/config.5kc-malta | 8 -------- debian/config/mipsel/config.r5k-cobalt | 3 +-- debian/config/mipsel/config.sb1-bcm91250a | 3 +-- debian/config/mipsel/config.sb1a-bcm91480b | 3 +-- debian/config/powerpc/config | 5 ----- debian/config/s390/config | 2 ++ debian/config/sparc/config | 5 ----- 30 files changed, 11 insertions(+), 134 deletions(-) diff --git a/debian/config/alpha/config b/debian/config/alpha/config index ac1de3e93..45de39dd6 100644 --- a/debian/config/alpha/config +++ b/debian/config/alpha/config @@ -1292,6 +1292,7 @@ CONFIG_LOG_BUF_SHIFT=14 ## ## file: lib/Kconfig ## +#. TODO CONFIG_CRC32=m ## diff --git a/debian/config/amd64/config b/debian/config/amd64/config index 3b4f38d8e..d9908072c 100644 --- a/debian/config/amd64/config +++ b/debian/config/amd64/config @@ -1447,11 +1447,6 @@ CONFIG_SUSPEND=y CONFIG_HIBERNATION=y CONFIG_PM_STD_PARTITION="" -## -## file: lib/Kconfig -## -CONFIG_CRC32=y - ## ## file: lib/Kconfig.debug ## diff --git a/debian/config/arm/config.footbridge b/debian/config/arm/config.footbridge index 8da54395f..de879e4b7 100644 --- a/debian/config/arm/config.footbridge +++ b/debian/config/arm/config.footbridge @@ -1185,13 +1185,6 @@ CONFIG_KMOD=y ## # CONFIG_PM is not set -## -## file: lib/Kconfig -## -CONFIG_CRC16=m -CONFIG_CRC32=y -CONFIG_LIBCRC32C=m - ## ## file: lib/Kconfig.debug ## diff --git a/debian/config/arm/config.iop32x b/debian/config/arm/config.iop32x index 771ac3a94..cee2961d1 100644 --- a/debian/config/arm/config.iop32x +++ b/debian/config/arm/config.iop32x @@ -746,13 +746,6 @@ CONFIG_KMOD=y ## # CONFIG_PM is not set -## -## file: lib/Kconfig -## -CONFIG_CRC16=m -CONFIG_CRC32=y -CONFIG_LIBCRC32C=m - ## ## file: mm/Kconfig ## diff --git a/debian/config/arm/config.ixp4xx b/debian/config/arm/config.ixp4xx index 05b66785d..7b5b9cacd 100644 --- a/debian/config/arm/config.ixp4xx +++ b/debian/config/arm/config.ixp4xx @@ -739,13 +739,6 @@ CONFIG_KMOD=y ## # CONFIG_PM is not set -## -## file: lib/Kconfig -## -CONFIG_CRC16=m -CONFIG_CRC32=y -CONFIG_LIBCRC32C=m - ## ## file: mm/Kconfig ## diff --git a/debian/config/arm/config.versatile b/debian/config/arm/config.versatile index af12e1d4f..59378e2c8 100644 --- a/debian/config/arm/config.versatile +++ b/debian/config/arm/config.versatile @@ -1212,15 +1212,6 @@ CONFIG_KMOD=y ## # CONFIG_PM is not set -## -## file: lib/Kconfig -## -CONFIG_CRC16=m -CONFIG_CRC_ITU_T=m -CONFIG_CRC32=y -CONFIG_CRC7=m -CONFIG_LIBCRC32C=m - ## ## file: lib/Kconfig.debug ## diff --git a/debian/config/hppa/config b/debian/config/hppa/config index fa8743f20..f287f737a 100644 --- a/debian/config/hppa/config +++ b/debian/config/hppa/config @@ -664,11 +664,6 @@ CONFIG_LOG_BUF_SHIFT=15 CONFIG_HOTPLUG=y CONFIG_BASE_FULL=y -## -## file: lib/Kconfig -## -CONFIG_CRC32=y - ## ## file: lib/Kconfig.debug ## diff --git a/debian/config/i386/config b/debian/config/i386/config index 7453214d0..cdb0fa247 100644 --- a/debian/config/i386/config +++ b/debian/config/i386/config @@ -1707,11 +1707,6 @@ CONFIG_SUSPEND=y CONFIG_HIBERNATION=y CONFIG_PM_STD_PARTITION="" -## -## file: lib/Kconfig -## -CONFIG_CRC32=y - ## ## file: lib/Kconfig.debug ## diff --git a/debian/config/ia64/config b/debian/config/ia64/config index 0d579f534..9d715a9d8 100644 --- a/debian/config/ia64/config +++ b/debian/config/ia64/config @@ -931,11 +931,6 @@ CONFIG_LOG_BUF_SHIFT=16 ## # CONFIG_PM_DEBUG is not set -## -## file: lib/Kconfig -## -CONFIG_CRC32=y - ## ## file: lib/Kconfig.debug ## diff --git a/debian/config/m68k/config b/debian/config/m68k/config index 5789e4e87..601ca000b 100644 --- a/debian/config/m68k/config +++ b/debian/config/m68k/config @@ -215,11 +215,6 @@ CONFIG_BASE_FULL=y CONFIG_MODULES=y CONFIG_KMOD=y -## -## file: lib/Kconfig -## -CONFIG_LIBCRC32C=m - ## ## file: lib/Kconfig.debug ## diff --git a/debian/config/m68k/config.amiga b/debian/config/m68k/config.amiga index 0b16189ce..7ae90bd83 100644 --- a/debian/config/m68k/config.amiga +++ b/debian/config/m68k/config.amiga @@ -257,11 +257,6 @@ CONFIG_AMIGA_PARTITION=y ## # CONFIG_AUDIT is not set -## -## file: lib/Kconfig -## -CONFIG_CRC32=y - ## ## file: net/ipv4/Kconfig ## diff --git a/debian/config/m68k/config.atari b/debian/config/m68k/config.atari index e8ab2a558..82c09f76b 100644 --- a/debian/config/m68k/config.atari +++ b/debian/config/m68k/config.atari @@ -162,11 +162,6 @@ CONFIG_NCPFS_OS2_NS=y # CONFIG_PARTITION_ADVANCED is not set CONFIG_ATARI_PARTITION=y -## -## file: lib/Kconfig -## -CONFIG_CRC32=y - ## ## file: net/ipv4/Kconfig ## diff --git a/debian/config/m68k/config.bvme6000 b/debian/config/m68k/config.bvme6000 index 473a097d8..7d51853c4 100644 --- a/debian/config/m68k/config.bvme6000 +++ b/debian/config/m68k/config.bvme6000 @@ -109,6 +109,7 @@ CONFIG_NCPFS_OS2_NS=y ## ## file: lib/Kconfig ## +#. TODO CONFIG_CRC32=m ## diff --git a/debian/config/m68k/config.mac b/debian/config/m68k/config.mac index 549ef8b01..81b29ee93 100644 --- a/debian/config/m68k/config.mac +++ b/debian/config/m68k/config.mac @@ -186,11 +186,6 @@ CONFIG_SUN_PARTITION=y ## # CONFIG_AUDIT is not set -## -## file: lib/Kconfig -## -CONFIG_CRC32=y - ## ## file: net/ipv4/Kconfig ## diff --git a/debian/config/m68k/config.mvme147 b/debian/config/m68k/config.mvme147 index dcbf6404f..742f1e29d 100644 --- a/debian/config/m68k/config.mvme147 +++ b/debian/config/m68k/config.mvme147 @@ -119,11 +119,6 @@ CONFIG_RPCSEC_GSS_KRB5=y ## # CONFIG_PARTITION_ADVANCED is not set -## -## file: lib/Kconfig -## -CONFIG_CRC32=y - ## ## file: net/ipv4/Kconfig ## diff --git a/debian/config/m68k/config.mvme16x b/debian/config/m68k/config.mvme16x index dc8cd77ed..f14f1d168 100644 --- a/debian/config/m68k/config.mvme16x +++ b/debian/config/m68k/config.mvme16x @@ -125,11 +125,6 @@ CONFIG_RPCSEC_GSS_KRB5=y ## # CONFIG_PARTITION_ADVANCED is not set -## -## file: lib/Kconfig -## -CONFIG_CRC32=y - ## ## file: net/ipv4/Kconfig ## diff --git a/debian/config/mips/config.4kc-malta b/debian/config/mips/config.4kc-malta index aec58c664..f49ed8701 100644 --- a/debian/config/mips/config.4kc-malta +++ b/debian/config/mips/config.4kc-malta @@ -1591,13 +1591,6 @@ CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT is not set ## end choice -## -## file: lib/Kconfig -## -CONFIG_CRC16=m -CONFIG_CRC32=y -CONFIG_LIBCRC32C=m - ## ## file: lib/Kconfig.debug ## diff --git a/debian/config/mips/config.5kc-malta b/debian/config/mips/config.5kc-malta index efd1d1c44..eb83baa4f 100644 --- a/debian/config/mips/config.5kc-malta +++ b/debian/config/mips/config.5kc-malta @@ -1902,14 +1902,6 @@ CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT is not set ## end choice -## -## file: lib/Kconfig -## -CONFIG_CRC16=m -CONFIG_CRC_ITU_T=m -CONFIG_CRC32=y -CONFIG_LIBCRC32C=m - ## ## file: lib/Kconfig.debug ## diff --git a/debian/config/mips/config.r4k-ip22 b/debian/config/mips/config.r4k-ip22 index 6b1c9edb9..8f0838331 100644 --- a/debian/config/mips/config.r4k-ip22 +++ b/debian/config/mips/config.r4k-ip22 @@ -558,9 +558,8 @@ CONFIG_PREEMPT_NONE=y ## ## file: lib/Kconfig ## +#. TODO # CONFIG_CRC16 is not set -CONFIG_CRC32=y -CONFIG_LIBCRC32C=m ## ## file: mm/Kconfig diff --git a/debian/config/mips/config.r5k-ip32 b/debian/config/mips/config.r5k-ip32 index daadf6f20..47d804193 100644 --- a/debian/config/mips/config.r5k-ip32 +++ b/debian/config/mips/config.r5k-ip32 @@ -677,9 +677,8 @@ CONFIG_PREEMPT_NONE=y ## ## file: lib/Kconfig ## +#. TODO # CONFIG_CRC16 is not set -CONFIG_CRC32=y -CONFIG_LIBCRC32C=m ## ## file: mm/Kconfig diff --git a/debian/config/mips/config.sb1-bcm91250a b/debian/config/mips/config.sb1-bcm91250a index 27753c7df..3c4ba3ba0 100644 --- a/debian/config/mips/config.sb1-bcm91250a +++ b/debian/config/mips/config.sb1-bcm91250a @@ -328,9 +328,8 @@ CONFIG_PREEMPT_NONE=y ## ## file: lib/Kconfig ## +#. TODO # CONFIG_CRC16 is not set -CONFIG_CRC32=y -CONFIG_LIBCRC32C=m ## ## file: mm/Kconfig diff --git a/debian/config/mips/config.sb1a-bcm91480b b/debian/config/mips/config.sb1a-bcm91480b index b9d80e0e9..b3ff8aaa4 100644 --- a/debian/config/mips/config.sb1a-bcm91480b +++ b/debian/config/mips/config.sb1a-bcm91480b @@ -953,9 +953,8 @@ CONFIG_PREEMPT_NONE=y ## ## file: lib/Kconfig ## +#. TODO # CONFIG_CRC16 is not set -CONFIG_CRC32=y -CONFIG_LIBCRC32C=m ## ## file: mm/Kconfig diff --git a/debian/config/mipsel/config.4kc-malta b/debian/config/mipsel/config.4kc-malta index 364a7da4f..51902cc6c 100644 --- a/debian/config/mipsel/config.4kc-malta +++ b/debian/config/mipsel/config.4kc-malta @@ -1577,13 +1577,6 @@ CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT is not set ## end choice -## -## file: lib/Kconfig -## -CONFIG_CRC16=m -CONFIG_CRC32=y -CONFIG_LIBCRC32C=m - ## ## file: lib/Kconfig.debug ## diff --git a/debian/config/mipsel/config.5kc-malta b/debian/config/mipsel/config.5kc-malta index bfa1a0763..a85b59c77 100644 --- a/debian/config/mipsel/config.5kc-malta +++ b/debian/config/mipsel/config.5kc-malta @@ -1901,14 +1901,6 @@ CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT is not set ## end choice -## -## file: lib/Kconfig -## -CONFIG_CRC16=m -CONFIG_CRC_ITU_T=m -CONFIG_CRC32=y -CONFIG_LIBCRC32C=m - ## ## file: lib/Kconfig.debug ## diff --git a/debian/config/mipsel/config.r5k-cobalt b/debian/config/mipsel/config.r5k-cobalt index 9aa1a281d..1471418eb 100644 --- a/debian/config/mipsel/config.r5k-cobalt +++ b/debian/config/mipsel/config.r5k-cobalt @@ -826,9 +826,8 @@ CONFIG_PREEMPT_NONE=y ## ## file: lib/Kconfig ## +#. TODO # CONFIG_CRC16 is not set -CONFIG_CRC32=y -CONFIG_LIBCRC32C=m ## ## file: mm/Kconfig diff --git a/debian/config/mipsel/config.sb1-bcm91250a b/debian/config/mipsel/config.sb1-bcm91250a index 2c9e58843..be605d84f 100644 --- a/debian/config/mipsel/config.sb1-bcm91250a +++ b/debian/config/mipsel/config.sb1-bcm91250a @@ -965,9 +965,8 @@ CONFIG_PREEMPT_NONE=y ## ## file: lib/Kconfig ## +#. TODO # CONFIG_CRC16 is not set -CONFIG_CRC32=y -CONFIG_LIBCRC32C=m ## ## file: mm/Kconfig diff --git a/debian/config/mipsel/config.sb1a-bcm91480b b/debian/config/mipsel/config.sb1a-bcm91480b index 4806e91f4..ad03b22eb 100644 --- a/debian/config/mipsel/config.sb1a-bcm91480b +++ b/debian/config/mipsel/config.sb1a-bcm91480b @@ -952,9 +952,8 @@ CONFIG_PREEMPT_NONE=y ## ## file: lib/Kconfig ## +#. TODO # CONFIG_CRC16 is not set -CONFIG_CRC32=y -CONFIG_LIBCRC32C=m ## ## file: mm/Kconfig diff --git a/debian/config/powerpc/config b/debian/config/powerpc/config index fe6ee8a57..f648ed05d 100644 --- a/debian/config/powerpc/config +++ b/debian/config/powerpc/config @@ -1013,11 +1013,6 @@ CONFIG_SUSPEND=y CONFIG_HIBERNATION=y CONFIG_PM_STD_PARTITION="" -## -## file: lib/Kconfig -## -CONFIG_CRC32=y - ## ## file: net/atm/Kconfig ## diff --git a/debian/config/s390/config b/debian/config/s390/config index 5c99af840..75b173404 100644 --- a/debian/config/s390/config +++ b/debian/config/s390/config @@ -160,7 +160,9 @@ CONFIG_BSD_DISKLABEL=y ## ## file: lib/Kconfig ## +#. TODO # CONFIG_CRC_CCITT is not set +#. TODO CONFIG_CRC32=m ## diff --git a/debian/config/sparc/config b/debian/config/sparc/config index 97a4b478c..8603cf407 100644 --- a/debian/config/sparc/config +++ b/debian/config/sparc/config @@ -276,11 +276,6 @@ CONFIG_SUN_PARTITION=y ## CONFIG_UID16=y -## -## file: lib/Kconfig -## -CONFIG_CRC32=y - ## ## file: mm/Kconfig ##