mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-05-12 10:15:51 +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
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@ endmenu
|
||||||
|
|
||||||
menu "Kernel features"
|
menu "Kernel features"
|
||||||
|
|
||||||
|
config NR_CPUS
|
||||||
|
int
|
||||||
|
default "1"
|
||||||
|
|
||||||
config ADVANCED_OPTIONS
|
config ADVANCED_OPTIONS
|
||||||
bool "Prompt for advanced kernel configuration options"
|
bool "Prompt for advanced kernel configuration options"
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Reference in a new issue