crypto: arm - move ARM specific Kconfig definitions to a dedicated file
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 10 Mar 2015 08:47:44 +0000 (09:47 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 12 Mar 2015 10:13:35 +0000 (21:13 +1100)
This moves all Kconfig symbols defined in crypto/Kconfig that depend
on CONFIG_ARM to a dedicated Kconfig file in arch/arm/crypto, which is
where the code that implements those features resides as well.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm/Kconfig
arch/arm/crypto/Kconfig [new file with mode: 0644]
crypto/Kconfig

Simple merge
Simple merge
diff --cc crypto/Kconfig
Simple merge