aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-09-14 13:44:41 +0400
committerIngo Molnar <mingo@elte.hu>2008-09-14 14:57:15 +0200
commitb899219572350685e6163ce7535efb5ad9bcd6a4 (patch)
treed36646982325d2a3074d107396d646e05e68272b /arch/x86/Kconfig
parent9c0bbee8a6fc14107e9a7af6750bfe1056cbf4bc (diff)
x86: simpler SYSVIPC_COMPAT definition
X86_64 part is entirely redundant. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 1e2afe60ba9..4c1475119ce 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1786,7 +1786,7 @@ config COMPAT_FOR_U64_ALIGNMENT
config SYSVIPC_COMPAT
def_bool y
- depends on X86_64 && COMPAT && SYSVIPC
+ depends on COMPAT && SYSVIPC
endmenu