* [PATCH -mm] fix order of container subsystems in init/Kconfig
@ 2007-07-25 13:37 Cedric Le Goater
0 siblings, 0 replies; only message in thread
From: Cedric Le Goater @ 2007-07-25 13:37 UTC (permalink / raw)
To: Andrew Morton; +Cc: Paul Menage, Serge E. Hallyn, Linux Kernel Mailing List
some cosmetic changes to init/Kconfig to make the subsystem list
under containers look nicer when CONFIG_CONTAINERS=y.
also changed the 'select' to 'depends on' for the namespace
subsystem.
Signed-off-by: Cedric Le Goater <clg@fr.ibm.com>
---
init/Kconfig | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
Index: 2.6.23-rc1-mm1/init/Kconfig
===================================================================
--- 2.6.23-rc1-mm1.orig/init/Kconfig
+++ 2.6.23-rc1-mm1/init/Kconfig
@@ -310,6 +310,22 @@ config CONTAINER_DEBUG
Say N if unsure
+config CONTAINER_NS
+ bool "Namespace container subsystem"
+ depends on CONTAINERS
+ help
+ Provides a simple namespace container subsystem to
+ provide hierarchical naming of sets of namespaces,
+ for instance virtual servers and checkpoint/restart
+ jobs.
+
+config CONTAINER_CPUACCT
+ bool "Simple CPU accounting container subsystem"
+ depends on CONTAINERS
+ help
+ Provides a simple Resource Controller for monitoring the
+ total CPU consumed by the tasks in a container
+
config CPUSETS
bool "Cpuset support"
depends on SMP && CONTAINERS
@@ -341,27 +357,11 @@ config SYSFS_DEPRECATED
If you are using a distro that was released in 2006 or later,
it should be safe to say N here.
-config CONTAINER_NS
- bool "Namespace container subsystem"
- select CONTAINERS
- help
- Provides a simple namespace container subsystem to
- provide hierarchical naming of sets of namespaces,
- for instance virtual servers and checkpoint/restart
- jobs.
-
config PROC_PID_CPUSET
bool "Include legacy /proc/<pid>/cpuset file"
depends on CPUSETS
default y
-config CONTAINER_CPUACCT
- bool "Simple CPU accounting container subsystem"
- depends on CONTAINERS
- help
- Provides a simple Resource Controller for monitoring the
- total CPU consumed by the tasks in a container
-
config RELAY
bool "Kernel->user space relay support (formerly relayfs)"
help
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-25 13:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-25 13:37 [PATCH -mm] fix order of container subsystems in init/Kconfig Cedric Le Goater
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox