On Mon, 2008-08-04 at 22:19 +0800, Herbert Xu wrote:
How about:
+config CRYPTO_CRC32C_INTEL
+ tristate "CRC32c INTEL hardware acceleration"
+ depends on X86
+ select CRYPTO_ALGAPI
+ help
+ In Intel processor with SSE4.2 supported, the processor will
......
It should only depend on X86.
--