Improve the "make menuconfig" experience under the
Cryptographic API page.
The first of two patch series. This series extracts all the
architecture-specific entries from
crypto/Kconfig
into
arch/*/crypto/Kconfig
A subsequent series will work on the entry titles and help text.
Tested by running commands like these for arm, arm64, mips, powerpc,
sparc, s390, and x86:
make ARCH=arm O=build-arm allmodconfig
cd build-arm
make ARCH=arm menuconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnu- -j 55
Notes:
1. powerpc doesn't build for reasons unrelated to this series.