blob: 5359f3dff93c0cc90f9939a1ebe4e3c72b2ccfb5 [file] [log] [blame]
Paul Mundtcad82442006-01-16 22:14:19 -08001menu "Processor selection"
2
3#
4# Processor families
5#
6config CPU_SH2
Yoshinori Sato9d4436a2006-11-05 15:40:13 +09007 select SH_WRITETHROUGH if !CPU_SH2A
Paul Mundtcad82442006-01-16 22:14:19 -08008 bool
Yoshinori Sato9d4436a2006-11-05 15:40:13 +09009
10config CPU_SH2A
11 bool
12 select CPU_SH2
Paul Mundtcad82442006-01-16 22:14:19 -080013
14config CPU_SH3
15 bool
16 select CPU_HAS_INTEVT
17 select CPU_HAS_SR_RB
18
19config CPU_SH4
20 bool
21 select CPU_HAS_INTEVT
22 select CPU_HAS_SR_RB
Paul Mundt26b7a782006-12-28 10:31:48 +090023 select CPU_HAS_PTEA if (!CPU_SUBTYPE_ST40 && !CPU_SH4A) || CPU_SHX2
Paul Mundtcad82442006-01-16 22:14:19 -080024
25config CPU_SH4A
26 bool
27 select CPU_SH4
Paul Mundtcad82442006-01-16 22:14:19 -080028
Paul Mundte5723e02006-09-27 17:38:11 +090029config CPU_SH4AL_DSP
30 bool
31 select CPU_SH4A
32
Paul Mundtcad82442006-01-16 22:14:19 -080033config CPU_SUBTYPE_ST40
34 bool
35 select CPU_SH4
36 select CPU_HAS_INTC2_IRQ
37
Paul Mundt41504c32006-12-11 20:28:03 +090038config CPU_SHX2
39 bool
40
Paul Mundtcad82442006-01-16 22:14:19 -080041#
42# Processor subtypes
43#
44
45comment "SH-2 Processor Support"
46
47config CPU_SUBTYPE_SH7604
48 bool "Support SH7604 processor"
49 select CPU_SH2
50
Yoshinori Sato9d4436a2006-11-05 15:40:13 +090051config CPU_SUBTYPE_SH7619
52 bool "Support SH7619 processor"
53 select CPU_SH2
54
55comment "SH-2A Processor Support"
56
57config CPU_SUBTYPE_SH7206
58 bool "Support SH7206 processor"
59 select CPU_SH2A
60
Paul Mundtcad82442006-01-16 22:14:19 -080061comment "SH-3 Processor Support"
62
63config CPU_SUBTYPE_SH7300
64 bool "Support SH7300 processor"
65 select CPU_SH3
66
67config CPU_SUBTYPE_SH7705
68 bool "Support SH7705 processor"
69 select CPU_SH3
70 select CPU_HAS_PINT_IRQ
71
Paul Mundte5723e02006-09-27 17:38:11 +090072config CPU_SUBTYPE_SH7706
73 bool "Support SH7706 processor"
74 select CPU_SH3
Takashi YOSHIIf725b5e2006-12-25 18:35:24 +090075 select CPU_HAS_IPR_IRQ
Paul Mundte5723e02006-09-27 17:38:11 +090076 help
77 Select SH7706 if you have a 133 Mhz SH-3 HD6417706 CPU.
78
Paul Mundtcad82442006-01-16 22:14:19 -080079config CPU_SUBTYPE_SH7707
80 bool "Support SH7707 processor"
81 select CPU_SH3
82 select CPU_HAS_PINT_IRQ
83 help
84 Select SH7707 if you have a 60 Mhz SH-3 HD6417707 CPU.
85
86config CPU_SUBTYPE_SH7708
87 bool "Support SH7708 processor"
88 select CPU_SH3
89 help
90 Select SH7708 if you have a 60 Mhz SH-3 HD6417708S or
91 if you have a 100 Mhz SH-3 HD6417708R CPU.
92
93config CPU_SUBTYPE_SH7709
94 bool "Support SH7709 processor"
95 select CPU_SH3
Takashi YOSHIIf725b5e2006-12-25 18:35:24 +090096 select CPU_HAS_IPR_IRQ
Paul Mundtcad82442006-01-16 22:14:19 -080097 select CPU_HAS_PINT_IRQ
98 help
99 Select SH7709 if you have a 80 Mhz SH-3 HD6417709 CPU.
100
Paul Mundte5723e02006-09-27 17:38:11 +0900101config CPU_SUBTYPE_SH7710
102 bool "Support SH7710 processor"
103 select CPU_SH3
Nobuhiro Iwamatsu9465a542007-03-27 18:13:51 +0900104 select CPU_HAS_IPR_IRQ
Paul Mundte5723e02006-09-27 17:38:11 +0900105 help
106 Select SH7710 if you have a SH3-DSP SH7710 CPU.
107
Nobuhiro Iwamatsu9465a542007-03-27 18:13:51 +0900108config CPU_SUBTYPE_SH7712
109 bool "Support SH7712 processor"
110 select CPU_SH3
111 select CPU_HAS_IPR_IRQ
112 help
113 Select SH7712 if you have a SH3-DSP SH7712 CPU.
114
Paul Mundtcad82442006-01-16 22:14:19 -0800115comment "SH-4 Processor Support"
116
117config CPU_SUBTYPE_SH7750
118 bool "Support SH7750 processor"
119 select CPU_SH4
Jamie Lenehanea0f8fe2006-12-06 12:05:02 +0900120 select CPU_HAS_IPR_IRQ
Paul Mundtcad82442006-01-16 22:14:19 -0800121 help
122 Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU.
123
124config CPU_SUBTYPE_SH7091
125 bool "Support SH7091 processor"
126 select CPU_SH4
127 select CPU_SUBTYPE_SH7750
128 help
129 Select SH7091 if you have an SH-4 based Sega device (such as
130 the Dreamcast, Naomi, and Naomi 2).
131
132config CPU_SUBTYPE_SH7750R
133 bool "Support SH7750R processor"
134 select CPU_SH4
135 select CPU_SUBTYPE_SH7750
Jamie Lenehanea0f8fe2006-12-06 12:05:02 +0900136 select CPU_HAS_IPR_IRQ
Paul Mundtcad82442006-01-16 22:14:19 -0800137
138config CPU_SUBTYPE_SH7750S
139 bool "Support SH7750S processor"
140 select CPU_SH4
141 select CPU_SUBTYPE_SH7750
Jamie Lenehanea0f8fe2006-12-06 12:05:02 +0900142 select CPU_HAS_IPR_IRQ
Paul Mundtcad82442006-01-16 22:14:19 -0800143
144config CPU_SUBTYPE_SH7751
145 bool "Support SH7751 processor"
146 select CPU_SH4
Jamie Lenehanea0f8fe2006-12-06 12:05:02 +0900147 select CPU_HAS_IPR_IRQ
Paul Mundtcad82442006-01-16 22:14:19 -0800148 help
149 Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU,
150 or if you have a HD6417751R CPU.
151
152config CPU_SUBTYPE_SH7751R
153 bool "Support SH7751R processor"
154 select CPU_SH4
155 select CPU_SUBTYPE_SH7751
Jamie Lenehanea0f8fe2006-12-06 12:05:02 +0900156 select CPU_HAS_IPR_IRQ
Paul Mundtcad82442006-01-16 22:14:19 -0800157
158config CPU_SUBTYPE_SH7760
159 bool "Support SH7760 processor"
160 select CPU_SH4
161 select CPU_HAS_INTC2_IRQ
Manuel Lauss6dcda6f2007-01-25 15:21:03 +0900162 select CPU_HAS_IPR_IRQ
Paul Mundtcad82442006-01-16 22:14:19 -0800163
164config CPU_SUBTYPE_SH4_202
165 bool "Support SH4-202 processor"
166 select CPU_SH4
167
168comment "ST40 Processor Support"
169
170config CPU_SUBTYPE_ST40STB1
171 bool "Support ST40STB1/ST40RA processors"
172 select CPU_SUBTYPE_ST40
173 help
174 Select ST40STB1 if you have a ST40RA CPU.
175 This was previously called the ST40STB1, hence the option name.
176
177config CPU_SUBTYPE_ST40GX1
178 bool "Support ST40GX1 processor"
179 select CPU_SUBTYPE_ST40
180 help
181 Select ST40GX1 if you have a ST40GX1 CPU.
182
183comment "SH-4A Processor Support"
184
Paul Mundtcad82442006-01-16 22:14:19 -0800185config CPU_SUBTYPE_SH7770
186 bool "Support SH7770 processor"
187 select CPU_SH4A
188
189config CPU_SUBTYPE_SH7780
190 bool "Support SH7780 processor"
191 select CPU_SH4A
Paul Mundta328ff92006-09-27 16:14:54 +0900192 select CPU_HAS_INTC2_IRQ
Paul Mundtcad82442006-01-16 22:14:19 -0800193
Paul Mundtb552c7e2006-11-20 14:14:29 +0900194config CPU_SUBTYPE_SH7785
195 bool "Support SH7785 processor"
196 select CPU_SH4A
Paul Mundt41504c32006-12-11 20:28:03 +0900197 select CPU_SHX2
Paul Mundtb552c7e2006-11-20 14:14:29 +0900198 select CPU_HAS_INTC2_IRQ
199
Paul Mundte5723e02006-09-27 17:38:11 +0900200comment "SH4AL-DSP Processor Support"
201
202config CPU_SUBTYPE_SH73180
203 bool "Support SH73180 processor"
204 select CPU_SH4AL_DSP
205
206config CPU_SUBTYPE_SH7343
207 bool "Support SH7343 processor"
208 select CPU_SH4AL_DSP
209
Paul Mundt41504c32006-12-11 20:28:03 +0900210config CPU_SUBTYPE_SH7722
211 bool "Support SH7722 processor"
212 select CPU_SH4AL_DSP
213 select CPU_SHX2
214 select CPU_HAS_IPR_IRQ
215
Paul Mundtcad82442006-01-16 22:14:19 -0800216endmenu
217
218menu "Memory management options"
219
220config MMU
221 bool "Support for memory management hardware"
222 depends on !CPU_SH2
223 default y
224 help
225 Some SH processors (such as SH-2/SH-2A) lack an MMU. In order to
226 boot on these systems, this option must not be set.
227
228 On other systems (such as the SH-3 and 4) where an MMU exists,
229 turning this off will boot the kernel on these machines with the
230 MMU implicitly switched off.
231
Paul Mundte7f93a32006-09-27 17:19:13 +0900232config PAGE_OFFSET
233 hex
234 default "0x80000000" if MMU
235 default "0x00000000"
236
237config MEMORY_START
238 hex "Physical memory start address"
239 default "0x08000000"
240 ---help---
241 Computers built with Hitachi SuperH processors always
242 map the ROM starting at address zero. But the processor
243 does not specify the range that RAM takes.
244
245 The physical memory (RAM) start address will be automatically
246 set to 08000000. Other platforms, such as the Solution Engine
247 boards typically map RAM at 0C000000.
248
249 Tweak this only when porting to a new machine which does not
250 already have a defconfig. Changing it from the known correct
251 value on any of the known systems will only lead to disaster.
252
253config MEMORY_SIZE
254 hex "Physical memory size"
255 default "0x00400000"
256 help
257 This sets the default memory size assumed by your SH kernel. It can
258 be overridden as normal by the 'mem=' argument on the kernel command
259 line. If unsure, consult your board specifications or just leave it
260 as 0x00400000 which was the default value before this became
261 configurable.
262
Paul Mundtcad82442006-01-16 22:14:19 -0800263config 32BIT
264 bool "Support 32-bit physical addressing through PMB"
Paul Mundt21440cf2006-11-20 14:30:26 +0900265 depends on CPU_SH4A && MMU && (!X2TLB || BROKEN)
Paul Mundtcad82442006-01-16 22:14:19 -0800266 default y
267 help
268 If you say Y here, physical addressing will be extended to
269 32-bits through the SH-4A PMB. If this is not set, legacy
270 29-bit physical addressing will be used.
271
Paul Mundt21440cf2006-11-20 14:30:26 +0900272config X2TLB
273 bool "Enable extended TLB mode"
Paul Mundt41504c32006-12-11 20:28:03 +0900274 depends on CPU_SHX2 && MMU && EXPERIMENTAL
Paul Mundt21440cf2006-11-20 14:30:26 +0900275 help
276 Selecting this option will enable the extended mode of the SH-X2
277 TLB. For legacy SH-X behaviour and interoperability, say N. For
278 all of the fun new features and a willingless to submit bug reports,
279 say Y.
280
Paul Mundt19f9a342006-09-27 18:33:49 +0900281config VSYSCALL
282 bool "Support vsyscall page"
283 depends on MMU
284 default y
285 help
286 This will enable support for the kernel mapping a vDSO page
287 in process space, and subsequently handing down the entry point
288 to the libc through the ELF auxiliary vector.
289
290 From the kernel side this is used for the signal trampoline.
291 For systems with an MMU that can afford to give up a page,
292 (the default value) say Y.
293
Paul Mundt01066622007-03-28 16:38:13 +0900294config NODES_SHIFT
295 int
296 default "1"
297 depends on NEED_MULTIPLE_NODES
298
299config ARCH_FLATMEM_ENABLE
300 def_bool y
301
302config ARCH_POPULATES_NODE_MAP
303 def_bool y
304
Paul Mundtcad82442006-01-16 22:14:19 -0800305choice
Paul Mundt21440cf2006-11-20 14:30:26 +0900306 prompt "Kernel page size"
307 default PAGE_SIZE_4KB
308
309config PAGE_SIZE_4KB
310 bool "4kB"
311 help
312 This is the default page size used by all SuperH CPUs.
313
314config PAGE_SIZE_8KB
315 bool "8kB"
316 depends on EXPERIMENTAL && X2TLB
317 help
318 This enables 8kB pages as supported by SH-X2 and later MMUs.
319
320config PAGE_SIZE_64KB
321 bool "64kB"
322 depends on EXPERIMENTAL && CPU_SH4
323 help
324 This enables support for 64kB pages, possible on all SH-4
325 CPUs and later. Highly experimental, not recommended.
326
327endchoice
328
329choice
Paul Mundtcad82442006-01-16 22:14:19 -0800330 prompt "HugeTLB page size"
331 depends on HUGETLB_PAGE && CPU_SH4 && MMU
332 default HUGETLB_PAGE_SIZE_64K
333
334config HUGETLB_PAGE_SIZE_64K
Paul Mundt21440cf2006-11-20 14:30:26 +0900335 bool "64kB"
336
337config HUGETLB_PAGE_SIZE_256K
338 bool "256kB"
339 depends on X2TLB
Paul Mundtcad82442006-01-16 22:14:19 -0800340
341config HUGETLB_PAGE_SIZE_1MB
342 bool "1MB"
343
Paul Mundt21440cf2006-11-20 14:30:26 +0900344config HUGETLB_PAGE_SIZE_4MB
345 bool "4MB"
346 depends on X2TLB
347
348config HUGETLB_PAGE_SIZE_64MB
349 bool "64MB"
350 depends on X2TLB
351
Paul Mundtcad82442006-01-16 22:14:19 -0800352endchoice
353
354source "mm/Kconfig"
355
356endmenu
357
358menu "Cache configuration"
359
360config SH7705_CACHE_32KB
361 bool "Enable 32KB cache size for SH7705"
362 depends on CPU_SUBTYPE_SH7705
363 default y
364
365config SH_DIRECT_MAPPED
366 bool "Use direct-mapped caching"
367 default n
368 help
369 Selecting this option will configure the caches to be direct-mapped,
370 even if the cache supports a 2 or 4-way mode. This is useful primarily
371 for debugging on platforms with 2 and 4-way caches (SH7750R/SH7751R,
372 SH4-202, SH4-501, etc.)
373
374 Turn this option off for platforms that do not have a direct-mapped
375 cache, and you have no need to run the caches in such a configuration.
376
377config SH_WRITETHROUGH
378 bool "Use write-through caching"
Paul Mundtcad82442006-01-16 22:14:19 -0800379 help
380 Selecting this option will configure the caches in write-through
381 mode, as opposed to the default write-back configuration.
382
383 Since there's sill some aliasing issues on SH-4, this option will
384 unfortunately still require the majority of flushing functions to
385 be implemented to deal with aliasing.
386
387 If unsure, say N.
388
389config SH_OCRAM
390 bool "Operand Cache RAM (OCRAM) support"
391 help
392 Selecting this option will automatically tear down the number of
393 sets in the dcache by half, which in turn exposes a memory range.
394
395 The addresses for the OC RAM base will vary according to the
396 processor version. Consult vendor documentation for specifics.
397
398 If unsure, say N.
399
400endmenu