1
0
Fork 0

microblaze: Fix missing NR_CPUS in menuconfig

The time Kconfig expects that NR_CPUS is defined.

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

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
hifive-unleashed-5.1
Michal Simek 2014-10-27 08:28:16 +01:00
parent cac7f24298
commit 4cbbbb43d6
1 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,10 @@ endmenu
menu "Kernel features"
config NR_CPUS
int
default "1"
config ADVANCED_OPTIONS
bool "Prompt for advanced kernel configuration options"
help