aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index fef641af78c2..47879a874966 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -436,6 +436,13 @@ config UTS_NS
436 In this namespace tasks see different info provided with the 436 In this namespace tasks see different info provided with the
437 uname() system call 437 uname() system call
438 438
439config IPC_NS
440 bool "IPC namespace"
441 depends on NAMESPACES && SYSVIPC
442 help
443 In this namespace tasks work with IPC ids which correspond to
444 different IPC objects in different namespaces
445
439config BLK_DEV_INITRD 446config BLK_DEV_INITRD
440 bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support" 447 bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"
441 depends on BROKEN || !FRV 448 depends on BROKEN || !FRV