]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc/crypto: rework Kconfig
authorSeth Jennings <sjenning@linux.vnet.ibm.com>
Thu, 19 Jul 2012 14:42:38 +0000 (09:42 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 1 Aug 2012 09:47:52 +0000 (17:47 +0800)
commit322cacce0a3c36d3ad89d8836b9ed6fcb06e1a61
treebfd6c5a941e31cece3c2cd75265e235567175bc1
parent61bb86bba169507a5f223b94b9176c32c84b4721
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>
arch/powerpc/configs/ppc64_defconfig
arch/powerpc/configs/pseries_defconfig
drivers/crypto/Kconfig
drivers/crypto/nx/Kconfig [new file with mode: 0644]
drivers/crypto/nx/Makefile