Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34bbdcdc authored by Stafford Horne's avatar Stafford Horne
Browse files

openrisc: add NR_CPUS Kconfig default value



The build system now expects that NR_CPUS is defined.

Follow 4cbbbb43 ("microblaze: Fix missing NR_CPUS in menuconfig")

Signed-off-by: default avatarStafford Horne <shorne@gmail.com>
parent 1f43e235
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -98,6 +98,9 @@ config OPENRISC_HAVE_INST_DIV
	  Select this if your implementation has a hardware divide instruction
endmenu

config NR_CPUS
	int
	default "1"

source kernel/Kconfig.hz
source kernel/Kconfig.preempt