diff options
Diffstat (limited to 'arch/sh/Kconfig.sh64')
-rw-r--r-- | arch/sh/Kconfig.sh64 | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/arch/sh/Kconfig.sh64 b/arch/sh/Kconfig.sh64 index 6884d5a518ad..20db5e0c1401 100644 --- a/arch/sh/Kconfig.sh64 +++ b/arch/sh/Kconfig.sh64 | |||
@@ -131,22 +131,6 @@ config SH64_PGTABLE_3_LEVEL | |||
131 | 131 | ||
132 | endchoice | 132 | endchoice |
133 | 133 | ||
134 | choice | ||
135 | prompt "HugeTLB page size" | ||
136 | depends on HUGETLB_PAGE && MMU | ||
137 | default HUGETLB_PAGE_SIZE_64K | ||
138 | |||
139 | config HUGETLB_PAGE_SIZE_64K | ||
140 | bool "64K" | ||
141 | |||
142 | config HUGETLB_PAGE_SIZE_1MB | ||
143 | bool "1MB" | ||
144 | |||
145 | config HUGETLB_PAGE_SIZE_512MB | ||
146 | bool "512MB" | ||
147 | |||
148 | endchoice | ||
149 | |||
150 | config SH64_USER_MISALIGNED_FIXUP | 134 | config SH64_USER_MISALIGNED_FIXUP |
151 | bool "Fixup misaligned loads/stores occurring in user mode" | 135 | bool "Fixup misaligned loads/stores occurring in user mode" |
152 | 136 | ||
@@ -226,7 +210,12 @@ config PREEMPT | |||
226 | bool "Preemptible Kernel (EXPERIMENTAL)" | 210 | bool "Preemptible Kernel (EXPERIMENTAL)" |
227 | depends on EXPERIMENTAL | 211 | depends on EXPERIMENTAL |
228 | 212 | ||
229 | source "mm/Kconfig" | 213 | config SH_PCLK_FREQ |
214 | int "Peripheral clock frequency (in Hz)" | ||
215 | default "50000000" | ||
216 | |||
217 | source "kernel/Kconfig.hz" | ||
218 | source "arch/sh/mm/Kconfig" | ||
230 | 219 | ||
231 | endmenu | 220 | endmenu |
232 | 221 | ||
@@ -286,7 +275,7 @@ source "fs/Kconfig" | |||
286 | 275 | ||
287 | source "kernel/Kconfig.instrumentation" | 276 | source "kernel/Kconfig.instrumentation" |
288 | 277 | ||
289 | source "arch/sh64/Kconfig.debug" | 278 | source "arch/sh/Kconfig.debug" |
290 | 279 | ||
291 | source "security/Kconfig" | 280 | source "security/Kconfig" |
292 | 281 | ||