mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 22:21:42 +00:00
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>
This commit is contained in:
parent
cac7f24298
commit
4cbbbb43d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user