diff options
Diffstat (limited to 'arch/x86/Kconfig.assembler')
| -rw-r--r-- | arch/x86/Kconfig.assembler | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/Kconfig.assembler b/arch/x86/Kconfig.assembler new file mode 100644 index 000000000000..b1c59fb0a4c9 --- /dev/null +++ b/arch/x86/Kconfig.assembler @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0 +# Copyright (C) 2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. + +config AS_WRUSS + def_bool $(as-instr64,wrussq %rax$(comma)(%rbx)) + help + Supported by binutils >= 2.31 and LLVM integrated assembler |
