From a1f0802855d995d1202bdaed42844b07c4077673 Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Wed, 22 Mar 2017 10:04:37 +0900 Subject: [PATCH] Kconfig: Change the minimum SMP_NCPUS to 1 --- sched/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/Kconfig b/sched/Kconfig index 3dc0e91eba..68eea620cf 100644 --- a/sched/Kconfig +++ b/sched/Kconfig @@ -263,7 +263,7 @@ if SMP config SMP_NCPUS int "Number of CPUs" default 4 - range 2 32 + range 1 32 ---help--- This value identifies the number of CPUs supported by the processor that will be used for SMP.