sched: Allow CONFIG_SMP_NCPUS=1 without CONFIG_DEBUG_FEATURES

Summary:
- This commit allows CONFIG_SMP_NCPUS=1 without CONFIG_DEBUG_FEATURES

Impact:
- None

Testing:
- Tested with sim:smp

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2021-08-20 10:05:32 +09:00 committed by Xiang Xiao
parent 4b41579ccf
commit cb167c3f7d

View File

@ -292,8 +292,7 @@ if SMP
config SMP_NCPUS config SMP_NCPUS
int "Number of CPUs" int "Number of CPUs"
default 4 default 4
range 1 32 if DEBUG_FEATURES range 1 32
range 2 32 if !DEBUG_FEATURES
---help--- ---help---
This value identifies the number of CPUs supported by the processor This value identifies the number of CPUs supported by the processor
that will be used for SMP. that will be used for SMP.