diff --git a/sched/Kconfig b/sched/Kconfig index 0d851d97e0..1a2af8dcc0 100644 --- a/sched/Kconfig +++ b/sched/Kconfig @@ -292,8 +292,7 @@ if SMP config SMP_NCPUS int "Number of CPUs" default 4 - range 1 32 if DEBUG_FEATURES - range 2 32 if !DEBUG_FEATURES + range 1 32 ---help--- This value identifies the number of CPUs supported by the processor that will be used for SMP.