]> git.baikalelectronics.ru Git - kernel.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)
commit1b205ae6545bdc891c9d7aba4f5e1b47cdbb4f2f
treebfd6c5a941e31cece3c2cd75265e235567175bc1
parentc1d83d57bdeb3a39b42e2fb9e060557367d574f1
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