summaryrefslogtreecommitdiff
path: root/drivers/crypto/vmx/Kconfig (follow)
Commit message (Collapse)AuthorAge
* crypto: vmx - Remove duplicate PPC64 dependencyHerbert Xu2015-06-16
| | | | | | | | | 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>
* crypto: vmx - Enabling VMX module for PPC64Leonidas S. Barbosa2015-02-28
This patch enables VMX module in PPC64. Signed-off-by: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>