diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index c52d1d48272a..a0807ba91644 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -670,10 +670,10 @@ config UTS_NS | |||
670 | 670 | ||
671 | config IPC_NS | 671 | config IPC_NS |
672 | bool "IPC namespace" | 672 | bool "IPC namespace" |
673 | depends on NAMESPACES && SYSVIPC | 673 | depends on NAMESPACES && (SYSVIPC || POSIX_MQUEUE) |
674 | help | 674 | help |
675 | In this namespace tasks work with IPC ids which correspond to | 675 | In this namespace tasks work with IPC ids which correspond to |
676 | different IPC objects in different namespaces | 676 | different IPC objects in different namespaces. |
677 | 677 | ||
678 | config USER_NS | 678 | config USER_NS |
679 | bool "User namespace (EXPERIMENTAL)" | 679 | bool "User namespace (EXPERIMENTAL)" |