diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2008-11-13 09:05:13 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-12-24 19:01:48 -0500 |
commit | 93027354d6e8a66a12dedb89d59b21cf7c2d35ed (patch) | |
tree | 68a4e3309ab35dcae4b07ca60b3cfc656dac539c /lib/Kconfig | |
parent | aa1a85dbd1d3265ca36f684026fe7689b7836bed (diff) |
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>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index ce303f13ed92..fd4118e097f0 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -64,6 +64,7 @@ config CRC7 | |||
64 | 64 | ||
65 | config LIBCRC32C | 65 | config LIBCRC32C |
66 | tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check" | 66 | tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check" |
67 | select CRYPTO | ||
67 | select CRYPTO_CRC32C | 68 | select CRYPTO_CRC32C |
68 | help | 69 | help |
69 | This option is provided for the case where no in-kernel-tree | 70 | This option is provided for the case where no in-kernel-tree |