> diff --git a/crypto/Kconfig b/crypto/Kconfig
...
> +config AS_HAS_KEYLOCKER
> +     def_bool $(as-instr,encodekey256 %eax$(comma)%eax)
> +     help
> +       Supported by binutils >= 2.36 and LLVM integrated assembler >= V12
> +
> +config CRYPTO_AES_KL
> +     tristate "AES cipher algorithms (AES-KL)"
> +     depends on AS_HAS_KEYLOCKER
> +     depends on CRYPTO_AES_NI_INTEL
> +     select X86_KEYLOCKER

This material belongs in arch/x86/Kconfig now (which didn't exist when
this patch series began).


--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel

Reply via email to