diff options
author | Seth Jennings <sjenning@linux.vnet.ibm.com> | 2012-07-19 10:42:38 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2012-08-01 05:47:52 -0400 |
commit | 322cacce0a3c36d3ad89d8836b9ed6fcb06e1a61 (patch) | |
tree | bfd6c5a941e31cece3c2cd75265e235567175bc1 /arch/powerpc/configs/ppc64_defconfig | |
parent | 61bb86bba169507a5f223b94b9176c32c84b4721 (diff) |
powerpc/crypto: rework Kconfig
This patch creates a new submenu for the NX cryptographic
hardware accelerator and breaks the NX options into their own
Kconfig file under drivers/crypto/nx/Kconfig.
This will permit additional NX functionality to be easily
and more cleanly added in the future without touching
drivers/crypto/Makefile|Kconfig.
Signed-off-by: Seth Jennings <sjenning@linux.vnet.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/powerpc/configs/ppc64_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index db27c82e0542..2d9150a1c2ba 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig | |||
@@ -487,7 +487,8 @@ CONFIG_CRYPTO_TWOFISH=m | |||
487 | CONFIG_CRYPTO_LZO=m | 487 | CONFIG_CRYPTO_LZO=m |
488 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | 488 | # CONFIG_CRYPTO_ANSI_CPRNG is not set |
489 | CONFIG_CRYPTO_HW=y | 489 | CONFIG_CRYPTO_HW=y |
490 | CONFIG_CRYPTO_DEV_NX=m | 490 | CONFIG_CRYPTO_DEV_NX=y |
491 | CONFIG_CRYPTO_DEV_NX_ENCRYPT=m | ||
491 | CONFIG_VIRTUALIZATION=y | 492 | CONFIG_VIRTUALIZATION=y |
492 | CONFIG_KVM_BOOK3S_64=m | 493 | CONFIG_KVM_BOOK3S_64=m |
493 | CONFIG_KVM_BOOK3S_64_HV=y | 494 | CONFIG_KVM_BOOK3S_64_HV=y |