From patchwork Mon Feb 14 11:11:27 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Build crc32c-intel in the kernel From: =?utf-8?q?Lo=C3=AFc_Minier?= X-Patchwork-Id: 83076 Message-Id: <1297681887-16150-1-git-send-email-loic.minier@linaro.org> To: kernel-team@lists.ubuntu.com Cc: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Mon, 14 Feb 2011 12:11:27 +0100 Apparently crc32c-intel wont ever be autoloaded if crc32c already is; since crc32c is built into the kernel for various reasons, it's best to build crc32c-intel as well; see LP #715835 for some related discussion. Signed-off-by: Loïc Minier --- debian.master/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index ecd94ab..fb35a5a 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -978,7 +978,7 @@ CONFIG_CRYPTO_CAST5=m CONFIG_CRYPTO_CAST6=m CONFIG_CRYPTO_CBC=y CONFIG_CRYPTO_CRC32C=y -CONFIG_CRYPTO_CRC32C_INTEL=m +CONFIG_CRYPTO_CRC32C_INTEL=y CONFIG_CRYPTO_CRYPTD=m CONFIG_CRYPTO_CTS=m CONFIG_CRYPTO_DEFLATE=m