]> Pileus Git - ~andy/linux/blobdiff - drivers/crypto/Kconfig
tracing/kprobes: Add probe handler dispatcher to support perf and ftrace concurrent use
[~andy/linux] / drivers / crypto / Kconfig
index 01afd758072f8242f550fc70b30b9c124aa8fa2b..5b27692372bf66d0e64f230174d5347599f6c34e 100644 (file)
@@ -12,7 +12,7 @@ if CRYPTO_HW
 
 config CRYPTO_DEV_PADLOCK
        tristate "Support for VIA PadLock ACE"
-       depends on X86_32 && !UML
+       depends on X86 && !UML
        select CRYPTO_ALGAPI
        help
          Some VIA processors come with an integrated crypto engine
@@ -34,7 +34,7 @@ config CRYPTO_DEV_PADLOCK_AES
          Available in VIA C3 and newer CPUs.
 
          If unsure say M. The compiled module will be
-         called padlock-aes.ko
+         called padlock-aes.
 
 config CRYPTO_DEV_PADLOCK_SHA
        tristate "PadLock driver for SHA1 and SHA256 algorithms"
@@ -47,7 +47,7 @@ config CRYPTO_DEV_PADLOCK_SHA
          Available in VIA C7 and newer processors.
 
          If unsure say M. The compiled module will be
-         called padlock-sha.ko
+         called padlock-sha.
 
 config CRYPTO_DEV_GEODE
        tristate "Support for the Geode LX AES engine"
@@ -79,7 +79,7 @@ config ZCRYPT_MONOLITHIC
        bool "Monolithic zcrypt module"
        depends on ZCRYPT="m"
        help
-         Select this option if you want to have a single module z90crypt.ko
+         Select this option if you want to have a single module z90crypt,
          that contains all parts of the crypto device driver (ap bus,
          request router and all the card drivers).