提交 dd82094c 编写于 作者: J Jesper Nilsson

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: NJesper Nilsson <jesper.nilsson@axis.com>
上级 00c5794d
...@@ -57,6 +57,10 @@ config HZ ...@@ -57,6 +57,10 @@ config HZ
int int
default 100 default 100
config NR_CPUS
int
default "1"
source "init/Kconfig" source "init/Kconfig"
source "kernel/Kconfig.freezer" source "kernel/Kconfig.freezer"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册