Skip to content

Commit

Permalink
Replace Configure with Enable in description of MAXSMP
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Samuel Thibault authored and Linus Torvalds committed Aug 21, 2010
1 parent 0e8e50e commit ddb0c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -754,11 +754,11 @@ config IOMMU_API
def_bool (AMD_IOMMU || DMAR)

config MAXSMP
bool "Configure Maximum number of SMP Processors and NUMA Nodes"
bool "Enable Maximum number of SMP Processors and NUMA Nodes"
depends on X86_64 && SMP && DEBUG_KERNEL && EXPERIMENTAL
select CPUMASK_OFFSTACK
---help---
Configure maximum number of CPUS and NUMA Nodes for this architecture.
Enable maximum number of CPUS and NUMA Nodes for this architecture.
If unsure, say N.

config NR_CPUS
Expand Down

0 comments on commit ddb0c5a

Please sign in to comment.