]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
crypto: vmx - Remove duplicate PPC64 dependency
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 15 Jun 2015 08:55:07 +0000 (16:55 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 16 Jun 2015 06:35:01 +0000 (14:35 +0800)
The top-level CRYPTO_DEV_VMX option already depends on PPC64 so
there is no need to depend on it again at CRYPTO_DEV_VMX_ENCRYPT.

This patch also removes a redundant "default n".

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/Kconfig
drivers/crypto/vmx/Kconfig

index 6b0579fdbbb2eb2f0fc80ef8b80eb66beb7137af..92c899fbfe2760fadb54f7a166a3f2e0661bc218 100644 (file)
@@ -459,7 +459,6 @@ config CRYPTO_DEV_QCE
 config CRYPTO_DEV_VMX
        bool "Support for VMX cryptographic acceleration instructions"
        depends on PPC64
-       default n
        help
          Support for VMX cryptographic acceleration instructions.
 
index 771babf16aa044bd6375247c0b4a56ca545e1fb5..89d8208d985178b9743b534d99b04614d0369368 100644 (file)
@@ -1,6 +1,6 @@
 config CRYPTO_DEV_VMX_ENCRYPT
        tristate "Encryption acceleration support on P8 CPU"
-       depends on PPC64 && CRYPTO_DEV_VMX
+       depends on CRYPTO_DEV_VMX
        default y
        help
          Support for VMX cryptographic acceleration instructions on Power8 CPU.