diff options
author | Alastair D'Silva <alastair@d-silva.org> | 2016-07-19 07:03:53 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-07-21 13:33:57 +0300 |
commit | ccf5c442a1b82bf74105d72416e069607353cb82 (patch) | |
tree | bf314f50e9d14b4a381cd99a06862b030386c4ba /drivers/crypto/vmx/Kconfig | |
parent | 4a1202765ddf4e5bb3143c0a859ee37f8fcf9b85 (diff) | |
download | linux-ccf5c442a1b82bf74105d72416e069607353cb82.tar.xz |
crypto: vmx - Convert to CPU feature based module autoloading
This patch utilises the GENERIC_CPU_AUTOPROBE infrastructure
to automatically load the vmx_crypto module if the CPU supports
it.
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/crypto/vmx/Kconfig')
-rw-r--r-- | drivers/crypto/vmx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/vmx/Kconfig b/drivers/crypto/vmx/Kconfig index 89d8208d9851..a83ead109d5f 100644 --- a/drivers/crypto/vmx/Kconfig +++ b/drivers/crypto/vmx/Kconfig @@ -1,7 +1,7 @@ config CRYPTO_DEV_VMX_ENCRYPT tristate "Encryption acceleration support on P8 CPU" depends on CRYPTO_DEV_VMX - default y + default m help Support for VMX cryptographic acceleration instructions on Power8 CPU. This module supports acceleration for AES and GHASH in hardware. If you |