diff options
| author | Uros Bizjak <ubizjak@gmail.com> | 2025-08-19 10:57:49 +0200 |
|---|---|---|
| committer | Borislav Petkov (AMD) <bp@alien8.de> | 2025-08-20 20:48:07 +0200 |
| commit | a35da57357221a989e59ced9407ba4f2d4d6d2d2 (patch) | |
| tree | 84edb05db66203cdcba26bcb3f612f42b4a7e975 /arch/x86/Kconfig.assembler | |
| parent | 03777dbd8c9d825fc6f792e4e85be9e4ce4c7f8f (diff) | |
crypto: x86 - Remove CONFIG_AS_GFNI
Current minimum required version of binutils is 2.30, which supports GFNI
instruction mnemonics.
Remove check for assembler support of GFNI instructions and all relevant
macros for conditional compilation.
No functional change intended.
Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Link: https://lore.kernel.org/20250819085855.333380-1-ubizjak@gmail.com
Diffstat (limited to 'arch/x86/Kconfig.assembler')
| -rw-r--r-- | arch/x86/Kconfig.assembler | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/Kconfig.assembler b/arch/x86/Kconfig.assembler index c827f694fb72..6b95be002465 100644 --- a/arch/x86/Kconfig.assembler +++ b/arch/x86/Kconfig.assembler @@ -6,11 +6,6 @@ config AS_AVX512 help Supported by binutils >= 2.25 and LLVM integrated assembler -config AS_GFNI - def_bool $(as-instr,vgf2p8mulb %xmm0$(comma)%xmm1$(comma)%xmm2) - help - Supported by binutils >= 2.30 and LLVM integrated assembler - config AS_VAES def_bool $(as-instr,vaesenc %ymm0$(comma)%ymm1$(comma)%ymm2) help |
