Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd82094c authored by Jesper Nilsson's avatar Jesper Nilsson
Browse files

CRIS: Fix missing NR_CPUS in menuconfig



The time Kconfig expects that NR_CPUS is defined.

This patch removes this config warning:
"kernel/time/Kconfig:163:warning: range is invalid"

Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
parent 00c5794d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -57,6 +57,10 @@ config HZ
	int
	default 100

config NR_CPUS
	int
	default "1"

source "init/Kconfig"

source "kernel/Kconfig.freezer"