Kconfig (e98c3202916d30f0e6f59735801baa69bc3348ac) | Kconfig (ddbcc7e8e50aefe467c01cac3dec71f118cd8ac2) |
---|---|
1config DEFCONFIG_LIST 2 string 3 depends on !UML 4 option defconfig_list 5 default "/lib/modules/$UNAME_RELEASE/.config" 6 default "/etc/kernel-config" 7 default "/boot/config-$UNAME_RELEASE" 8 default "arch/$ARCH/defconfig" --- 256 unchanged lines hidden (view full) --- 265 Defaults and Examples: 266 17 => 128 KB for S/390 267 16 => 64 KB for x86 NUMAQ or IA-64 268 15 => 32 KB for SMP 269 14 => 16 KB for uniprocessor 270 13 => 8 KB 271 12 => 4 KB 272 | 1config DEFCONFIG_LIST 2 string 3 depends on !UML 4 option defconfig_list 5 default "/lib/modules/$UNAME_RELEASE/.config" 6 default "/etc/kernel-config" 7 default "/boot/config-$UNAME_RELEASE" 8 default "arch/$ARCH/defconfig" --- 256 unchanged lines hidden (view full) --- 265 Defaults and Examples: 266 17 => 128 KB for S/390 267 16 => 64 KB for x86 NUMAQ or IA-64 268 15 => 32 KB for SMP 269 14 => 16 KB for uniprocessor 270 13 => 8 KB 271 12 => 4 KB 272 |
273config CGROUPS 274 bool "Control Group support" 275 help 276 This option will let you use process cgroup subsystems 277 such as Cpusets 278 279 Say N if unsure. 280 |
|
273config CPUSETS 274 bool "Cpuset support" 275 depends on SMP 276 help 277 This option will let you create and manage CPUSETs which 278 allow dynamically partitioning a system into sets of CPUs and 279 Memory Nodes and assigning tasks to run only within those sets. 280 This is primarily useful on large SMP or NUMA systems. --- 414 unchanged lines hidden --- | 281config CPUSETS 282 bool "Cpuset support" 283 depends on SMP 284 help 285 This option will let you create and manage CPUSETs which 286 allow dynamically partitioning a system into sets of CPUs and 287 Memory Nodes and assigning tasks to run only within those sets. 288 This is primarily useful on large SMP or NUMA systems. --- 414 unchanged lines hidden --- |