diff options
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 01afd758072f..3e72a6a96d73 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -34,7 +34,7 @@ config CRYPTO_DEV_PADLOCK_AES | |||
34 | Available in VIA C3 and newer CPUs. | 34 | Available in VIA C3 and newer CPUs. |
35 | 35 | ||
36 | If unsure say M. The compiled module will be | 36 | If unsure say M. The compiled module will be |
37 | called padlock-aes.ko | 37 | called padlock-aes. |
38 | 38 | ||
39 | config CRYPTO_DEV_PADLOCK_SHA | 39 | config CRYPTO_DEV_PADLOCK_SHA |
40 | tristate "PadLock driver for SHA1 and SHA256 algorithms" | 40 | tristate "PadLock driver for SHA1 and SHA256 algorithms" |
@@ -47,7 +47,7 @@ config CRYPTO_DEV_PADLOCK_SHA | |||
47 | Available in VIA C7 and newer processors. | 47 | Available in VIA C7 and newer processors. |
48 | 48 | ||
49 | If unsure say M. The compiled module will be | 49 | If unsure say M. The compiled module will be |
50 | called padlock-sha.ko | 50 | called padlock-sha. |
51 | 51 | ||
52 | config CRYPTO_DEV_GEODE | 52 | config CRYPTO_DEV_GEODE |
53 | tristate "Support for the Geode LX AES engine" | 53 | tristate "Support for the Geode LX AES engine" |
@@ -79,7 +79,7 @@ config ZCRYPT_MONOLITHIC | |||
79 | bool "Monolithic zcrypt module" | 79 | bool "Monolithic zcrypt module" |
80 | depends on ZCRYPT="m" | 80 | depends on ZCRYPT="m" |
81 | help | 81 | help |
82 | Select this option if you want to have a single module z90crypt.ko | 82 | Select this option if you want to have a single module z90crypt, |
83 | that contains all parts of the crypto device driver (ap bus, | 83 | that contains all parts of the crypto device driver (ap bus, |
84 | request router and all the card drivers). | 84 | request router and all the card drivers). |
85 | 85 | ||