diff options
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 8c3d957fa8e2..72f2fa189cc5 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -248,7 +248,14 @@ config HAVE_CMPXCHG_LOCAL | |||
248 | config HAVE_CMPXCHG_DOUBLE | 248 | config HAVE_CMPXCHG_DOUBLE |
249 | bool | 249 | bool |
250 | 250 | ||
251 | config ARCH_WANT_IPC_PARSE_VERSION | ||
252 | bool | ||
253 | |||
254 | config ARCH_WANT_COMPAT_IPC_PARSE_VERSION | ||
255 | bool | ||
256 | |||
251 | config ARCH_WANT_OLD_COMPAT_IPC | 257 | config ARCH_WANT_OLD_COMPAT_IPC |
258 | select ARCH_WANT_COMPAT_IPC_PARSE_VERSION | ||
252 | bool | 259 | bool |
253 | 260 | ||
254 | config HAVE_ARCH_SECCOMP_FILTER | 261 | config HAVE_ARCH_SECCOMP_FILTER |