xref: /linux/arch/x86/Kconfig.assembler (revision 8a7c601e14576a22c2bbf7f67455ccf3f3d2737f)
1# SPDX-License-Identifier: GPL-2.0
2# Copyright (C) 2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
3
4config AS_WRUSS
5	def_bool $(as-instr64,wrussq %rax$(comma)(%rbx))
6	help
7	  Supported by binutils >= 2.31 and LLVM integrated assembler
8