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)
commit652ccae5cc4e1305fb0a4619947f9ee89d8c7f5a
tree77825d76286e6e48628784aec071bf226747de61
parent1eb8a1b340e2f0a562b4987683bbaee4d620bf0a
crypto: arm - move ARM specific Kconfig definitions to a dedicated file

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