aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r--arch/sparc64/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig
index fca9246470b1..794d22fdf463 100644
--- a/arch/sparc64/Kconfig
+++ b/arch/sparc64/Kconfig
@@ -81,6 +81,10 @@ config GENERIC_HARDIRQS_NO__DO_IRQ
81 bool 81 bool
82 def_bool y 82 def_bool y
83 83
84source "init/Kconfig"
85
86menu "Processor type and features"
87
84choice 88choice
85 prompt "Kernel page size" 89 prompt "Kernel page size"
86 default SPARC64_PAGE_SIZE_8KB 90 default SPARC64_PAGE_SIZE_8KB
@@ -136,14 +140,10 @@ config HOTPLUG_CPU
136 can be controlled through /sys/devices/system/cpu/cpu#. 140 can be controlled through /sys/devices/system/cpu/cpu#.
137 Say N if you want to disable CPU hotplug. 141 Say N if you want to disable CPU hotplug.
138 142
139source "init/Kconfig"
140
141config GENERIC_HARDIRQS 143config GENERIC_HARDIRQS
142 bool 144 bool
143 default y 145 default y
144 146
145menu "General machine setup"
146
147source "kernel/time/Kconfig" 147source "kernel/time/Kconfig"
148 148
149config SMP 149config SMP