blob: 9f531ca3c8ea9320e6c5a2c32615e726b570493e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux/SuperH Kernel Configuration"
7
8config SUPERH
Paul Mundtea0e1a92007-11-21 15:58:01 +09009 def_bool y
Paul Mundt7a440c92006-09-27 18:18:31 +090010 select EMBEDDED
David Brownell9483a572008-07-23 21:26:48 -070011 select HAVE_CLK
Sam Ravnborgec7748b2008-02-09 10:46:40 +010012 select HAVE_IDE
Matt Flemingc601a512009-07-03 16:16:54 +090013 select HAVE_LMB
Mathieu Desnoyers42d4b832008-02-02 15:10:34 -050014 select HAVE_OPROFILE
Dmitry Baryshkov9de90ac2008-07-18 13:30:31 +040015 select HAVE_GENERIC_DMA_COHERENT
Paul Mundt21944782008-09-17 23:26:44 +090016 select HAVE_IOREMAP_PROT if MMU
Paul Mundtd7b01f72008-12-10 20:17:15 +090017 select HAVE_ARCH_TRACEHOOK
Paul Mundtf802d962009-04-09 10:36:54 -070018 select HAVE_DMA_API_DEBUG
Paul Mundtbb38c222009-06-24 01:41:05 +090019 select HAVE_PERF_COUNTERS
Paul Mundtdf8ce252009-07-12 01:37:30 +090020 select HAVE_KERNEL_GZIP
Paul Mundt6eac1af2009-05-08 19:48:47 +090021 select RTC_LIB
Paul Mundtf01789c2009-06-17 10:43:13 +090022 select GENERIC_ATOMIC64
Linus Torvalds1da177e2005-04-16 15:20:36 -070023 help
24 The SuperH is a RISC processor targeted for use in embedded systems
25 and consumer electronics; it was also used in the Sega Dreamcast
26 gaming console. The SuperH port has a home page at
27 <http://www.linux-sh.org/>.
28
Paul Mundt39d28a22007-11-08 18:39:33 +090029config SUPERH32
Paul Mundt3cc000b2009-04-11 08:39:27 +090030 def_bool ARCH = "sh"
Chris Smithd39f5452008-09-05 17:15:39 +090031 select HAVE_KPROBES
32 select HAVE_KRETPROBES
Paul Mundt694f94f2008-10-31 16:20:36 +090033 select HAVE_FUNCTION_TRACER
Matt Flemingfad57fe2008-11-12 20:11:47 +090034 select HAVE_FTRACE_MCOUNT_RECORD
35 select HAVE_DYNAMIC_FTRACE
Matt Flemingc1340c02009-06-28 14:05:44 +010036 select HAVE_FUNCTION_TRACE_MCOUNT_TEST
Matt Flemingc652d782009-07-06 20:16:33 +090037 select HAVE_FTRACE_SYSCALLS
Matt Fleming327933f2009-07-11 00:29:03 +000038 select HAVE_FUNCTION_GRAPH_TRACER
Paul Mundtab6e5702008-12-11 18:46:46 +090039 select HAVE_ARCH_KGDB
Paul Mundt8dafc342009-04-02 11:56:38 +090040 select ARCH_HIBERNATION_POSSIBLE if MMU
Paul Mundtea0e1a92007-11-21 15:58:01 +090041
42config SUPERH64
Paul Mundt3cc000b2009-04-11 08:39:27 +090043 def_bool ARCH = "sh64"
Paul Mundt39d28a22007-11-08 18:39:33 +090044
Paul Mundtf42b7e32008-07-29 20:12:51 +090045config ARCH_DEFCONFIG
46 string
47 default "arch/sh/configs/shx3_defconfig" if SUPERH32
48 default "arch/sh/configs/cayman_defconfig" if SUPERH64
49
Linus Torvalds1da177e2005-04-16 15:20:36 -070050config RWSEM_GENERIC_SPINLOCK
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090051 def_bool y
Linus Torvalds1da177e2005-04-16 15:20:36 -070052
53config RWSEM_XCHGADD_ALGORITHM
54 bool
55
Paul Mundtfa691512007-03-08 19:41:21 +090056config GENERIC_BUG
57 def_bool y
Paul Mundta82d53e2007-11-21 18:22:05 +090058 depends on BUG && SUPERH32
Paul Mundtfa691512007-03-08 19:41:21 +090059
Paul Mundt3767f3f2009-06-15 00:00:42 +090060config GENERIC_CSUM
61 def_bool y
62 depends on SUPERH64
63
Akinobu Mitae2268c72006-03-26 01:39:35 -080064config GENERIC_FIND_NEXT_BIT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090065 def_bool y
Akinobu Mitae2268c72006-03-26 01:39:35 -080066
67config GENERIC_HWEIGHT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090068 def_bool y
Akinobu Mitae2268c72006-03-26 01:39:35 -080069
Linus Torvalds1da177e2005-04-16 15:20:36 -070070config GENERIC_HARDIRQS
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090071 def_bool y
Linus Torvalds1da177e2005-04-16 15:20:36 -070072
Paul Mundt5093c9a2008-08-04 14:17:13 +090073config GENERIC_HARDIRQS_NO__DO_IRQ
74 def_bool y
75
Linus Torvalds1da177e2005-04-16 15:20:36 -070076config GENERIC_IRQ_PROBE
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090077 def_bool y
Linus Torvalds1da177e2005-04-16 15:20:36 -070078
Paul Mundt2eb2a432009-06-19 16:00:00 +090079config IRQ_PER_CPU
80 def_bool y
81
Magnus Damm2967dab2008-10-08 20:41:43 +090082config GENERIC_GPIO
83 def_bool n
84
Linus Torvalds1da177e2005-04-16 15:20:36 -070085config GENERIC_CALIBRATE_DELAY
Paul Mundtcf204fa2008-09-08 20:47:42 +090086 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -070087
Paul Mundtcad82442006-01-16 22:14:19 -080088config GENERIC_IOMAP
89 bool
90
Paul Mundt45882142006-10-04 13:21:45 +090091config GENERIC_TIME
john stultz75634312009-05-01 13:10:28 -070092 def_bool y
Paul Mundt45882142006-10-04 13:21:45 +090093
Paul Mundt57be2b42007-05-09 17:33:24 +090094config GENERIC_CLOCKEVENTS
Paul Mundt938edae2009-05-03 18:12:26 +090095 def_bool y
Paul Mundt57be2b42007-05-09 17:33:24 +090096
Paul Mundt8c245942008-08-06 18:37:07 +090097config GENERIC_CLOCKEVENTS_BROADCAST
98 bool
99
Paul Mundt6d134b92009-05-08 16:36:13 +0900100config GENERIC_CMOS_UPDATE
101 def_bool y
102 depends on SH_SH03 || SH_DREAMCAST
103
Paul Mundtbdcab872008-08-04 14:09:15 +0900104config GENERIC_LOCKBREAK
105 def_bool y
106 depends on SMP && PREEMPT
107
Paul Mundt357d5942007-06-11 15:32:07 +0900108config SYS_SUPPORTS_PM
109 bool
Magnus Dammaf998a92008-12-04 22:45:12 +0900110 depends on !SMP
111
112config ARCH_SUSPEND_POSSIBLE
113 def_bool n
114
115config ARCH_HIBERNATION_POSSIBLE
116 def_bool n
Paul Mundt357d5942007-06-11 15:32:07 +0900117
Paul Mundt0a9b0db2007-01-24 21:56:20 +0900118config SYS_SUPPORTS_APM_EMULATION
119 bool
Magnus Dammaf998a92008-12-04 22:45:12 +0900120 select ARCH_SUSPEND_POSSIBLE
Paul Mundt357d5942007-06-11 15:32:07 +0900121
122config SYS_SUPPORTS_SMP
123 bool
124
125config SYS_SUPPORTS_NUMA
126 bool
127
128config SYS_SUPPORTS_PCI
129 bool
Paul Mundt0a9b0db2007-01-24 21:56:20 +0900130
Paul Mundtf5ad8812009-01-29 18:08:58 +0900131config SYS_SUPPORTS_CMT
132 bool
133
Magnus Dammd5ed4c22009-04-30 07:02:49 +0000134config SYS_SUPPORTS_MTU2
135 bool
136
Magnus Damm9570ef22009-05-01 06:51:00 +0000137config SYS_SUPPORTS_TMU
138 bool
139
Paul Mundtafbfb522006-12-04 18:17:28 +0900140config STACKTRACE_SUPPORT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900141 def_bool y
Paul Mundtafbfb522006-12-04 18:17:28 +0900142
143config LOCKDEP_SUPPORT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900144 def_bool y
Paul Mundtafbfb522006-12-04 18:17:28 +0900145
Paul Mundt5a89f1a2008-09-13 01:44:03 +0900146config HAVE_LATENCYTOP_SUPPORT
147 def_bool y
148 depends on !SMP
149
David Howellsf0d1b0b2006-12-08 02:37:49 -0800150config ARCH_HAS_ILOG2_U32
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900151 def_bool n
David Howellsf0d1b0b2006-12-08 02:37:49 -0800152
153config ARCH_HAS_ILOG2_U64
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900154 def_bool n
David Howellsf0d1b0b2006-12-08 02:37:49 -0800155
Paul Mundte257ad02007-07-25 11:18:00 +0900156config ARCH_NO_VIRT_TO_BUS
157 def_bool y
158
Paul Mundte869a902009-04-02 13:08:31 +0900159config ARCH_HAS_DEFAULT_IDLE
160 def_bool y
161
Paul Mundt2e046b92009-06-19 14:40:51 +0900162config ARCH_HAS_CPU_IDLE_WAIT
163 def_bool y
164
Magnus Damme7cc9a72008-02-07 20:18:21 +0900165config IO_TRAPPED
166 bool
167
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168source "init/Kconfig"
169
Matt Helsleydc52ddc2008-10-18 20:27:21 -0700170source "kernel/Kconfig.freezer"
171
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172menu "System type"
173
Paul Mundtb5f42db2007-11-08 18:38:14 +0900174#
175# Processor families
176#
177config CPU_SH2
178 bool
179
180config CPU_SH2A
181 bool
182 select CPU_SH2
183
184config CPU_SH3
185 bool
186 select CPU_HAS_INTEVT
187 select CPU_HAS_SR_RB
Paul Mundt4fa48e12009-05-08 15:28:15 +0900188 select SYS_SUPPORTS_TMU
Paul Mundtb5f42db2007-11-08 18:38:14 +0900189
190config CPU_SH4
191 bool
192 select CPU_HAS_INTEVT
193 select CPU_HAS_SR_RB
Paul Mundtb5f42db2007-11-08 18:38:14 +0900194 select CPU_HAS_FPU if !CPU_SH4AL_DSP
Paul Mundt4fa48e12009-05-08 15:28:15 +0900195 select SYS_SUPPORTS_TMU
Paul Mundtb5f42db2007-11-08 18:38:14 +0900196
197config CPU_SH4A
198 bool
199 select CPU_SH4
200
201config CPU_SH4AL_DSP
202 bool
203 select CPU_SH4A
204 select CPU_HAS_DSP
205
Paul Mundtea0e1a92007-11-21 15:58:01 +0900206config CPU_SH5
207 bool
208 select CPU_HAS_FPU
Paul Mundtadd47062009-05-08 16:12:17 +0900209 select SYS_SUPPORTS_TMU
Paul Mundtea0e1a92007-11-21 15:58:01 +0900210
Paul Mundtb5f42db2007-11-08 18:38:14 +0900211config CPU_SHX2
212 bool
213
214config CPU_SHX3
215 bool
216
Paul Mundtdc65a972009-03-10 16:26:29 +0900217config ARCH_SHMOBILE
218 bool
Magnus Damm77594912009-03-13 15:23:04 +0000219 select ARCH_SUSPEND_POSSIBLE
Paul Mundtdc65a972009-03-10 16:26:29 +0900220
Paul Mundt3cc000b2009-04-11 08:39:27 +0900221if SUPERH32
222
Paul Mundtb5f42db2007-11-08 18:38:14 +0900223choice
224 prompt "Processor sub-type selection"
225
226#
227# Processor subtypes
228#
229
230# SH-2 Processor Support
231
232config CPU_SUBTYPE_SH7619
233 bool "Support SH7619 processor"
234 select CPU_SH2
Paul Mundtf5ad8812009-01-29 18:08:58 +0900235 select SYS_SUPPORTS_CMT
Paul Mundtb5f42db2007-11-08 18:38:14 +0900236
237# SH-2A Processor Support
238
Peter Griffin28259992008-11-28 22:48:20 +0900239config CPU_SUBTYPE_SH7201
240 bool "Support SH7201 processor"
241 select CPU_SH2A
242 select CPU_HAS_FPU
Magnus Dammda107c62009-04-30 07:06:26 +0000243 select SYS_SUPPORTS_MTU2
Peter Griffin28259992008-11-28 22:48:20 +0900244
Paul Mundt6d01f512007-11-26 18:17:21 +0900245config CPU_SUBTYPE_SH7203
246 bool "Support SH7203 processor"
247 select CPU_SH2A
Paul Mundt74d99a52007-11-26 20:38:36 +0900248 select CPU_HAS_FPU
Paul Mundtf5ad8812009-01-29 18:08:58 +0900249 select SYS_SUPPORTS_CMT
Magnus Dammda107c62009-04-30 07:06:26 +0000250 select SYS_SUPPORTS_MTU2
Paul Mundt6d01f512007-11-26 18:17:21 +0900251
Paul Mundtb5f42db2007-11-08 18:38:14 +0900252config CPU_SUBTYPE_SH7206
253 bool "Support SH7206 processor"
254 select CPU_SH2A
Paul Mundtf5ad8812009-01-29 18:08:58 +0900255 select SYS_SUPPORTS_CMT
Magnus Dammda107c62009-04-30 07:06:26 +0000256 select SYS_SUPPORTS_MTU2
Paul Mundtb5f42db2007-11-08 18:38:14 +0900257
Paul Mundta8f67f42007-11-26 19:54:02 +0900258config CPU_SUBTYPE_SH7263
259 bool "Support SH7263 processor"
260 select CPU_SH2A
Paul Mundt74d99a52007-11-26 20:38:36 +0900261 select CPU_HAS_FPU
Paul Mundtf5ad8812009-01-29 18:08:58 +0900262 select SYS_SUPPORTS_CMT
Magnus Dammda107c62009-04-30 07:06:26 +0000263 select SYS_SUPPORTS_MTU2
Paul Mundta8f67f42007-11-26 19:54:02 +0900264
Paul Mundt2ad69902008-03-13 12:52:44 +0900265config CPU_SUBTYPE_MXG
266 bool "Support MX-G processor"
267 select CPU_SH2A
Magnus Dammda107c62009-04-30 07:06:26 +0000268 select SYS_SUPPORTS_MTU2
Paul Mundt2ad69902008-03-13 12:52:44 +0900269 help
270 Select MX-G if running on an R8A03022BG part.
271
Paul Mundtb5f42db2007-11-08 18:38:14 +0900272# SH-3 Processor Support
273
274config CPU_SUBTYPE_SH7705
275 bool "Support SH7705 processor"
276 select CPU_SH3
277
278config CPU_SUBTYPE_SH7706
279 bool "Support SH7706 processor"
280 select CPU_SH3
281 help
282 Select SH7706 if you have a 133 Mhz SH-3 HD6417706 CPU.
283
284config CPU_SUBTYPE_SH7707
285 bool "Support SH7707 processor"
286 select CPU_SH3
287 help
288 Select SH7707 if you have a 60 Mhz SH-3 HD6417707 CPU.
289
290config CPU_SUBTYPE_SH7708
291 bool "Support SH7708 processor"
292 select CPU_SH3
293 help
294 Select SH7708 if you have a 60 Mhz SH-3 HD6417708S or
295 if you have a 100 Mhz SH-3 HD6417708R CPU.
296
297config CPU_SUBTYPE_SH7709
298 bool "Support SH7709 processor"
299 select CPU_SH3
300 help
301 Select SH7709 if you have a 80 Mhz SH-3 HD6417709 CPU.
302
303config CPU_SUBTYPE_SH7710
304 bool "Support SH7710 processor"
305 select CPU_SH3
306 select CPU_HAS_DSP
307 help
308 Select SH7710 if you have a SH3-DSP SH7710 CPU.
309
310config CPU_SUBTYPE_SH7712
311 bool "Support SH7712 processor"
312 select CPU_SH3
313 select CPU_HAS_DSP
314 help
315 Select SH7712 if you have a SH3-DSP SH7712 CPU.
316
317config CPU_SUBTYPE_SH7720
318 bool "Support SH7720 processor"
319 select CPU_SH3
320 select CPU_HAS_DSP
Magnus Damm2b23a882009-05-12 10:21:11 +0000321 select SYS_SUPPORTS_CMT
Paul Mundtb5f42db2007-11-08 18:38:14 +0900322 help
323 Select SH7720 if you have a SH3-DSP SH7720 CPU.
324
Yoshihiro Shimoda31a49c42007-12-26 11:45:06 +0900325config CPU_SUBTYPE_SH7721
326 bool "Support SH7721 processor"
327 select CPU_SH3
328 select CPU_HAS_DSP
Magnus Damm2b23a882009-05-12 10:21:11 +0000329 select SYS_SUPPORTS_CMT
Yoshihiro Shimoda31a49c42007-12-26 11:45:06 +0900330 help
331 Select SH7721 if you have a SH3-DSP SH7721 CPU.
332
Paul Mundtb5f42db2007-11-08 18:38:14 +0900333# SH-4 Processor Support
334
335config CPU_SUBTYPE_SH7750
336 bool "Support SH7750 processor"
337 select CPU_SH4
338 help
339 Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU.
340
341config CPU_SUBTYPE_SH7091
342 bool "Support SH7091 processor"
343 select CPU_SH4
344 help
345 Select SH7091 if you have an SH-4 based Sega device (such as
346 the Dreamcast, Naomi, and Naomi 2).
347
348config CPU_SUBTYPE_SH7750R
349 bool "Support SH7750R processor"
350 select CPU_SH4
351
352config CPU_SUBTYPE_SH7750S
353 bool "Support SH7750S processor"
354 select CPU_SH4
355
356config CPU_SUBTYPE_SH7751
357 bool "Support SH7751 processor"
358 select CPU_SH4
359 help
360 Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU,
361 or if you have a HD6417751R CPU.
362
363config CPU_SUBTYPE_SH7751R
364 bool "Support SH7751R processor"
365 select CPU_SH4
366
367config CPU_SUBTYPE_SH7760
368 bool "Support SH7760 processor"
369 select CPU_SH4
370
371config CPU_SUBTYPE_SH4_202
372 bool "Support SH4-202 processor"
373 select CPU_SH4
374
375# SH-4A Processor Support
376
Paul Mundt178dd0c2008-04-09 17:56:18 +0900377config CPU_SUBTYPE_SH7723
378 bool "Support SH7723 processor"
379 select CPU_SH4A
380 select CPU_SHX2
Paul Mundtdc65a972009-03-10 16:26:29 +0900381 select ARCH_SHMOBILE
Paul Mundt178dd0c2008-04-09 17:56:18 +0900382 select ARCH_SPARSEMEM_ENABLE
Paul Mundtf5ad8812009-01-29 18:08:58 +0900383 select SYS_SUPPORTS_CMT
Paul Mundt178dd0c2008-04-09 17:56:18 +0900384 help
385 Select SH7723 if you have an SH-MobileR2 CPU.
386
Kuninori Morimoto0207a2e2009-04-16 14:40:56 +0900387config CPU_SUBTYPE_SH7724
388 bool "Support SH7724 processor"
389 select CPU_SH4A
390 select CPU_SHX2
Paul Mundt59fe7002009-04-16 15:43:42 +0900391 select ARCH_SHMOBILE
Kuninori Morimoto0207a2e2009-04-16 14:40:56 +0900392 select ARCH_SPARSEMEM_ENABLE
393 select SYS_SUPPORTS_CMT
394 help
395 Select SH7724 if you have an SH-MobileR2R CPU.
396
Yoshihiro Shimoda7d740a02008-01-07 14:40:07 +0900397config CPU_SUBTYPE_SH7763
398 bool "Support SH7763 processor"
399 select CPU_SH4A
400 help
401 Select SH7763 if you have a SH4A SH7763(R5S77631) CPU.
402
Paul Mundtb5f42db2007-11-08 18:38:14 +0900403config CPU_SUBTYPE_SH7770
404 bool "Support SH7770 processor"
405 select CPU_SH4A
406
407config CPU_SUBTYPE_SH7780
408 bool "Support SH7780 processor"
409 select CPU_SH4A
410
411config CPU_SUBTYPE_SH7785
412 bool "Support SH7785 processor"
413 select CPU_SH4A
414 select CPU_SHX2
415 select ARCH_SPARSEMEM_ENABLE
416 select SYS_SUPPORTS_NUMA
417
Kuninori Morimoto55ba99e2009-03-03 15:40:25 +0900418config CPU_SUBTYPE_SH7786
419 bool "Support SH7786 processor"
420 select CPU_SH4A
Paul Mundt37042fb2009-03-03 15:57:02 +0900421 select CPU_SHX3
Paul Mundt8263a672009-03-17 17:49:49 +0900422 select CPU_HAS_PTEAEX
Kuninori Morimoto55ba99e2009-03-03 15:40:25 +0900423 select ARCH_SPARSEMEM_ENABLE
424 select SYS_SUPPORTS_NUMA
Paul Mundt2eb2a432009-06-19 16:00:00 +0900425 select SYS_SUPPORTS_SMP
426 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
Kuninori Morimoto55ba99e2009-03-03 15:40:25 +0900427
Paul Mundtb5f42db2007-11-08 18:38:14 +0900428config CPU_SUBTYPE_SHX3
429 bool "Support SH-X3 processor"
430 select CPU_SH4A
431 select CPU_SHX3
432 select ARCH_SPARSEMEM_ENABLE
433 select SYS_SUPPORTS_NUMA
434 select SYS_SUPPORTS_SMP
Paul Mundt58402632008-09-05 15:36:39 +0900435 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
Paul Mundtb5f42db2007-11-08 18:38:14 +0900436
437# SH4AL-DSP Processor Support
438
439config CPU_SUBTYPE_SH7343
440 bool "Support SH7343 processor"
441 select CPU_SH4AL_DSP
Paul Mundtdc65a972009-03-10 16:26:29 +0900442 select ARCH_SHMOBILE
Paul Mundtf5ad8812009-01-29 18:08:58 +0900443 select SYS_SUPPORTS_CMT
Paul Mundtb5f42db2007-11-08 18:38:14 +0900444
445config CPU_SUBTYPE_SH7722
446 bool "Support SH7722 processor"
447 select CPU_SH4AL_DSP
448 select CPU_SHX2
Paul Mundtdc65a972009-03-10 16:26:29 +0900449 select ARCH_SHMOBILE
Paul Mundtb5f42db2007-11-08 18:38:14 +0900450 select ARCH_SPARSEMEM_ENABLE
451 select SYS_SUPPORTS_NUMA
Paul Mundtf5ad8812009-01-29 18:08:58 +0900452 select SYS_SUPPORTS_CMT
Paul Mundtb5f42db2007-11-08 18:38:14 +0900453
Magnus Damm9109a302008-02-08 17:31:24 +0900454config CPU_SUBTYPE_SH7366
455 bool "Support SH7366 processor"
456 select CPU_SH4AL_DSP
457 select CPU_SHX2
Paul Mundtdc65a972009-03-10 16:26:29 +0900458 select ARCH_SHMOBILE
Magnus Damm9109a302008-02-08 17:31:24 +0900459 select ARCH_SPARSEMEM_ENABLE
460 select SYS_SUPPORTS_NUMA
Paul Mundtf5ad8812009-01-29 18:08:58 +0900461 select SYS_SUPPORTS_CMT
Magnus Damm9109a302008-02-08 17:31:24 +0900462
Paul Mundt3cc000b2009-04-11 08:39:27 +0900463endchoice
464
465endif
466
467if SUPERH64
468
469choice
470 prompt "Processor sub-type selection"
471
Paul Mundtea0e1a92007-11-21 15:58:01 +0900472# SH-5 Processor Support
473
474config CPU_SUBTYPE_SH5_101
475 bool "Support SH5-101 processor"
476 select CPU_SH5
477
478config CPU_SUBTYPE_SH5_103
479 bool "Support SH5-103 processor"
Paul Mundt8ef97dd2008-02-14 15:30:54 +0900480 select CPU_SH5
Paul Mundtea0e1a92007-11-21 15:58:01 +0900481
Paul Mundtb5f42db2007-11-08 18:38:14 +0900482endchoice
483
Paul Mundt3cc000b2009-04-11 08:39:27 +0900484endif
485
Paul Mundtcad82442006-01-16 22:14:19 -0800486source "arch/sh/mm/Kconfig"
Paul Mundt939a24a2008-07-29 21:41:37 +0900487
Paul Mundt4690bdc2007-11-09 13:45:42 +0900488source "arch/sh/Kconfig.cpu"
Paul Mundtcad82442006-01-16 22:14:19 -0800489
Paul Mundt939a24a2008-07-29 21:41:37 +0900490source "arch/sh/boards/Kconfig"
Paul Mundtf3d22292007-05-14 17:29:12 +0900491
Paul Mundt32351a22007-03-12 14:38:59 +0900492menu "Timer and clock configuration"
493
Magnus Damm9570ef22009-05-01 06:51:00 +0000494config SH_TIMER_TMU
495 bool "TMU timer driver"
Magnus Dammf19900b2009-05-12 10:25:54 +0000496 depends on SYS_SUPPORTS_TMU
Magnus Damm9570ef22009-05-01 06:51:00 +0000497 default y
Magnus Damm9570ef22009-05-01 06:51:00 +0000498 help
499 This enables the build of the TMU timer driver.
500
Paul Mundtf5ad8812009-01-29 18:08:58 +0900501config SH_TIMER_CMT
Magnus Dammf4257522009-04-30 04:09:26 +0000502 bool "CMT timer driver"
503 depends on SYS_SUPPORTS_CMT
504 default y
Magnus Dammf4257522009-04-30 04:09:26 +0000505 help
506 This enables build of the CMT timer driver.
Paul Mundtf5ad8812009-01-29 18:08:58 +0900507
Magnus Dammd5ed4c22009-04-30 07:02:49 +0000508config SH_TIMER_MTU2
509 bool "MTU2 timer driver"
Magnus Damm3280c882009-04-30 07:12:09 +0000510 depends on SYS_SUPPORTS_MTU2
Magnus Dammd5ed4c22009-04-30 07:02:49 +0000511 default y
Magnus Dammd5ed4c22009-04-30 07:02:49 +0000512 help
513 This enables build of the MTU2 timer driver.
514
Paul Mundtcad82442006-01-16 22:14:19 -0800515config SH_PCLK_FREQ
516 int "Peripheral clock frequency (in Hz)"
Magnus Damm870e8a22007-07-25 10:49:21 +0900517 default "27000000" if CPU_SUBTYPE_SH7343
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900518 default "31250000" if CPU_SUBTYPE_SH7619
Paul Mundt05627482007-05-15 16:25:47 +0900519 default "32000000" if CPU_SUBTYPE_SH7722
Paul Mundt178dd0c2008-04-09 17:56:18 +0900520 default "33333333" if CPU_SUBTYPE_SH7770 || CPU_SUBTYPE_SH7723 || \
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900521 CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \
Paul Mundta8f67f42007-11-26 19:54:02 +0900522 CPU_SUBTYPE_SH7203 || CPU_SUBTYPE_SH7206 || \
Paul Mundta4b1fdd2009-03-05 17:52:34 +0900523 CPU_SUBTYPE_SH7263 || CPU_SUBTYPE_MXG || \
Kuninori Morimoto47785412009-05-29 07:41:26 +0000524 CPU_SUBTYPE_SH7786 || CPU_SUBTYPE_SH7724
Paul Mundt05627482007-05-15 16:25:47 +0900525 default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R
Paul Mundtcad82442006-01-16 22:14:19 -0800526 default "66000000" if CPU_SUBTYPE_SH4_202
Paul Mundt05627482007-05-15 16:25:47 +0900527 default "50000000"
Paul Mundtcad82442006-01-16 22:14:19 -0800528 help
529 This option is used to specify the peripheral clock frequency.
530 This is necessary for determining the reference clock value on
531 platforms lacking an RTC.
532
Paul Mundt36aa1e32009-05-22 14:00:34 +0900533config SH_CLK_CPG
534 def_bool y
535
Paul Mundt253b0882009-05-13 17:38:11 +0900536config SH_CLK_CPG_LEGACY
Paul Mundt36aa1e32009-05-22 14:00:34 +0900537 depends on SH_CLK_CPG
Magnus Damm46e93712009-06-04 07:37:59 +0000538 def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE
Paul Mundt253b0882009-05-13 17:38:11 +0900539
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900540config SH_CLK_MD
541 int "CPU Mode Pin Setting"
Paul Mundt6d01f512007-11-26 18:17:21 +0900542 depends on CPU_SH2
Paul Mundt357d5942007-06-11 15:32:07 +0900543 default 6 if CPU_SUBTYPE_SH7206
544 default 5 if CPU_SUBTYPE_SH7619
545 default 0
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900546 help
Yoshinori Sato11cbb702006-12-07 18:07:27 +0900547 MD2 - MD0 pin setting.
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900548
Paul Mundt57be2b42007-05-09 17:33:24 +0900549source "kernel/time/Kconfig"
550
Paul Mundt32351a22007-03-12 14:38:59 +0900551endmenu
552
Paul Mundtcad82442006-01-16 22:14:19 -0800553menu "CPU Frequency scaling"
554
555source "drivers/cpufreq/Kconfig"
556
557config SH_CPU_FREQ
558 tristate "SuperH CPU Frequency driver"
Paul Mundtcb5ec752007-07-20 13:38:19 +0900559 depends on CPU_FREQ
Paul Mundtcad82442006-01-16 22:14:19 -0800560 select CPU_FREQ_TABLE
561 help
Paul Mundt8a655052008-12-17 15:06:54 +0900562 This adds the cpufreq driver for SuperH. Any CPU that supports
563 clock rate rounding through the clock framework can use this
564 driver. While it will make the kernel slightly larger, this is
565 harmless for CPUs that don't support rate rounding. The driver
566 will also generate a notice in the boot log before disabling
567 itself if the CPU in question is not capable of rate rounding.
Paul Mundtcad82442006-01-16 22:14:19 -0800568
569 For details, take a look at <file:Documentation/cpu-freq>.
570
571 If unsure, say N.
572
573endmenu
574
Paul Mundt9f5e8ee2006-11-24 11:22:57 +0900575source "arch/sh/drivers/Kconfig"
576
Paul Mundtcad82442006-01-16 22:14:19 -0800577endmenu
578
Paul Mundtcad82442006-01-16 22:14:19 -0800579menu "Kernel features"
580
Paul Mundt91b91d02006-09-27 18:08:33 +0900581source kernel/Kconfig.hz
582
Paul Mundtcad82442006-01-16 22:14:19 -0800583config KEXEC
584 bool "kexec system call (EXPERIMENTAL)"
Nobuhiro Iwamatsuf36b59d2009-03-26 08:32:37 +0000585 depends on SUPERH32 && EXPERIMENTAL && MMU
Paul Mundtcad82442006-01-16 22:14:19 -0800586 help
587 kexec is a system call that implements the ability to shutdown your
588 current kernel, and to start another kernel. It is like a reboot
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400589 but it is independent of the system firmware. And like a reboot
Paul Mundtcad82442006-01-16 22:14:19 -0800590 you can start any kernel with it, not just Linux.
591
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400592 The name comes from the similarity to the exec system call.
Paul Mundtcad82442006-01-16 22:14:19 -0800593
594 It is an ongoing process to be certain the hardware in a machine
595 is properly shutdown, so do not be surprised if this code does not
596 initially work for you. It may help to enable device hotplugging
597 support. As of this writing the exact hardware interface is
598 strongly in flux, so no good recommendation can be made.
599
Paul Mundt4d5ade52007-04-27 11:25:57 +0900600config CRASH_DUMP
601 bool "kernel crash dumps (EXPERIMENTAL)"
Paul Mundt640f7482008-04-25 13:04:56 +0900602 depends on SUPERH32 && EXPERIMENTAL
Paul Mundt4d5ade52007-04-27 11:25:57 +0900603 help
604 Generate crash dump after being started by kexec.
605 This should be normally only set in special crash dump kernels
606 which are loaded in the main kernel with kexec-tools into
607 a specially reserved region and then later executed after
608 a crash by kdump/kexec. The crash dump kernel must be compiled
609 to a memory address not used by the main kernel using
610 MEMORY_START.
611
612 For more details see Documentation/kdump/kdump.txt
613
Magnus Dammb7cf6dd2009-03-18 08:51:29 +0000614config KEXEC_JUMP
615 bool "kexec jump (EXPERIMENTAL)"
616 depends on SUPERH32 && KEXEC && HIBERNATION && EXPERIMENTAL
617 help
618 Jump between original kernel and kexeced kernel and invoke
619 code via KEXEC
620
Paul Mundtc4637d42008-07-30 15:30:52 +0900621config SECCOMP
622 bool "Enable seccomp to safely compute untrusted bytecode"
623 depends on PROC_FS
Paul Mundtc4637d42008-07-30 15:30:52 +0900624 help
625 This kernel feature is useful for number crunching applications
626 that may need to compute untrusted bytecode during their
627 execution. By using pipes or other transports made available to
628 the process as file descriptors supporting the read/write
629 syscalls, it's possible to isolate those applications in
630 their own address space using seccomp. Once seccomp is
631 enabled via prctl, it cannot be disabled and the task is only
632 allowed to execute a few safe syscalls defined by each seccomp
633 mode.
634
635 If unsure, say N.
636
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637config SMP
638 bool "Symmetric multi-processing support"
Paul Mundt357d5942007-06-11 15:32:07 +0900639 depends on SYS_SUPPORTS_SMP
Jens Axboe490f5de2008-06-10 20:52:59 +0200640 select USE_GENERIC_SMP_HELPERS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641 ---help---
642 This enables support for systems with more than one CPU. If you have
643 a system with only one CPU, like most personal computers, say N. If
644 you have a system with more than one CPU, say Y.
645
646 If you say N here, the kernel will run on single and multiprocessor
647 machines, but will use only one CPU of a multiprocessor machine. If
648 you say Y here, the kernel will run on many, but not all,
649 singleprocessor machines. On a singleprocessor machine, the kernel
650 will run faster if you say N here.
651
652 People using multiprocessor machines who say Y here should also say
653 Y to "Enhanced Real Time Clock Support", below.
654
Adrian Bunk03502fa2008-02-03 15:50:21 +0200655 See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO
656 available at <http://www.tldp.org/docs.html#howto>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657
658 If you don't know what to do here, say N.
659
660config NR_CPUS
661 int "Maximum number of CPUs (2-32)"
662 range 2 32
663 depends on SMP
Paul Mundt2eb2a432009-06-19 16:00:00 +0900664 default "4" if CPU_SUBTYPE_SHX3
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665 default "2"
666 help
667 This allows you to specify the maximum number of CPUs which this
668 kernel will support. The maximum supported value is 32 and the
669 minimum value which makes sense is 2.
670
671 This is purely to save memory - each supported CPU adds
672 approximately eight kilobytes to the kernel image.
673
Paul Mundt91b91d02006-09-27 18:08:33 +0900674source "kernel/Kconfig.preempt"
675
Paul Mundt83662462007-09-28 16:04:49 +0900676config GUSA
677 def_bool y
Stuart Menefy1efe4ce2007-11-30 16:12:36 +0900678 depends on !SMP && SUPERH32
Paul Mundt83662462007-09-28 16:04:49 +0900679 help
680 This enables support for gUSA (general UserSpace Atomicity).
681 This is the default implementation for both UP and non-ll/sc
682 CPUs, and is used by the libc, amongst others.
683
684 For additional information, design information can be found
685 in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>.
686
687 This should only be disabled for special cases where alternate
688 atomicity implementations exist.
689
Stuart Menefy1efe4ce2007-11-30 16:12:36 +0900690config GUSA_RB
691 bool "Implement atomic operations by roll-back (gRB) (EXPERIMENTAL)"
692 depends on GUSA && CPU_SH3 || (CPU_SH4 && !CPU_SH4A)
693 help
694 Enabling this option will allow the kernel to implement some
Matt LaPlante692105b2009-01-26 11:12:25 +0100695 atomic operations using a software implementation of load-locked/
Stuart Menefy1efe4ce2007-11-30 16:12:36 +0900696 store-conditional (LLSC). On machines which do not have hardware
697 LLSC, this should be more efficient than the other alternative of
Matt LaPlante692105b2009-01-26 11:12:25 +0100698 disabling interrupts around the atomic sequence.
Stuart Menefy1efe4ce2007-11-30 16:12:36 +0900699
Paul Mundt54ff3282009-06-11 10:33:09 +0300700config SPARSE_IRQ
701 bool "Support sparse irq numbering"
702 depends on EXPERIMENTAL
703 help
704 This enables support for sparse irqs. This is useful in general
705 as most CPUs have a fairly sparse array of IRQ vectors, which
706 the irq_desc then maps directly on to. Systems with a high
707 number of off-chip IRQs will want to treat this as
708 experimental until they have been independently verified.
709
710 If you don't know what to do here, say N.
711
Paul Mundtcad82442006-01-16 22:14:19 -0800712endmenu
713
714menu "Boot options"
715
716config ZERO_PAGE_OFFSET
Paul Mundtb412a49a2009-05-10 01:23:25 +0900717 hex
718 default "0x00010000" if PAGE_SIZE_64KB || SH_RTS7751R2D || \
719 SH_7751_SOLUTION_ENGINE
720 default "0x00004000" if PAGE_SIZE_16KB || SH_SH03
Paul Mundt7a847f82006-12-26 15:29:19 +0900721 default "0x00002000" if PAGE_SIZE_8KB
Paul Mundtcad82442006-01-16 22:14:19 -0800722 default "0x00001000"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723 help
Paul Mundtcad82442006-01-16 22:14:19 -0800724 This sets the default offset of zero page.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700725
Paul Mundtcad82442006-01-16 22:14:19 -0800726config BOOT_LINK_OFFSET
Paul Mundtb412a49a2009-05-10 01:23:25 +0900727 hex
728 default "0x00210000" if SH_SHMIN
Paul Mundta2e76c82009-05-10 00:54:39 +0900729 default "0x00400000" if SH_CAYMAN
Paul Mundtb412a49a2009-05-10 01:23:25 +0900730 default "0x00810000" if SH_7780_SOLUTION_ENGINE
731 default "0x009e0000" if SH_TITAN
732 default "0x01800000" if SH_SDK7780
733 default "0x02000000" if SH_EDOSK7760
Paul Mundtcad82442006-01-16 22:14:19 -0800734 default "0x00800000"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700735 help
Paul Mundtcad82442006-01-16 22:14:19 -0800736 This option allows you to set the link address offset of the zImage.
737 This can be useful if you are on a board which has a small amount of
738 memory.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739
Paul Mundtb412a49a2009-05-10 01:23:25 +0900740config ENTRY_OFFSET
741 hex
742 default "0x00001000" if PAGE_SIZE_4KB
743 default "0x00002000" if PAGE_SIZE_8KB
744 default "0x00004000" if PAGE_SIZE_16KB
745 default "0x00010000" if PAGE_SIZE_64KB
746 default "0x00000000"
747
Paul Mundtcad82442006-01-16 22:14:19 -0800748config UBC_WAKEUP
749 bool "Wakeup UBC on startup"
Paul Mundt0e3a9aa2007-11-06 15:55:36 +0900750 depends on CPU_SH4 && !CPU_SH4A
Paul Mundtcad82442006-01-16 22:14:19 -0800751 help
752 Selecting this option will wakeup the User Break Controller (UBC) on
753 startup. Although the UBC is left in an awake state when the processor
754 comes up, some boot loaders misbehave by putting the UBC to sleep in a
755 power saving state, which causes issues with things like ptrace().
Linus Torvalds1da177e2005-04-16 15:20:36 -0700756
757 If unsure, say N.
758
Paul Mundtcad82442006-01-16 22:14:19 -0800759config CMDLINE_BOOL
760 bool "Default bootloader kernel arguments"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700761
Paul Mundtcad82442006-01-16 22:14:19 -0800762config CMDLINE
763 string "Initial kernel command string"
764 depends on CMDLINE_BOOL
765 default "console=ttySC1,115200"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700766
767endmenu
768
Paul Mundtcad82442006-01-16 22:14:19 -0800769menu "Bus options"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770
Paul Mundtcad82442006-01-16 22:14:19 -0800771config SUPERHYWAY
772 tristate "SuperHyway Bus support"
773 depends on CPU_SUBTYPE_SH4_202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774
Adrian McMenamin17be2d22007-09-21 15:55:55 +0900775config MAPLE
Paul Mundte16038a2009-01-09 15:12:30 +0900776 bool "Maple Bus support"
777 depends on SH_DREAMCAST
778 help
779 The Maple Bus is SEGA's serial communication bus for peripherals
780 on the Dreamcast. Without this bus support you won't be able to
781 get your Dreamcast keyboard etc to work, so most users
782 probably want to say 'Y' here, unless you are only using the
783 Dreamcast with a serial line terminal or a remote network
784 connection.
Adrian McMenamin17be2d22007-09-21 15:55:55 +0900785
Linus Torvalds1da177e2005-04-16 15:20:36 -0700786source "arch/sh/drivers/pci/Kconfig"
787
Paul Mundte16038a2009-01-09 15:12:30 +0900788source "drivers/pci/pcie/Kconfig"
789
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790source "drivers/pci/Kconfig"
791
792source "drivers/pcmcia/Kconfig"
793
794source "drivers/pci/hotplug/Kconfig"
795
796endmenu
797
798menu "Executable file formats"
799
800source "fs/Kconfig.binfmt"
801
802endmenu
803
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900804menu "Power management options (EXPERIMENTAL)"
Magnus Dammaf998a92008-12-04 22:45:12 +0900805depends on EXPERIMENTAL
Johannes Bergf4cb5702007-12-08 02:14:00 +0100806
Magnus Dammc6f17cb2008-12-04 22:45:20 +0900807source "kernel/power/Kconfig"
808
809source "drivers/cpuidle/Kconfig"
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900810
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900811endmenu
812
Sam Ravnborgd5950b42005-07-11 21:03:49 -0700813source "net/Kconfig"
814
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815source "drivers/Kconfig"
816
817source "fs/Kconfig"
818
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819source "arch/sh/Kconfig.debug"
820
821source "security/Kconfig"
822
823source "crypto/Kconfig"
824
825source "lib/Kconfig"