blob: 1265f204f7d1b65698027a717f95fcd52a1c70db [file] [log] [blame]
Paul Mundtcad82442006-01-16 22:14:19 -08001#
2# Processor families
3#
4config CPU_SH2
5 bool
Yoshinori Sato9d4436a2006-11-05 15:40:13 +09006
7config CPU_SH2A
8 bool
9 select CPU_SH2
Paul Mundtcad82442006-01-16 22:14:19 -080010
11config CPU_SH3
12 bool
13 select CPU_HAS_INTEVT
14 select CPU_HAS_SR_RB
15
16config CPU_SH4
17 bool
18 select CPU_HAS_INTEVT
19 select CPU_HAS_SR_RB
Paul Mundtf9669182007-11-07 11:05:32 +090020 select CPU_HAS_PTEA if !CPU_SH4A || CPU_SHX2
Paul Mundt1db4e9b2007-09-11 18:10:23 +090021 select CPU_HAS_FPU if !CPU_SH4AL_DSP
Paul Mundtcad82442006-01-16 22:14:19 -080022
23config CPU_SH4A
24 bool
25 select CPU_SH4
Paul Mundtcad82442006-01-16 22:14:19 -080026
Paul Mundte5723e02006-09-27 17:38:11 +090027config CPU_SH4AL_DSP
28 bool
29 select CPU_SH4A
Paul Mundtac79fd52007-07-25 16:26:10 +090030 select CPU_HAS_DSP
Paul Mundte5723e02006-09-27 17:38:11 +090031
Paul Mundt41504c32006-12-11 20:28:03 +090032config CPU_SHX2
33 bool
34
Paul Mundt2b1bd1a2007-06-20 18:27:10 +090035config CPU_SHX3
36 bool
37
Paul Mundtf3d22292007-05-14 17:29:12 +090038choice
39 prompt "Processor sub-type selection"
40
Paul Mundtcad82442006-01-16 22:14:19 -080041#
42# Processor subtypes
43#
44
Paul Mundtf3d22292007-05-14 17:29:12 +090045# SH-2 Processor Support
Paul Mundtcad82442006-01-16 22:14:19 -080046
Yoshinori Sato9d4436a2006-11-05 15:40:13 +090047config CPU_SUBTYPE_SH7619
48 bool "Support SH7619 processor"
49 select CPU_SH2
50
Paul Mundtf3d22292007-05-14 17:29:12 +090051# SH-2A Processor Support
Yoshinori Sato9d4436a2006-11-05 15:40:13 +090052
53config CPU_SUBTYPE_SH7206
54 bool "Support SH7206 processor"
55 select CPU_SH2A
56
Paul Mundtf3d22292007-05-14 17:29:12 +090057# SH-3 Processor Support
Paul Mundtcad82442006-01-16 22:14:19 -080058
Paul Mundtcad82442006-01-16 22:14:19 -080059config CPU_SUBTYPE_SH7705
60 bool "Support SH7705 processor"
61 select CPU_SH3
Paul Mundtcad82442006-01-16 22:14:19 -080062
Paul Mundte5723e02006-09-27 17:38:11 +090063config CPU_SUBTYPE_SH7706
64 bool "Support SH7706 processor"
65 select CPU_SH3
66 help
67 Select SH7706 if you have a 133 Mhz SH-3 HD6417706 CPU.
68
Paul Mundtcad82442006-01-16 22:14:19 -080069config CPU_SUBTYPE_SH7707
70 bool "Support SH7707 processor"
71 select CPU_SH3
Paul Mundtcad82442006-01-16 22:14:19 -080072 help
73 Select SH7707 if you have a 60 Mhz SH-3 HD6417707 CPU.
74
75config CPU_SUBTYPE_SH7708
76 bool "Support SH7708 processor"
77 select CPU_SH3
78 help
79 Select SH7708 if you have a 60 Mhz SH-3 HD6417708S or
80 if you have a 100 Mhz SH-3 HD6417708R CPU.
81
82config CPU_SUBTYPE_SH7709
83 bool "Support SH7709 processor"
84 select CPU_SH3
Paul Mundtcad82442006-01-16 22:14:19 -080085 help
86 Select SH7709 if you have a 80 Mhz SH-3 HD6417709 CPU.
87
Paul Mundte5723e02006-09-27 17:38:11 +090088config CPU_SUBTYPE_SH7710
89 bool "Support SH7710 processor"
90 select CPU_SH3
Paul Mundtac79fd52007-07-25 16:26:10 +090091 select CPU_HAS_DSP
Paul Mundte5723e02006-09-27 17:38:11 +090092 help
93 Select SH7710 if you have a SH3-DSP SH7710 CPU.
94
Nobuhiro Iwamatsu9465a542007-03-27 18:13:51 +090095config CPU_SUBTYPE_SH7712
96 bool "Support SH7712 processor"
97 select CPU_SH3
Paul Mundtac79fd52007-07-25 16:26:10 +090098 select CPU_HAS_DSP
Nobuhiro Iwamatsu9465a542007-03-27 18:13:51 +090099 help
100 Select SH7712 if you have a SH3-DSP SH7712 CPU.
101
Markus Brunner3ea6bc32007-08-20 08:59:33 +0900102config CPU_SUBTYPE_SH7720
103 bool "Support SH7720 processor"
104 select CPU_SH3
Markus Brunner3ea6bc32007-08-20 08:59:33 +0900105 select CPU_HAS_DSP
106 help
107 Select SH7720 if you have a SH3-DSP SH7720 CPU.
108
Paul Mundtf3d22292007-05-14 17:29:12 +0900109# SH-4 Processor Support
Paul Mundtcad82442006-01-16 22:14:19 -0800110
111config CPU_SUBTYPE_SH7750
112 bool "Support SH7750 processor"
113 select CPU_SH4
114 help
115 Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU.
116
117config CPU_SUBTYPE_SH7091
118 bool "Support SH7091 processor"
119 select CPU_SH4
Paul Mundtcad82442006-01-16 22:14:19 -0800120 help
121 Select SH7091 if you have an SH-4 based Sega device (such as
122 the Dreamcast, Naomi, and Naomi 2).
123
124config CPU_SUBTYPE_SH7750R
125 bool "Support SH7750R processor"
126 select CPU_SH4
Paul Mundtcad82442006-01-16 22:14:19 -0800127
128config CPU_SUBTYPE_SH7750S
129 bool "Support SH7750S processor"
130 select CPU_SH4
Paul Mundtcad82442006-01-16 22:14:19 -0800131
132config CPU_SUBTYPE_SH7751
133 bool "Support SH7751 processor"
134 select CPU_SH4
135 help
136 Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU,
137 or if you have a HD6417751R CPU.
138
139config CPU_SUBTYPE_SH7751R
140 bool "Support SH7751R processor"
141 select CPU_SH4
Paul Mundtcad82442006-01-16 22:14:19 -0800142
143config CPU_SUBTYPE_SH7760
144 bool "Support SH7760 processor"
145 select CPU_SH4
Paul Mundtcad82442006-01-16 22:14:19 -0800146
147config CPU_SUBTYPE_SH4_202
148 bool "Support SH4-202 processor"
149 select CPU_SH4
150
Paul Mundtf3d22292007-05-14 17:29:12 +0900151# SH-4A Processor Support
Paul Mundtcad82442006-01-16 22:14:19 -0800152
Paul Mundtcad82442006-01-16 22:14:19 -0800153config CPU_SUBTYPE_SH7770
154 bool "Support SH7770 processor"
155 select CPU_SH4A
156
157config CPU_SUBTYPE_SH7780
158 bool "Support SH7780 processor"
159 select CPU_SH4A
Paul Mundtcad82442006-01-16 22:14:19 -0800160
Paul Mundtb552c7e2006-11-20 14:14:29 +0900161config CPU_SUBTYPE_SH7785
162 bool "Support SH7785 processor"
163 select CPU_SH4A
Paul Mundt41504c32006-12-11 20:28:03 +0900164 select CPU_SHX2
Paul Mundtdb250492007-09-21 11:34:31 +0900165 select ARCH_SPARSEMEM_ENABLE
166 select SYS_SUPPORTS_NUMA
Paul Mundtb552c7e2006-11-20 14:14:29 +0900167
Paul Mundt2b1bd1a2007-06-20 18:27:10 +0900168config CPU_SUBTYPE_SHX3
169 bool "Support SH-X3 processor"
170 select CPU_SH4A
171 select CPU_SHX3
Paul Mundt7da3b8e2007-08-01 17:52:47 +0900172 select ARCH_SPARSEMEM_ENABLE
173 select SYS_SUPPORTS_NUMA
Paul Mundt1a442fe2007-09-21 19:16:05 +0900174 select SYS_SUPPORTS_SMP
Paul Mundt2b1bd1a2007-06-20 18:27:10 +0900175
Paul Mundtf3d22292007-05-14 17:29:12 +0900176# SH4AL-DSP Processor Support
Paul Mundte5723e02006-09-27 17:38:11 +0900177
Paul Mundte5723e02006-09-27 17:38:11 +0900178config CPU_SUBTYPE_SH7343
179 bool "Support SH7343 processor"
180 select CPU_SH4AL_DSP
181
Paul Mundt41504c32006-12-11 20:28:03 +0900182config CPU_SUBTYPE_SH7722
183 bool "Support SH7722 processor"
184 select CPU_SH4AL_DSP
185 select CPU_SHX2
Paul Mundt520588f2007-06-06 17:58:56 +0900186 select ARCH_SPARSEMEM_ENABLE
Paul Mundt357d5942007-06-11 15:32:07 +0900187 select SYS_SUPPORTS_NUMA
Paul Mundt41504c32006-12-11 20:28:03 +0900188
Paul Mundtf3d22292007-05-14 17:29:12 +0900189endchoice
Paul Mundtcad82442006-01-16 22:14:19 -0800190
191menu "Memory management options"
192
Paul Mundt5f8c9902007-05-08 11:55:21 +0900193config QUICKLIST
194 def_bool y
195
Paul Mundtcad82442006-01-16 22:14:19 -0800196config MMU
197 bool "Support for memory management hardware"
198 depends on !CPU_SH2
199 default y
200 help
201 Some SH processors (such as SH-2/SH-2A) lack an MMU. In order to
202 boot on these systems, this option must not be set.
203
204 On other systems (such as the SH-3 and 4) where an MMU exists,
205 turning this off will boot the kernel on these machines with the
206 MMU implicitly switched off.
207
Paul Mundte7f93a32006-09-27 17:19:13 +0900208config PAGE_OFFSET
209 hex
210 default "0x80000000" if MMU
211 default "0x00000000"
212
213config MEMORY_START
214 hex "Physical memory start address"
215 default "0x08000000"
216 ---help---
217 Computers built with Hitachi SuperH processors always
218 map the ROM starting at address zero. But the processor
219 does not specify the range that RAM takes.
220
221 The physical memory (RAM) start address will be automatically
222 set to 08000000. Other platforms, such as the Solution Engine
223 boards typically map RAM at 0C000000.
224
225 Tweak this only when porting to a new machine which does not
226 already have a defconfig. Changing it from the known correct
227 value on any of the known systems will only lead to disaster.
228
229config MEMORY_SIZE
230 hex "Physical memory size"
231 default "0x00400000"
232 help
233 This sets the default memory size assumed by your SH kernel. It can
234 be overridden as normal by the 'mem=' argument on the kernel command
235 line. If unsure, consult your board specifications or just leave it
236 as 0x00400000 which was the default value before this became
237 configurable.
238
Paul Mundtcad82442006-01-16 22:14:19 -0800239config 32BIT
240 bool "Support 32-bit physical addressing through PMB"
Paul Mundt50f63f22007-06-15 18:30:42 +0900241 depends on MMU && (CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785)
Paul Mundtcad82442006-01-16 22:14:19 -0800242 default y
243 help
244 If you say Y here, physical addressing will be extended to
245 32-bits through the SH-4A PMB. If this is not set, legacy
246 29-bit physical addressing will be used.
247
Paul Mundt21440cf2006-11-20 14:30:26 +0900248config X2TLB
249 bool "Enable extended TLB mode"
Paul Mundtc3af3972007-09-27 18:08:46 +0900250 depends on (CPU_SHX2 || CPU_SHX3) && MMU && EXPERIMENTAL
Paul Mundt21440cf2006-11-20 14:30:26 +0900251 help
252 Selecting this option will enable the extended mode of the SH-X2
253 TLB. For legacy SH-X behaviour and interoperability, say N. For
254 all of the fun new features and a willingless to submit bug reports,
255 say Y.
256
Paul Mundt19f9a342006-09-27 18:33:49 +0900257config VSYSCALL
258 bool "Support vsyscall page"
259 depends on MMU
260 default y
261 help
262 This will enable support for the kernel mapping a vDSO page
263 in process space, and subsequently handing down the entry point
264 to the libc through the ELF auxiliary vector.
265
266 From the kernel side this is used for the signal trampoline.
267 For systems with an MMU that can afford to give up a page,
268 (the default value) say Y.
269
Paul Mundtb241cb02007-06-06 17:52:19 +0900270config NUMA
271 bool "Non Uniform Memory Access (NUMA) Support"
Paul Mundt357d5942007-06-11 15:32:07 +0900272 depends on MMU && SYS_SUPPORTS_NUMA && EXPERIMENTAL
Paul Mundtb241cb02007-06-06 17:52:19 +0900273 default n
274 help
275 Some SH systems have many various memories scattered around
276 the address space, each with varying latencies. This enables
277 support for these blocks by binding them to nodes and allowing
278 memory policies to be used for prioritizing and controlling
279 allocation behaviour.
280
Paul Mundt01066622007-03-28 16:38:13 +0900281config NODES_SHIFT
282 int
Paul Mundt99044942007-08-08 16:45:07 +0900283 default "3" if CPU_SUBTYPE_SHX3
Paul Mundt01066622007-03-28 16:38:13 +0900284 default "1"
285 depends on NEED_MULTIPLE_NODES
286
287config ARCH_FLATMEM_ENABLE
288 def_bool y
Paul Mundt357d5942007-06-11 15:32:07 +0900289 depends on !NUMA
Paul Mundt01066622007-03-28 16:38:13 +0900290
Paul Mundtdfbb9042007-05-23 17:48:36 +0900291config ARCH_SPARSEMEM_ENABLE
292 def_bool y
293 select SPARSEMEM_STATIC
294
295config ARCH_SPARSEMEM_DEFAULT
296 def_bool y
297
Paul Mundt1ce7ddd2007-05-09 13:20:52 +0900298config MAX_ACTIVE_REGIONS
299 int
Paul Mundt7da3b8e2007-08-01 17:52:47 +0900300 default "6" if (CPU_SUBTYPE_SHX3 && SPARSEMEM)
Paul Mundtdc47e9d2007-09-27 16:48:00 +0900301 default "2" if SPARSEMEM && (CPU_SUBTYPE_SH7722 || \
302 CPU_SUBTYPE_SH7785)
Paul Mundt1ce7ddd2007-05-09 13:20:52 +0900303 default "1"
304
Paul Mundt01066622007-03-28 16:38:13 +0900305config ARCH_POPULATES_NODE_MAP
306 def_bool y
307
Paul Mundtdfbb9042007-05-23 17:48:36 +0900308config ARCH_SELECT_MEMORY_MODEL
309 def_bool y
310
Paul Mundt33d63bd2007-06-07 11:32:52 +0900311config ARCH_ENABLE_MEMORY_HOTPLUG
312 def_bool y
313 depends on SPARSEMEM
314
315config ARCH_MEMORY_PROBE
316 def_bool y
317 depends on MEMORY_HOTPLUG
318
Paul Mundtcad82442006-01-16 22:14:19 -0800319choice
Paul Mundt21440cf2006-11-20 14:30:26 +0900320 prompt "Kernel page size"
Paul Mundt4d2cab72007-09-27 10:47:00 +0900321 default PAGE_SIZE_8KB if X2TLB
Paul Mundt21440cf2006-11-20 14:30:26 +0900322 default PAGE_SIZE_4KB
323
324config PAGE_SIZE_4KB
325 bool "4kB"
Paul Mundt4d2cab72007-09-27 10:47:00 +0900326 depends on !X2TLB
Paul Mundt21440cf2006-11-20 14:30:26 +0900327 help
328 This is the default page size used by all SuperH CPUs.
329
330config PAGE_SIZE_8KB
331 bool "8kB"
Paul Mundt4d2cab72007-09-27 10:47:00 +0900332 depends on X2TLB
Paul Mundt21440cf2006-11-20 14:30:26 +0900333 help
334 This enables 8kB pages as supported by SH-X2 and later MMUs.
335
336config PAGE_SIZE_64KB
337 bool "64kB"
Paul Mundt4d2cab72007-09-27 10:47:00 +0900338 depends on CPU_SH4
Paul Mundt21440cf2006-11-20 14:30:26 +0900339 help
340 This enables support for 64kB pages, possible on all SH-4
Paul Mundt4d2cab72007-09-27 10:47:00 +0900341 CPUs and later.
Paul Mundt21440cf2006-11-20 14:30:26 +0900342
343endchoice
344
345choice
Paul Mundtcad82442006-01-16 22:14:19 -0800346 prompt "HugeTLB page size"
347 depends on HUGETLB_PAGE && CPU_SH4 && MMU
348 default HUGETLB_PAGE_SIZE_64K
349
350config HUGETLB_PAGE_SIZE_64K
Paul Mundt21440cf2006-11-20 14:30:26 +0900351 bool "64kB"
352
353config HUGETLB_PAGE_SIZE_256K
354 bool "256kB"
355 depends on X2TLB
Paul Mundtcad82442006-01-16 22:14:19 -0800356
357config HUGETLB_PAGE_SIZE_1MB
358 bool "1MB"
359
Paul Mundt21440cf2006-11-20 14:30:26 +0900360config HUGETLB_PAGE_SIZE_4MB
361 bool "4MB"
362 depends on X2TLB
363
364config HUGETLB_PAGE_SIZE_64MB
365 bool "64MB"
366 depends on X2TLB
367
Paul Mundtcad82442006-01-16 22:14:19 -0800368endchoice
369
370source "mm/Kconfig"
371
372endmenu
373
374menu "Cache configuration"
375
376config SH7705_CACHE_32KB
377 bool "Enable 32KB cache size for SH7705"
378 depends on CPU_SUBTYPE_SH7705
379 default y
380
381config SH_DIRECT_MAPPED
382 bool "Use direct-mapped caching"
383 default n
384 help
385 Selecting this option will configure the caches to be direct-mapped,
386 even if the cache supports a 2 or 4-way mode. This is useful primarily
387 for debugging on platforms with 2 and 4-way caches (SH7750R/SH7751R,
388 SH4-202, SH4-501, etc.)
389
390 Turn this option off for platforms that do not have a direct-mapped
391 cache, and you have no need to run the caches in such a configuration.
392
Paul Mundte7bd34a2007-07-31 17:07:28 +0900393choice
394 prompt "Cache mode"
395 default CACHE_WRITEBACK if CPU_SH2A || CPU_SH3 || CPU_SH4
396 default CACHE_WRITETHROUGH if (CPU_SH2 && !CPU_SH2A)
397
398config CACHE_WRITEBACK
399 bool "Write-back"
400 depends on CPU_SH2A || CPU_SH3 || CPU_SH4
401
402config CACHE_WRITETHROUGH
403 bool "Write-through"
Paul Mundtcad82442006-01-16 22:14:19 -0800404 help
405 Selecting this option will configure the caches in write-through
406 mode, as opposed to the default write-back configuration.
407
408 Since there's sill some aliasing issues on SH-4, this option will
409 unfortunately still require the majority of flushing functions to
410 be implemented to deal with aliasing.
411
412 If unsure, say N.
413
Paul Mundte7bd34a2007-07-31 17:07:28 +0900414config CACHE_OFF
415 bool "Off"
416
417endchoice
418
Paul Mundtcad82442006-01-16 22:14:19 -0800419endmenu