]> git.ipfire.org Git - thirdparty/linux.git/commit
crypto: x86 - rework configuration based on Kconfig
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 26 Mar 2020 08:01:00 +0000 (17:01 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 8 Apr 2020 15:01:59 +0000 (00:01 +0900)
commit4dcbfc35f7da66609cf56690586a72ca0ad279f8
treed98796fbe6b5913a168ecd338484cc413d61702c
parente9e070cfe141e73588f1e48ca3f51d1183b8b646
crypto: x86 - rework configuration based on Kconfig

Now that assembler capabilities are probed inside of Kconfig, we can set
up proper Kconfig-based dependencies. We also take this opportunity to
reorder the Makefile, so that items are grouped logically by primitive.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
arch/x86/crypto/Makefile
crypto/Kconfig