Commit 93027354d6e8a66a12dedb89d59b21cf7c2d35ed

Authored by Herbert Xu
1 parent aa1a85dbd1

libcrc32c: Select CRYPTO in Kconfig

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -64,6 +64,7 @@
64 64  
65 65 config LIBCRC32C
66 66 tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check"
  67 + select CRYPTO
67 68 select CRYPTO_CRC32C
68 69 help
69 70 This option is provided for the case where no in-kernel-tree