diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 67348efc2540..7bbd6a174722 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -2957,5 +2957,5 @@ source "lib/Kconfig" config SYSCALL_PTREGS def_bool y - depends on X86_64 && !COMPAT + depends on X86_64 select ARCH_HAS_SYSCALL_WRAPPER |