diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index 35659ed442e5..b37350f16253 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -208,6 +208,12 @@ config POSIX_MQUEUE | |||
208 | 208 | ||
209 | If unsure, say Y. | 209 | If unsure, say Y. |
210 | 210 | ||
211 | config POSIX_MQUEUE_SYSCTL | ||
212 | bool | ||
213 | depends on POSIX_MQUEUE | ||
214 | depends on SYSCTL | ||
215 | default y | ||
216 | |||
211 | config BSD_PROCESS_ACCT | 217 | config BSD_PROCESS_ACCT |
212 | bool "BSD Process Accounting" | 218 | bool "BSD Process Accounting" |
213 | help | 219 | help |
@@ -670,10 +676,10 @@ config UTS_NS | |||
670 | 676 | ||
671 | config IPC_NS | 677 | config IPC_NS |
672 | bool "IPC namespace" | 678 | bool "IPC namespace" |
673 | depends on NAMESPACES && SYSVIPC | 679 | depends on NAMESPACES && (SYSVIPC || POSIX_MQUEUE) |
674 | help | 680 | help |
675 | In this namespace tasks work with IPC ids which correspond to | 681 | In this namespace tasks work with IPC ids which correspond to |
676 | different IPC objects in different namespaces | 682 | different IPC objects in different namespaces. |
677 | 683 | ||
678 | config USER_NS | 684 | config USER_NS |
679 | bool "User namespace (EXPERIMENTAL)" | 685 | bool "User namespace (EXPERIMENTAL)" |