]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
libcrc32c: Select CRYPTO in Kconfig
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 13 Nov 2008 14:05:13 +0000 (22:05 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 25 Dec 2008 00:01:48 +0000 (11:01 +1100)
Selecting CRYPTO_CRC32C is not enough as CRYPTO which CRYPTO_CRC32C
depends on may be disabled.  This patch adds the select on CRYPTO.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
lib/Kconfig

index ce303f13ed927c199af407db02beae2e12e7c5e0..fd4118e097f0711c9c08cf6e08575678fcc5ec16 100644 (file)
@@ -64,6 +64,7 @@ config CRC7
 
 config LIBCRC32C
        tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check"
+       select CRYPTO
        select CRYPTO_CRC32C
        help
          This option is provided for the case where no in-kernel-tree