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

Commit 932d0613 authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller
Browse files

sparc64: Config category "Processor type and features" absent



kernel bugzilla #11059:

sparc64 config menu is missing "Processor type and features",
so add that and move General Setup before Processor menu.

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ab772027
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -81,6 +81,10 @@ config GENERIC_HARDIRQS_NO__DO_IRQ
	bool
	def_bool y

source "init/Kconfig"

menu "Processor type and features"

choice
	prompt "Kernel page size"
	default SPARC64_PAGE_SIZE_8KB
@@ -136,14 +140,10 @@ config HOTPLUG_CPU
	  can be controlled through /sys/devices/system/cpu/cpu#.
	  Say N if you want to disable CPU hotplug.

source "init/Kconfig"

config GENERIC_HARDIRQS
	bool
	default y

menu "General machine setup"

source "kernel/time/Kconfig"

config SMP