diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index b0ea97554473..10382931eead 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -115,6 +115,15 @@ config SYSVIPC | |||
115 | section 6.4 of the Linux Programmer's Guide, available from | 115 | section 6.4 of the Linux Programmer's Guide, available from |
116 | <http://www.tldp.org/guides.html>. | 116 | <http://www.tldp.org/guides.html>. |
117 | 117 | ||
118 | config IPC_NS | ||
119 | bool "IPC Namespaces" | ||
120 | depends on SYSVIPC | ||
121 | default n | ||
122 | help | ||
123 | Support ipc namespaces. This allows containers, i.e. virtual | ||
124 | environments, to use ipc namespaces to provide different ipc | ||
125 | objects for different servers. If unsure, say N. | ||
126 | |||
118 | config POSIX_MQUEUE | 127 | config POSIX_MQUEUE |
119 | bool "POSIX Message Queues" | 128 | bool "POSIX Message Queues" |
120 | depends on NET && EXPERIMENTAL | 129 | depends on NET && EXPERIMENTAL |