namespaces: move the IPC namespace under IPC_NS option
[linux-block.git] / init / Kconfig
index fef641af78c2748a6725fbf795adcf52f88d6230..47879a874966bc8e29e916b976c1e5b37bb8e367 100644 (file)
@@ -436,6 +436,13 @@ config UTS_NS
          In this namespace tasks see different info provided with the
          uname() system call
 
+config IPC_NS
+       bool "IPC namespace"
+       depends on NAMESPACES && SYSVIPC
+       help
+         In this namespace tasks work with IPC ids which correspond to
+         different IPC objects in different namespaces
+
 config BLK_DEV_INITRD
        bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"
        depends on BROKEN || !FRV