Messages in this thread Patch in this message |  | | | Date | Sat, 21 Oct 2006 10:17:45 +0200 | | From | Borislav Petkov <> | | Subject | [PATCH] do not compile AMD Geode's hwcrypto driver as a module per default |
This one should be probably made dependent on some #define saying that the cpu is an AMD and has the LX Geode crypto hardware built in. Turn it off for now.
Signed-off-by: <petkov@math.uni-muenster.de>
--- current/drivers/crypto/Kconfig.orig 2006-10-21 10:05:08.000000000 +0200 +++ current/drivers/crypto/Kconfig 2006-10-21 10:05:25.000000000 +0200 @@ -56,7 +56,6 @@ config CRYPTO_DEV_GEODE depends on CRYPTO && X86_32 select CRYPTO_ALGAPI select CRYPTO_BLKCIPHER - default m help Say 'Y' here to use the AMD Geode LX processor on-board AES engine for the CryptoAPI AES alogrithm.
___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |