diff options
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index a6f14f622d13..684eb5af439d 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -213,4 +213,7 @@ config HAVE_CMPXCHG_LOCAL | |||
213 | config HAVE_CMPXCHG_DOUBLE | 213 | config HAVE_CMPXCHG_DOUBLE |
214 | bool | 214 | bool |
215 | 215 | ||
216 | config ARCH_WANT_OLD_COMPAT_IPC | ||
217 | bool | ||
218 | |||
216 | source "kernel/gcov/Kconfig" | 219 | source "kernel/gcov/Kconfig" |