Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+4
+4
arch/microblaze/Kconfig
··· 129 129 130 130 menu "Kernel features" 131 131 132 + config NR_CPUS 133 + int 134 + default "1" 135 + 132 136 config ADVANCED_OPTIONS 133 137 bool "Prompt for advanced kernel configuration options" 134 138 help