From: Scott Weaver scweaver@redhat.com
[redhat] cleanup CRC configs
With ee6740fd34eb5 ('Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux') several CRC configs no longer need to be explicitly set.
Signed-off-by: Scott Weaver scweaver@redhat.com
diff --git a/redhat/configs/common/generic/CONFIG_CRC64 b/redhat/configs/common/generic/CONFIG_CRC64 deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/common/generic/CONFIG_CRC64 +++ /dev/null @@ -1 +0,0 @@ -CONFIG_CRC64=y diff --git a/redhat/configs/common/generic/CONFIG_CRC7 b/redhat/configs/common/generic/CONFIG_CRC7 deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/common/generic/CONFIG_CRC7 +++ /dev/null @@ -1 +0,0 @@ -CONFIG_CRC7=m diff --git a/redhat/configs/common/generic/CONFIG_CRC8 b/redhat/configs/common/generic/CONFIG_CRC8 deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/common/generic/CONFIG_CRC8 +++ /dev/null @@ -1 +0,0 @@ -CONFIG_CRC8=m diff --git a/redhat/configs/common/generic/CONFIG_LIBCRC32C b/redhat/configs/common/generic/CONFIG_LIBCRC32C deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/common/generic/CONFIG_LIBCRC32C +++ /dev/null @@ -1 +0,0 @@ -CONFIG_LIBCRC32C=y diff --git a/redhat/configs/fedora/generic/CONFIG_CRC4 b/redhat/configs/fedora/generic/CONFIG_CRC4 deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/CONFIG_CRC4 +++ /dev/null @@ -1 +0,0 @@ -CONFIG_CRC4=m diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_CRC8 b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_CRC8 deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_CRC8 +++ /dev/null @@ -1 +0,0 @@ -CONFIG_CRC8=y diff --git a/redhat/configs/fedora/generic/riscv/riscv64/CONFIG_CRC7 b/redhat/configs/fedora/generic/riscv/riscv64/CONFIG_CRC7 deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/riscv/riscv64/CONFIG_CRC7 +++ /dev/null @@ -1 +0,0 @@ -CONFIG_CRC7=y diff --git a/redhat/configs/fedora/generic/s390x/CONFIG_CRC7 b/redhat/configs/fedora/generic/s390x/CONFIG_CRC7 deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/s390x/CONFIG_CRC7 +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_CRC7 is not set diff --git a/redhat/configs/pending-fedora/generic/CONFIG_CRC7 b/redhat/configs/pending-fedora/generic/CONFIG_CRC7 deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-fedora/generic/CONFIG_CRC7 +++ /dev/null @@ -1 +0,0 @@ -CONFIG_CRC7=m diff --git a/redhat/configs/pending-rhel/automotive/generic/CONFIG_LIBCRC32C b/redhat/configs/pending-rhel/automotive/generic/CONFIG_LIBCRC32C deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/automotive/generic/CONFIG_LIBCRC32C +++ /dev/null @@ -1 +0,0 @@ -CONFIG_LIBCRC32C=y diff --git a/redhat/configs/pending-rhel/generic/CONFIG_LIBCRC32C b/redhat/configs/pending-rhel/generic/CONFIG_LIBCRC32C deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/CONFIG_LIBCRC32C +++ /dev/null @@ -1 +0,0 @@ -CONFIG_LIBCRC32C=m diff --git a/redhat/configs/rhel/automotive/generic/arm/aarch64/CONFIG_CRC8 b/redhat/configs/rhel/automotive/generic/arm/aarch64/CONFIG_CRC8 deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/rhel/automotive/generic/arm/aarch64/CONFIG_CRC8 +++ /dev/null @@ -1 +0,0 @@ -CONFIG_CRC8=y diff --git a/redhat/configs/rhel/generic/CONFIG_CRC4 b/redhat/configs/rhel/generic/CONFIG_CRC4 deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/rhel/generic/CONFIG_CRC4 +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_CRC4 is not set diff --git a/redhat/configs/rhel/generic/s390x/zfcpdump/CONFIG_CRC7 b/redhat/configs/rhel/generic/s390x/zfcpdump/CONFIG_CRC7 deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/rhel/generic/s390x/zfcpdump/CONFIG_CRC7 +++ /dev/null @@ -1 +0,0 @@ -CONFIG_CRC7=y diff --git a/redhat/configs/rhel/generic/s390x/zfcpdump/CONFIG_CRC8 b/redhat/configs/rhel/generic/s390x/zfcpdump/CONFIG_CRC8 deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/rhel/generic/s390x/zfcpdump/CONFIG_CRC8 +++ /dev/null @@ -1 +0,0 @@ -CONFIG_CRC8=y diff --git a/redhat/configs/rhel/generic/s390x/zfcpdump/CONFIG_LIBCRC32C b/redhat/configs/rhel/generic/s390x/zfcpdump/CONFIG_LIBCRC32C deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/rhel/generic/s390x/zfcpdump/CONFIG_LIBCRC32C +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_LIBCRC32C is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3798
kernel@lists.fedoraproject.org