aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 51b3d14f44f1..18b1abc677da 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -280,7 +280,7 @@ config CGROUPS
280 280
281config CPUSETS 281config CPUSETS
282 bool "Cpuset support" 282 bool "Cpuset support"
283 depends on SMP 283 depends on SMP && CGROUPS
284 help 284 help
285 This option will let you create and manage CPUSETs which 285 This option will let you create and manage CPUSETs which
286 allow dynamically partitioning a system into sets of CPUs and 286 allow dynamically partitioning a system into sets of CPUs and
@@ -330,6 +330,11 @@ config SYSFS_DEPRECATED
330 If you are using a distro that was released in 2006 or later, 330 If you are using a distro that was released in 2006 or later,
331 it should be safe to say N here. 331 it should be safe to say N here.
332 332
333config PROC_PID_CPUSET
334 bool "Include legacy /proc/<pid>/cpuset file"
335 depends on CPUSETS
336 default y
337
333config RELAY 338config RELAY
334 bool "Kernel->user space relay support (formerly relayfs)" 339 bool "Kernel->user space relay support (formerly relayfs)"
335 help 340 help