aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2019-03-08 14:07:54 -0600
committerBen Kohler <bkohler@gentoo.org>2019-03-08 14:07:54 -0600
commit8ca97b52ead308d6738f5819255a1102872a7fa0 (patch)
tree6f8929627088f56233e54d27b80bc9e825fbaae2 /arch/parisc/modules_load
parentgenkernel.conf: update & clarify comments regarding FIRMWARE_* behavior (diff)
downloadgenkernel-8ca97b52ead308d6738f5819255a1102872a7fa0.tar.gz
genkernel-8ca97b52ead308d6738f5819255a1102872a7fa0.tar.bz2
genkernel-8ca97b52ead308d6738f5819255a1102872a7fa0.zip
modules_load: fix crc32 & crc32c for old kernels & fine-tune per arch
This restores the crc32 & crc32c support on kernels before these were renamed to crc32 (in 2016) and crc32c (in 2014) respectively. This also removes crc32c-intel support from non-x86 arches, and adds a few other arch-specfic crc32 & crc32c drivers where they're available. Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'arch/parisc/modules_load')
-rw-r--r--arch/parisc/modules_load2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/modules_load b/arch/parisc/modules_load
index f4510011..4725f3fd 100644
--- a/arch/parisc/modules_load
+++ b/arch/parisc/modules_load
@@ -30,7 +30,7 @@ MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uas uhci-hcd ohci-h
MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs f2fs fuse loop squashfs aufs overlay cramfs configfs fscrypto efivarfs msdos qemu_fw_cfg"
# Crypto
-MODULES_CRYPTO="sha256_generic cbc crc32c_generic crc32c-intel crc32_generic aes_generic xts"
+MODULES_CRYPTO="sha256_generic cbc crc32c crc32c_generic crc32 crc32_generic aes_generic xts"
# Virtio
MODULES_VIRTIO="virtio_scsi virtio_blk virtio_console virtio-rng virtio virtio_balloon virtio_input virtio_ring virtio_pci virtio_mmio virtio_crypto virtio_net"