aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2010-08-21 15:32:41 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2010-08-21 15:38:58 -0400
commitddb0c5a689c857bb13a42d9a3f0a7604497b3a29 (patch)
tree7d7e5eb9d8763e7503138735ec5de2ce2505dc60 /arch/x86/Kconfig
parent0e8e50e20c837eeec8323bba7dcd25fe5479194c (diff)
Replace Configure with Enable in description of MAXSMP
The "Configure" word tends to make user believe they have to say 'yes' to be able to choose the number of procs/nodes. "Enable" should be unambiguous enough. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index ac7827fc0823..cea0cd9a316f 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -754,11 +754,11 @@ config IOMMU_API
754 def_bool (AMD_IOMMU || DMAR) 754 def_bool (AMD_IOMMU || DMAR)
755 755
756config MAXSMP 756config MAXSMP
757 bool "Configure Maximum number of SMP Processors and NUMA Nodes" 757 bool "Enable Maximum number of SMP Processors and NUMA Nodes"
758 depends on X86_64 && SMP && DEBUG_KERNEL && EXPERIMENTAL 758 depends on X86_64 && SMP && DEBUG_KERNEL && EXPERIMENTAL
759 select CPUMASK_OFFSTACK 759 select CPUMASK_OFFSTACK
760 ---help--- 760 ---help---
761 Configure maximum number of CPUS and NUMA Nodes for this architecture. 761 Enable maximum number of CPUS and NUMA Nodes for this architecture.
762 If unsure, say N. 762 If unsure, say N.
763 763
764config NR_CPUS 764config NR_CPUS