X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2FKconfig;h=879250d3d0690d40191dad3699ab139820894552;hb=6bfe5c9d6f4dcaa998f67e691359cf7b1c4b443d;hp=adb554153f672a48d2d4d9f711513ef93d5ce9c8;hpb=e6e5fee1426bef07f4e6c3c76f48343c14207938;p=powerpc.git diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index adb554153f..879250d3d0 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -51,4 +51,17 @@ config CRYPTO_DEV_PADLOCK_SHA If unsure say M. The compiled module will be called padlock-sha.ko +config CRYPTO_DEV_GEODE + tristate "Support for the Geode LX AES engine" + depends on CRYPTO && X86_32 && PCI + 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. + + To compile this driver as a module, choose M here: the module + will be called geode-aes. + endmenu