diff options
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r-- | arch/sparc64/Kconfig | 8 |
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 | ||
84 | source "init/Kconfig" | ||
85 | |||
86 | menu "Processor type and features" | ||
87 | |||
84 | choice | 88 | choice |
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 | ||
139 | source "init/Kconfig" | ||
140 | |||
141 | config GENERIC_HARDIRQS | 143 | config GENERIC_HARDIRQS |
142 | bool | 144 | bool |
143 | default y | 145 | default y |
144 | 146 | ||
145 | menu "General machine setup" | ||
146 | |||
147 | source "kernel/time/Kconfig" | 147 | source "kernel/time/Kconfig" |
148 | 148 | ||
149 | config SMP | 149 | config SMP |