diff options
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index adb554153f6..e816535ab30 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -51,4 +51,17 @@ config CRYPTO_DEV_PADLOCK_SHA | |||
51 | If unsure say M. The compiled module will be | 51 | If unsure say M. The compiled module will be |
52 | called padlock-sha.ko | 52 | called padlock-sha.ko |
53 | 53 | ||
54 | config CRYPTO_DEV_GEODE | ||
55 | tristate "Support for the Geode LX AES engine" | ||
56 | depends on CRYPTO && X86_32 | ||
57 | select CRYPTO_ALGAPI | ||
58 | select CRYPTO_BLKCIPHER | ||
59 | default m | ||
60 | help | ||
61 | Say 'Y' here to use the AMD Geode LX processor on-board AES | ||
62 | engine for the CryptoAPI AES alogrithm. | ||
63 | |||
64 | To compile this driver as a module, choose M here: the module | ||
65 | will be called geode-aes. | ||
66 | |||
54 | endmenu | 67 | endmenu |