crypto: ghash-intel - Fix building failure on x86_32
[safe/jmp/linux-2.6] / crypto / Kconfig
index fd68711..81c185a 100644 (file)
@@ -442,6 +442,7 @@ config CRYPTO_WP512
 
 config CRYPTO_GHASH_CLMUL_NI_INTEL
        tristate "GHASH digest algorithm (CLMUL-NI accelerated)"
+       depends on (X86 || UML_X86) && 64BIT
        select CRYPTO_SHASH
        select CRYPTO_CRYPTD
        help