namespaces: move the UTS namespace under UTS_NS option
[safe/jmp/linux-2.6] / init / Kconfig
index 7654207..fef641a 100644 (file)
@@ -429,6 +429,13 @@ config NAMESPACES
          or same user id or pid may refer to different tasks when used in
          different namespaces.
 
+config UTS_NS
+       bool "UTS namespace"
+       depends on NAMESPACES
+       help
+         In this namespace tasks see different info provided with the
+         uname() system call
+
 config BLK_DEV_INITRD
        bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"
        depends on BROKEN || !FRV