blob: f86326b35b5105382066e531552cba4e637ce9f5 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002config SUPERH
Paul Mundtea0e1a92007-11-21 15:58:01 +09003 def_bool y
Christoph Hellwig582dc532020-07-14 14:18:48 +02004 select ARCH_32BIT_OFF_T
Mark Brown7563bbf2012-04-15 10:52:54 +01005 select ARCH_HAVE_CUSTOM_GPIO_H
Huang Yingdf013ff2011-07-13 13:14:22 +08006 select ARCH_HAVE_NMI_SAFE_CMPXCHG if (GUSA_RB || CPU_SH4A)
Christoph Hellwig582dc532020-07-14 14:18:48 +02007 select ARCH_HAS_BINFMT_FLAT if !MMU
8 select ARCH_HAS_GIGANTIC_PAGE
Riku Voipio957e3fa2014-12-12 16:57:44 -08009 select ARCH_HAS_GCOV_PROFILE_ALL
Christoph Hellwig582dc532020-07-14 14:18:48 +020010 select ARCH_HAS_PTE_SPECIAL
11 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
12 select ARCH_HIBERNATION_POSSIBLE if MMU
13 select ARCH_MIGHT_HAVE_PC_PARPORT
Will Deaconc1d7e012012-07-30 14:42:46 -070014 select ARCH_WANT_IPC_PARSE_VERSION
Christoph Hellwig582dc532020-07-14 14:18:48 +020015 select CLKDEV_LOOKUP
16 select CPU_NO_EFFICIENT_FFS
17 select DMA_DECLARE_COHERENT
Paul Mundtf01789c2009-06-17 10:43:13 +090018 select GENERIC_ATOMIC64
Anna-Maria Gleixner8cf200d2012-05-18 16:45:53 +000019 select GENERIC_CLOCKEVENTS
20 select GENERIC_CMOS_UPDATE if SH_SH03 || SH_DREAMCAST
Christoph Hellwig582dc532020-07-14 14:18:48 +020021 select GENERIC_IDLE_POLL_SETUP
22 select GENERIC_IRQ_SHOW
Christoph Hellwigeb01d422018-11-15 20:05:32 +010023 select GENERIC_PCI_IOMAP if PCI
Rich Felkerb46ed372016-05-26 22:18:52 +000024 select GENERIC_SCHED_CLOCK
Paul Mundt0e100e12012-05-25 13:02:48 +090025 select GENERIC_STRNCPY_FROM_USER
Paul Mundtcba8df42012-06-04 15:46:05 +090026 select GENERIC_STRNLEN_USER
Christoph Hellwig582dc532020-07-14 14:18:48 +020027 select GENERIC_SMP_IDLE_THREAD
Christoph Hellwig3c9b9ac2019-07-11 20:57:00 -070028 select GUP_GET_PTE_LOW_HIGH if X2TLB
Christoph Hellwig582dc532020-07-14 14:18:48 +020029 select HAVE_ARCH_AUDITSYSCALL
30 select HAVE_ARCH_KGDB
31 select HAVE_ARCH_TRACEHOOK
Christian Braunere1cc9d82020-06-23 01:43:23 +020032 select HAVE_COPY_THREAD_TLS
Christoph Hellwig582dc532020-07-14 14:18:48 +020033 select HAVE_DEBUG_BUGVERBOSE
34 select HAVE_DEBUG_KMEMLEAK
35 select HAVE_DYNAMIC_FTRACE
36 select HAVE_FAST_GUP if MMU
37 select HAVE_FUNCTION_GRAPH_TRACER
38 select HAVE_FUNCTION_TRACER
39 select HAVE_FUTEX_CMPXCHG if FUTEX
40 select HAVE_FTRACE_MCOUNT_RECORD
41 select HAVE_HW_BREAKPOINT
42 select HAVE_IDE if HAS_IOPORT_MAP
43 select HAVE_IOREMAP_PROT if MMU && !X2TLB
44 select HAVE_KERNEL_BZIP2
45 select HAVE_KERNEL_GZIP
46 select HAVE_KERNEL_LZMA
47 select HAVE_KERNEL_LZO
48 select HAVE_KERNEL_XZ
Chris Smithd39f5452008-09-05 17:15:39 +090049 select HAVE_KPROBES
50 select HAVE_KRETPROBES
Frederic Weisbecker01027522010-04-11 18:55:56 +020051 select HAVE_MIXED_BREAKPOINTS_REGS
Christoph Hellwig582dc532020-07-14 14:18:48 +020052 select HAVE_MOD_ARCH_SPECIFIC if DWARF_UNWINDER
53 select HAVE_NMI
54 select HAVE_OPROFILE
55 select HAVE_PATA_PLATFORM
56 select HAVE_PERF_EVENTS
57 select HAVE_REGS_AND_STACK_ACCESS_API
58 select HAVE_UID16
Masahiro Yamadad148eac2018-06-14 19:36:45 +090059 select HAVE_STACKPROTECTOR
Christoph Hellwig582dc532020-07-14 14:18:48 +020060 select HAVE_SYSCALL_TRACEPOINTS
61 select IRQ_FORCED_THREADING
62 select MAY_HAVE_SPARSE_IRQ
63 select MODULES_USE_ELF_RELA
64 select NEED_SG_DMA_LENGTH
Christoph Hellwigcd57d072020-07-14 14:18:55 +020065 select NO_DMA if !MMU && !DMA_COHERENT
Christoph Hellwig582dc532020-07-14 14:18:48 +020066 select NO_GENERIC_PCI_IOPORT_MAP if PCI
67 select OLD_SIGACTION
68 select OLD_SIGSUSPEND
69 select PCI_DOMAINS if PCI
70 select PERF_EVENTS
71 select PERF_USE_VMALLOC
72 select RTC_LIB
73 select SPARSE_IRQ
Arnd Bergmann37744fe2020-04-20 11:37:12 +020074 help
75 The SuperH is a RISC processor targeted for use in embedded systems
76 and consumer electronics; it was also used in the Sega Dreamcast
77 gaming console. The SuperH port has a home page at
78 <http://www.linux-sh.org/>.
Paul Mundt39d28a22007-11-08 18:39:33 +090079
Paul Mundtfa691512007-03-08 19:41:21 +090080config GENERIC_BUG
81 def_bool y
Arnd Bergmann37744fe2020-04-20 11:37:12 +020082 depends on BUG
Paul Mundt3767f3f2009-06-15 00:00:42 +090083
Akinobu Mitae2268c72006-03-26 01:39:35 -080084config GENERIC_HWEIGHT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090085 def_bool y
Akinobu Mitae2268c72006-03-26 01:39:35 -080086
Linus Torvalds1da177e2005-04-16 15:20:36 -070087config GENERIC_CALIBRATE_DELAY
Paul Mundtcf204fa2008-09-08 20:47:42 +090088 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -070089
Paul Mundtbdcab872008-08-04 14:09:15 +090090config GENERIC_LOCKBREAK
91 def_bool y
Thomas Gleixner7be60cc2019-10-15 21:18:05 +020092 depends on SMP && PREEMPTION
Paul Mundtbdcab872008-08-04 14:09:15 +090093
Magnus Dammaf998a92008-12-04 22:45:12 +090094config ARCH_SUSPEND_POSSIBLE
95 def_bool n
96
97config ARCH_HIBERNATION_POSSIBLE
98 def_bool n
Paul Mundt357d5942007-06-11 15:32:07 +090099
Paul Mundt0a9b0db2007-01-24 21:56:20 +0900100config SYS_SUPPORTS_APM_EMULATION
101 bool
Magnus Dammaf998a92008-12-04 22:45:12 +0900102 select ARCH_SUSPEND_POSSIBLE
Paul Mundt357d5942007-06-11 15:32:07 +0900103
Paul Mundtffb4a732009-10-27 07:22:37 +0900104config SYS_SUPPORTS_HUGETLBFS
105 bool
106
Paul Mundt357d5942007-06-11 15:32:07 +0900107config SYS_SUPPORTS_SMP
108 bool
109
110config SYS_SUPPORTS_NUMA
111 bool
112
Paul Mundtafbfb522006-12-04 18:17:28 +0900113config STACKTRACE_SUPPORT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900114 def_bool y
Paul Mundtafbfb522006-12-04 18:17:28 +0900115
116config LOCKDEP_SUPPORT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900117 def_bool y
Paul Mundtafbfb522006-12-04 18:17:28 +0900118
David Howellsf0d1b0b2006-12-08 02:37:49 -0800119config ARCH_HAS_ILOG2_U32
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900120 def_bool n
David Howellsf0d1b0b2006-12-08 02:37:49 -0800121
122config ARCH_HAS_ILOG2_U64
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900123 def_bool n
David Howellsf0d1b0b2006-12-08 02:37:49 -0800124
Uwe Kleine-Königce816fa2014-04-07 15:39:19 -0700125config NO_IOPORT_MAP
Paul Mundt37b7a972010-11-01 09:49:04 -0400126 def_bool !PCI
Geert Uytterhoeven8a8e5462020-06-17 08:55:38 +0200127 depends on !SH_SH4202_MICRODEV && !SH_SHMIN && !SH_HP6XX && \
128 !SH_SOLUTION_ENGINE
Paul Mundt86e4dd52010-05-25 20:06:13 +0900129
Magnus Damme7cc9a72008-02-07 20:18:21 +0900130config IO_TRAPPED
131 bool
132
Paul Mundtb7e68d62012-03-29 16:05:10 +0900133config SWAP_IO_SPACE
134 bool
135
Paul Mundt01be5d62009-10-27 10:35:02 +0900136config DMA_COHERENT
137 bool
138
139config DMA_NONCOHERENT
Christoph Hellwigcd57d072020-07-14 14:18:55 +0200140 def_bool !NO_DMA && !DMA_COHERENT
Christoph Hellwig6dfdf672020-07-14 14:18:56 +0200141 select ARCH_HAS_DMA_PREP_COHERENT
Christoph Hellwig6fa1d282018-05-11 08:36:53 +0200142 select ARCH_HAS_SYNC_DMA_FOR_DEVICE
Christoph Hellwig6dfdf672020-07-14 14:18:56 +0200143 select DMA_DIRECT_REMAP
Paul Mundt01be5d62009-10-27 10:35:02 +0900144
Kirill A. Shutemov69543d62015-04-14 15:46:02 -0700145config PGTABLE_LEVELS
146 default 3 if X2TLB
147 default 2
148
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149menu "System type"
150
Paul Mundtb5f42db2007-11-08 18:38:14 +0900151#
152# Processor families
153#
154config CPU_SH2
155 bool
Geert Uytterhoeven049d2802014-08-20 15:39:22 +0200156 select SH_INTC
Paul Mundtb5f42db2007-11-08 18:38:14 +0900157
158config CPU_SH2A
159 bool
160 select CPU_SH2
Paul Mundte2fcf742010-11-04 12:32:24 +0900161 select UNCACHED_MAPPING
Paul Mundtb5f42db2007-11-08 18:38:14 +0900162
Rich Felker5a846ab2016-03-17 23:09:37 +0000163config CPU_J2
164 bool
165 select CPU_SH2
166 select OF
167 select OF_EARLY_FLATTREE
168
Paul Mundtb5f42db2007-11-08 18:38:14 +0900169config CPU_SH3
170 bool
171 select CPU_HAS_INTEVT
172 select CPU_HAS_SR_RB
Geert Uytterhoeven049d2802014-08-20 15:39:22 +0200173 select SH_INTC
Magnus Dammfbfa8932014-02-20 12:54:47 +0100174 select SYS_SUPPORTS_SH_TMU
Paul Mundtb5f42db2007-11-08 18:38:14 +0900175
176config CPU_SH4
177 bool
178 select CPU_HAS_INTEVT
179 select CPU_HAS_SR_RB
Paul Mundtb5f42db2007-11-08 18:38:14 +0900180 select CPU_HAS_FPU if !CPU_SH4AL_DSP
Geert Uytterhoeven049d2802014-08-20 15:39:22 +0200181 select SH_INTC
Magnus Dammfbfa8932014-02-20 12:54:47 +0100182 select SYS_SUPPORTS_SH_TMU
Paul Mundtffb4a732009-10-27 07:22:37 +0900183 select SYS_SUPPORTS_HUGETLBFS if MMU
Paul Mundtb5f42db2007-11-08 18:38:14 +0900184
185config CPU_SH4A
186 bool
187 select CPU_SH4
188
189config CPU_SH4AL_DSP
190 bool
191 select CPU_SH4A
192 select CPU_HAS_DSP
193
194config CPU_SHX2
195 bool
196
197config CPU_SHX3
198 bool
Paul Mundt01be5d62009-10-27 10:35:02 +0900199 select DMA_COHERENT
Paul Mundt4b478ee2010-05-11 15:24:04 +0900200 select SYS_SUPPORTS_SMP
201 select SYS_SUPPORTS_NUMA
Paul Mundtb5f42db2007-11-08 18:38:14 +0900202
Paul Mundtdc65a972009-03-10 16:26:29 +0900203config ARCH_SHMOBILE
204 bool
Magnus Damm77594912009-03-13 15:23:04 +0000205 select ARCH_SUSPEND_POSSIBLE
Rafael J. Wysocki464ed182014-12-19 15:37:54 +0100206 select PM
Paul Mundtdc65a972009-03-10 16:26:29 +0900207
Matt Fleming86c8c042010-09-10 20:36:23 +0100208config CPU_HAS_PMU
209 depends on CPU_SH4 || CPU_SH4A
210 default y
211 bool
212
Paul Mundtb5f42db2007-11-08 18:38:14 +0900213choice
214 prompt "Processor sub-type selection"
215
216#
217# Processor subtypes
218#
219
220# SH-2 Processor Support
221
222config CPU_SUBTYPE_SH7619
223 bool "Support SH7619 processor"
224 select CPU_SH2
Magnus Dammfbfa8932014-02-20 12:54:47 +0100225 select SYS_SUPPORTS_SH_CMT
Paul Mundtb5f42db2007-11-08 18:38:14 +0900226
Rich Felker5a846ab2016-03-17 23:09:37 +0000227config CPU_SUBTYPE_J2
228 bool "Support J2 processor"
229 select CPU_J2
Rich Felkerb4214e42016-02-15 18:36:13 +0000230 select SYS_SUPPORTS_SMP
231 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
Rich Felker5a846ab2016-03-17 23:09:37 +0000232
Paul Mundtb5f42db2007-11-08 18:38:14 +0900233# SH-2A Processor Support
234
Peter Griffin28259992008-11-28 22:48:20 +0900235config CPU_SUBTYPE_SH7201
236 bool "Support SH7201 processor"
237 select CPU_SH2A
238 select CPU_HAS_FPU
Magnus Dammfbfa8932014-02-20 12:54:47 +0100239 select SYS_SUPPORTS_SH_MTU2
Peter Griffin28259992008-11-28 22:48:20 +0900240
Paul Mundt6d01f512007-11-26 18:17:21 +0900241config CPU_SUBTYPE_SH7203
242 bool "Support SH7203 processor"
243 select CPU_SH2A
Paul Mundt74d99a52007-11-26 20:38:36 +0900244 select CPU_HAS_FPU
Magnus Dammfbfa8932014-02-20 12:54:47 +0100245 select SYS_SUPPORTS_SH_CMT
246 select SYS_SUPPORTS_SH_MTU2
Laurent Pinchartb768ecbc2012-12-15 23:51:05 +0100247 select PINCTRL
Paul Mundt6d01f512007-11-26 18:17:21 +0900248
Paul Mundtb5f42db2007-11-08 18:38:14 +0900249config CPU_SUBTYPE_SH7206
250 bool "Support SH7206 processor"
251 select CPU_SH2A
Magnus Dammfbfa8932014-02-20 12:54:47 +0100252 select SYS_SUPPORTS_SH_CMT
253 select SYS_SUPPORTS_SH_MTU2
Paul Mundtb5f42db2007-11-08 18:38:14 +0900254
Paul Mundta8f67f42007-11-26 19:54:02 +0900255config CPU_SUBTYPE_SH7263
256 bool "Support SH7263 processor"
257 select CPU_SH2A
Paul Mundt74d99a52007-11-26 20:38:36 +0900258 select CPU_HAS_FPU
Magnus Dammfbfa8932014-02-20 12:54:47 +0100259 select SYS_SUPPORTS_SH_CMT
260 select SYS_SUPPORTS_SH_MTU2
Paul Mundta8f67f42007-11-26 19:54:02 +0900261
Phil Edworthy51ce3062012-05-09 07:59:27 +0100262config CPU_SUBTYPE_SH7264
263 bool "Support SH7264 processor"
264 select CPU_SH2A
265 select CPU_HAS_FPU
Magnus Dammfbfa8932014-02-20 12:54:47 +0100266 select SYS_SUPPORTS_SH_CMT
267 select SYS_SUPPORTS_SH_MTU2
Laurent Pinchart5946e7b2012-12-15 23:51:06 +0100268 select PINCTRL
Phil Edworthy51ce3062012-05-09 07:59:27 +0100269
Phil Edworthy0b25b7c2012-05-10 09:26:52 +0100270config CPU_SUBTYPE_SH7269
271 bool "Support SH7269 processor"
272 select CPU_SH2A
273 select CPU_HAS_FPU
Magnus Dammfbfa8932014-02-20 12:54:47 +0100274 select SYS_SUPPORTS_SH_CMT
275 select SYS_SUPPORTS_SH_MTU2
Laurent Pinchartfb872fc2012-12-15 23:51:07 +0100276 select PINCTRL
Phil Edworthy0b25b7c2012-05-10 09:26:52 +0100277
Paul Mundt2ad69902008-03-13 12:52:44 +0900278config CPU_SUBTYPE_MXG
279 bool "Support MX-G processor"
280 select CPU_SH2A
Magnus Dammfbfa8932014-02-20 12:54:47 +0100281 select SYS_SUPPORTS_SH_MTU2
Paul Mundt2ad69902008-03-13 12:52:44 +0900282 help
283 Select MX-G if running on an R8A03022BG part.
284
Paul Mundtb5f42db2007-11-08 18:38:14 +0900285# SH-3 Processor Support
286
287config CPU_SUBTYPE_SH7705
288 bool "Support SH7705 processor"
289 select CPU_SH3
290
291config CPU_SUBTYPE_SH7706
292 bool "Support SH7706 processor"
293 select CPU_SH3
294 help
295 Select SH7706 if you have a 133 Mhz SH-3 HD6417706 CPU.
296
297config CPU_SUBTYPE_SH7707
298 bool "Support SH7707 processor"
299 select CPU_SH3
300 help
301 Select SH7707 if you have a 60 Mhz SH-3 HD6417707 CPU.
302
303config CPU_SUBTYPE_SH7708
304 bool "Support SH7708 processor"
305 select CPU_SH3
306 help
307 Select SH7708 if you have a 60 Mhz SH-3 HD6417708S or
308 if you have a 100 Mhz SH-3 HD6417708R CPU.
309
310config CPU_SUBTYPE_SH7709
311 bool "Support SH7709 processor"
312 select CPU_SH3
313 help
314 Select SH7709 if you have a 80 Mhz SH-3 HD6417709 CPU.
315
316config CPU_SUBTYPE_SH7710
317 bool "Support SH7710 processor"
318 select CPU_SH3
319 select CPU_HAS_DSP
320 help
321 Select SH7710 if you have a SH3-DSP SH7710 CPU.
322
323config CPU_SUBTYPE_SH7712
324 bool "Support SH7712 processor"
325 select CPU_SH3
326 select CPU_HAS_DSP
327 help
328 Select SH7712 if you have a SH3-DSP SH7712 CPU.
329
330config CPU_SUBTYPE_SH7720
331 bool "Support SH7720 processor"
332 select CPU_SH3
333 select CPU_HAS_DSP
Magnus Dammfbfa8932014-02-20 12:54:47 +0100334 select SYS_SUPPORTS_SH_CMT
Paul Mundt7b61ca52011-06-30 15:04:38 +0900335 select USB_OHCI_SH if USB_OHCI_HCD
Laurent Pinchart85db6bf2012-12-15 23:51:08 +0100336 select PINCTRL
Paul Mundtb5f42db2007-11-08 18:38:14 +0900337 help
338 Select SH7720 if you have a SH3-DSP SH7720 CPU.
339
Yoshihiro Shimoda31a49c42007-12-26 11:45:06 +0900340config CPU_SUBTYPE_SH7721
341 bool "Support SH7721 processor"
342 select CPU_SH3
343 select CPU_HAS_DSP
Magnus Dammfbfa8932014-02-20 12:54:47 +0100344 select SYS_SUPPORTS_SH_CMT
Paul Mundt7b61ca52011-06-30 15:04:38 +0900345 select USB_OHCI_SH if USB_OHCI_HCD
Yoshihiro Shimoda31a49c42007-12-26 11:45:06 +0900346 help
347 Select SH7721 if you have a SH3-DSP SH7721 CPU.
348
Paul Mundtb5f42db2007-11-08 18:38:14 +0900349# SH-4 Processor Support
350
351config CPU_SUBTYPE_SH7750
352 bool "Support SH7750 processor"
353 select CPU_SH4
354 help
355 Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU.
356
357config CPU_SUBTYPE_SH7091
358 bool "Support SH7091 processor"
359 select CPU_SH4
360 help
361 Select SH7091 if you have an SH-4 based Sega device (such as
362 the Dreamcast, Naomi, and Naomi 2).
363
364config CPU_SUBTYPE_SH7750R
365 bool "Support SH7750R processor"
366 select CPU_SH4
367
368config CPU_SUBTYPE_SH7750S
369 bool "Support SH7750S processor"
370 select CPU_SH4
371
372config CPU_SUBTYPE_SH7751
373 bool "Support SH7751 processor"
374 select CPU_SH4
375 help
376 Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU,
377 or if you have a HD6417751R CPU.
378
379config CPU_SUBTYPE_SH7751R
380 bool "Support SH7751R processor"
381 select CPU_SH4
382
383config CPU_SUBTYPE_SH7760
384 bool "Support SH7760 processor"
385 select CPU_SH4
386
387config CPU_SUBTYPE_SH4_202
388 bool "Support SH4-202 processor"
389 select CPU_SH4
390
391# SH-4A Processor Support
392
Paul Mundt178dd0c2008-04-09 17:56:18 +0900393config CPU_SUBTYPE_SH7723
394 bool "Support SH7723 processor"
395 select CPU_SH4A
396 select CPU_SHX2
Paul Mundtdc65a972009-03-10 16:26:29 +0900397 select ARCH_SHMOBILE
Paul Mundt178dd0c2008-04-09 17:56:18 +0900398 select ARCH_SPARSEMEM_ENABLE
Magnus Dammfbfa8932014-02-20 12:54:47 +0100399 select SYS_SUPPORTS_SH_CMT
Laurent Pinchart16941a82012-12-15 23:51:10 +0100400 select PINCTRL
Paul Mundt178dd0c2008-04-09 17:56:18 +0900401 help
402 Select SH7723 if you have an SH-MobileR2 CPU.
403
Kuninori Morimoto0207a2e2009-04-16 14:40:56 +0900404config CPU_SUBTYPE_SH7724
405 bool "Support SH7724 processor"
406 select CPU_SH4A
407 select CPU_SHX2
Paul Mundt59fe7002009-04-16 15:43:42 +0900408 select ARCH_SHMOBILE
Kuninori Morimoto0207a2e2009-04-16 14:40:56 +0900409 select ARCH_SPARSEMEM_ENABLE
Magnus Dammfbfa8932014-02-20 12:54:47 +0100410 select SYS_SUPPORTS_SH_CMT
Laurent Pinchart18ebd222012-12-15 23:51:11 +0100411 select PINCTRL
Kuninori Morimoto0207a2e2009-04-16 14:40:56 +0900412 help
413 Select SH7724 if you have an SH-MobileR2R CPU.
414
Nobuhiro Iwamatsufea88a02012-04-12 15:45:32 +0900415config CPU_SUBTYPE_SH7734
416 bool "Support SH7734 processor"
417 select CPU_SH4A
418 select CPU_SHX2
Laurent Pinchart2c172182012-12-15 23:51:12 +0100419 select PINCTRL
Nobuhiro Iwamatsufea88a02012-04-12 15:45:32 +0900420 help
421 Select SH7734 if you have a SH4A SH7734 CPU.
422
Yoshihiro Shimodac01f0f12009-08-21 16:30:28 +0900423config CPU_SUBTYPE_SH7757
424 bool "Support SH7757 processor"
425 select CPU_SH4A
426 select CPU_SHX2
Laurent Pincharteb61b772012-12-15 23:51:13 +0100427 select PINCTRL
Yoshihiro Shimodac01f0f12009-08-21 16:30:28 +0900428 help
429 Select SH7757 if you have a SH4A SH7757 CPU.
430
Yoshihiro Shimoda7d740a02008-01-07 14:40:07 +0900431config CPU_SUBTYPE_SH7763
432 bool "Support SH7763 processor"
433 select CPU_SH4A
Paul Mundt7b61ca52011-06-30 15:04:38 +0900434 select USB_OHCI_SH if USB_OHCI_HCD
Yoshihiro Shimoda7d740a02008-01-07 14:40:07 +0900435 help
436 Select SH7763 if you have a SH4A SH7763(R5S77631) CPU.
437
Paul Mundtb5f42db2007-11-08 18:38:14 +0900438config CPU_SUBTYPE_SH7770
439 bool "Support SH7770 processor"
440 select CPU_SH4A
441
442config CPU_SUBTYPE_SH7780
443 bool "Support SH7780 processor"
444 select CPU_SH4A
445
446config CPU_SUBTYPE_SH7785
447 bool "Support SH7785 processor"
448 select CPU_SH4A
449 select CPU_SHX2
450 select ARCH_SPARSEMEM_ENABLE
451 select SYS_SUPPORTS_NUMA
Laurent Pinchart77bd27b2012-12-15 23:51:14 +0100452 select PINCTRL
Paul Mundtb5f42db2007-11-08 18:38:14 +0900453
Kuninori Morimoto55ba99e2009-03-03 15:40:25 +0900454config CPU_SUBTYPE_SH7786
455 bool "Support SH7786 processor"
456 select CPU_SH4A
Paul Mundt37042fb2009-03-03 15:57:02 +0900457 select CPU_SHX3
Paul Mundt8263a672009-03-17 17:49:49 +0900458 select CPU_HAS_PTEAEX
Paul Mundt2eb2a432009-06-19 16:00:00 +0900459 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
Paul Mundt7b61ca52011-06-30 15:04:38 +0900460 select USB_OHCI_SH if USB_OHCI_HCD
Paul Mundt7b61ca52011-06-30 15:04:38 +0900461 select USB_EHCI_SH if USB_EHCI_HCD
Laurent Pinchartc0fdbff2012-12-15 23:51:15 +0100462 select PINCTRL
Kuninori Morimoto55ba99e2009-03-03 15:40:25 +0900463
Paul Mundtb5f42db2007-11-08 18:38:14 +0900464config CPU_SUBTYPE_SHX3
465 bool "Support SH-X3 processor"
466 select CPU_SH4A
467 select CPU_SHX3
Paul Mundt58402632008-09-05 15:36:39 +0900468 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
Linus Walleijfdcfdfa2016-04-19 13:26:08 +0200469 select GPIOLIB
Laurent Pinchart3e347f02012-12-15 23:51:16 +0100470 select PINCTRL
Paul Mundtb5f42db2007-11-08 18:38:14 +0900471
472# SH4AL-DSP Processor Support
473
474config CPU_SUBTYPE_SH7343
475 bool "Support SH7343 processor"
476 select CPU_SH4AL_DSP
Paul Mundtdc65a972009-03-10 16:26:29 +0900477 select ARCH_SHMOBILE
Magnus Dammfbfa8932014-02-20 12:54:47 +0100478 select SYS_SUPPORTS_SH_CMT
Paul Mundtb5f42db2007-11-08 18:38:14 +0900479
480config CPU_SUBTYPE_SH7722
481 bool "Support SH7722 processor"
482 select CPU_SH4AL_DSP
483 select CPU_SHX2
Paul Mundtdc65a972009-03-10 16:26:29 +0900484 select ARCH_SHMOBILE
Paul Mundtb5f42db2007-11-08 18:38:14 +0900485 select ARCH_SPARSEMEM_ENABLE
486 select SYS_SUPPORTS_NUMA
Magnus Dammfbfa8932014-02-20 12:54:47 +0100487 select SYS_SUPPORTS_SH_CMT
Laurent Pinchartef97c3c2012-12-15 23:51:09 +0100488 select PINCTRL
Paul Mundtb5f42db2007-11-08 18:38:14 +0900489
Magnus Damm9109a302008-02-08 17:31:24 +0900490config CPU_SUBTYPE_SH7366
491 bool "Support SH7366 processor"
492 select CPU_SH4AL_DSP
493 select CPU_SHX2
Paul Mundtdc65a972009-03-10 16:26:29 +0900494 select ARCH_SHMOBILE
Magnus Damm9109a302008-02-08 17:31:24 +0900495 select ARCH_SPARSEMEM_ENABLE
496 select SYS_SUPPORTS_NUMA
Magnus Dammfbfa8932014-02-20 12:54:47 +0100497 select SYS_SUPPORTS_SH_CMT
Magnus Damm9109a302008-02-08 17:31:24 +0900498
Paul Mundt3cc000b2009-04-11 08:39:27 +0900499endchoice
500
Paul Mundtcad82442006-01-16 22:14:19 -0800501source "arch/sh/mm/Kconfig"
Paul Mundt939a24a2008-07-29 21:41:37 +0900502
Paul Mundt4690bdc2007-11-09 13:45:42 +0900503source "arch/sh/Kconfig.cpu"
Paul Mundtcad82442006-01-16 22:14:19 -0800504
Paul Mundt939a24a2008-07-29 21:41:37 +0900505source "arch/sh/boards/Kconfig"
Paul Mundtf3d22292007-05-14 17:29:12 +0900506
Paul Mundt32351a22007-03-12 14:38:59 +0900507menu "Timer and clock configuration"
508
Paul Mundtcad82442006-01-16 22:14:19 -0800509config SH_PCLK_FREQ
510 int "Peripheral clock frequency (in Hz)"
Paul Mundt8152a742009-12-29 11:09:30 +0900511 depends on SH_CLK_CPG_LEGACY
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900512 default "31250000" if CPU_SUBTYPE_SH7619
Paul Mundt8152a742009-12-29 11:09:30 +0900513 default "33333333" if CPU_SUBTYPE_SH7770 || \
514 CPU_SUBTYPE_SH7760 || \
515 CPU_SUBTYPE_SH7705 || \
516 CPU_SUBTYPE_SH7203 || \
517 CPU_SUBTYPE_SH7206 || \
518 CPU_SUBTYPE_SH7263 || \
Paul Mundt43a18392010-01-19 19:37:14 +0900519 CPU_SUBTYPE_MXG
Paul Mundt05627482007-05-15 16:25:47 +0900520 default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R
Paul Mundtcad82442006-01-16 22:14:19 -0800521 default "66000000" if CPU_SUBTYPE_SH4_202
Paul Mundt05627482007-05-15 16:25:47 +0900522 default "50000000"
Paul Mundtcad82442006-01-16 22:14:19 -0800523 help
524 This option is used to specify the peripheral clock frequency.
525 This is necessary for determining the reference clock value on
526 platforms lacking an RTC.
527
Paul Mundt36aa1e32009-05-22 14:00:34 +0900528config SH_CLK_CPG
529 def_bool y
530
Paul Mundt253b0882009-05-13 17:38:11 +0900531config SH_CLK_CPG_LEGACY
Paul Mundt36aa1e32009-05-22 14:00:34 +0900532 depends on SH_CLK_CPG
Paul Mundt43a18392010-01-19 19:37:14 +0900533 def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \
Phil Edworthy51ce3062012-05-09 07:59:27 +0100534 !CPU_SHX3 && !CPU_SUBTYPE_SH7757 && \
Paul Mundtbcb86e02012-05-10 17:20:56 +0900535 !CPU_SUBTYPE_SH7734 && !CPU_SUBTYPE_SH7264 && \
536 !CPU_SUBTYPE_SH7269
Paul Mundt253b0882009-05-13 17:38:11 +0900537
Paul Mundt32351a22007-03-12 14:38:59 +0900538endmenu
539
Paul Mundtcad82442006-01-16 22:14:19 -0800540menu "CPU Frequency scaling"
Paul Mundtcad82442006-01-16 22:14:19 -0800541source "drivers/cpufreq/Kconfig"
Paul Mundtcad82442006-01-16 22:14:19 -0800542endmenu
543
Paul Mundt9f5e8ee2006-11-24 11:22:57 +0900544source "arch/sh/drivers/Kconfig"
545
Paul Mundtcad82442006-01-16 22:14:19 -0800546endmenu
547
Paul Mundtcad82442006-01-16 22:14:19 -0800548menu "Kernel features"
549
Masahiro Yamada8636a1f2018-12-11 20:01:04 +0900550source "kernel/Kconfig.hz"
Paul Mundt91b91d02006-09-27 18:08:33 +0900551
Paul Mundtcad82442006-01-16 22:14:19 -0800552config KEXEC
553 bool "kexec system call (EXPERIMENTAL)"
Arnd Bergmann37744fe2020-04-20 11:37:12 +0200554 depends on MMU
Dave Young2965faa2015-09-09 15:38:55 -0700555 select KEXEC_CORE
Paul Mundtcad82442006-01-16 22:14:19 -0800556 help
557 kexec is a system call that implements the ability to shutdown your
558 current kernel, and to start another kernel. It is like a reboot
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400559 but it is independent of the system firmware. And like a reboot
Paul Mundtcad82442006-01-16 22:14:19 -0800560 you can start any kernel with it, not just Linux.
561
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400562 The name comes from the similarity to the exec system call.
Paul Mundtcad82442006-01-16 22:14:19 -0800563
564 It is an ongoing process to be certain the hardware in a machine
565 is properly shutdown, so do not be surprised if this code does not
Geert Uytterhoevenbf220692013-08-20 21:38:03 +0200566 initially work for you. As of this writing the exact hardware
567 interface is strongly in flux, so no good recommendation can be
568 made.
Paul Mundtcad82442006-01-16 22:14:19 -0800569
Paul Mundt4d5ade52007-04-27 11:25:57 +0900570config CRASH_DUMP
571 bool "kernel crash dumps (EXPERIMENTAL)"
Arnd Bergmann37744fe2020-04-20 11:37:12 +0200572 depends on BROKEN_ON_SMP
Paul Mundt4d5ade52007-04-27 11:25:57 +0900573 help
574 Generate crash dump after being started by kexec.
575 This should be normally only set in special crash dump kernels
576 which are loaded in the main kernel with kexec-tools into
577 a specially reserved region and then later executed after
578 a crash by kdump/kexec. The crash dump kernel must be compiled
579 to a memory address not used by the main kernel using
Simon Hormane66ac3f2011-09-15 20:13:00 +0900580 PHYSICAL_START.
Paul Mundt4d5ade52007-04-27 11:25:57 +0900581
Mauro Carvalho Chehab330d4812019-06-13 15:21:39 -0300582 For more details see Documentation/admin-guide/kdump/kdump.rst
Paul Mundt4d5ade52007-04-27 11:25:57 +0900583
Magnus Dammb7cf6dd2009-03-18 08:51:29 +0000584config KEXEC_JUMP
585 bool "kexec jump (EXPERIMENTAL)"
Arnd Bergmann37744fe2020-04-20 11:37:12 +0200586 depends on KEXEC && HIBERNATION
Magnus Dammb7cf6dd2009-03-18 08:51:29 +0000587 help
588 Jump between original kernel and kexeced kernel and invoke
589 code via KEXEC
590
Simon Hormane66ac3f2011-09-15 20:13:00 +0900591config PHYSICAL_START
592 hex "Physical address where the kernel is loaded" if (EXPERT || CRASH_DUMP)
593 default MEMORY_START
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +0900594 help
Simon Hormane66ac3f2011-09-15 20:13:00 +0900595 This gives the physical address where the kernel is loaded
596 and is ordinarily the same as MEMORY_START.
597
598 Different values are primarily used in the case of kexec on panic
599 where the fail safe kernel needs to run at a different address
600 than the panic-ed kernel.
601
Paul Mundtc4637d42008-07-30 15:30:52 +0900602config SECCOMP
603 bool "Enable seccomp to safely compute untrusted bytecode"
604 depends on PROC_FS
Paul Mundtc4637d42008-07-30 15:30:52 +0900605 help
606 This kernel feature is useful for number crunching applications
607 that may need to compute untrusted bytecode during their
608 execution. By using pipes or other transports made available to
609 the process as file descriptors supporting the read/write
610 syscalls, it's possible to isolate those applications in
611 their own address space using seccomp. Once seccomp is
612 enabled via prctl, it cannot be disabled and the task is only
613 allowed to execute a few safe syscalls defined by each seccomp
614 mode.
615
616 If unsure, say N.
617
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618config SMP
619 bool "Symmetric multi-processing support"
Paul Mundt357d5942007-06-11 15:32:07 +0900620 depends on SYS_SUPPORTS_SMP
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +0900621 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622 This enables support for systems with more than one CPU. If you have
Robert Graffham4a474152014-01-23 15:55:29 -0800623 a system with only one CPU, say N. If you have a system with more
624 than one CPU, say Y.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625
Robert Graffham4a474152014-01-23 15:55:29 -0800626 If you say N here, the kernel will run on uni- and multiprocessor
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627 machines, but will use only one CPU of a multiprocessor machine. If
628 you say Y here, the kernel will run on many, but not all,
Robert Graffham4a474152014-01-23 15:55:29 -0800629 uniprocessor machines. On a uniprocessor machine, the kernel
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630 will run faster if you say N here.
631
632 People using multiprocessor machines who say Y here should also say
633 Y to "Enhanced Real Time Clock Support", below.
634
Mauro Carvalho Chehab4f4cfa62019-06-27 14:56:51 -0300635 See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO
Alexander A. Klimov91194e92020-07-12 13:11:18 +0200636 available at <https://www.tldp.org/docs.html#howto>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637
638 If you don't know what to do here, say N.
639
640config NR_CPUS
641 int "Maximum number of CPUs (2-32)"
642 range 2 32
643 depends on SMP
Paul Mundt2eb2a432009-06-19 16:00:00 +0900644 default "4" if CPU_SUBTYPE_SHX3
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645 default "2"
646 help
647 This allows you to specify the maximum number of CPUs which this
648 kernel will support. The maximum supported value is 32 and the
649 minimum value which makes sense is 2.
650
651 This is purely to save memory - each supported CPU adds
652 approximately eight kilobytes to the kernel image.
653
Paul Mundt763142d2010-04-26 19:08:55 +0900654config HOTPLUG_CPU
655 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
Stephen Rothwell40b31362013-05-21 13:49:35 +1000656 depends on SMP
Paul Mundt763142d2010-04-26 19:08:55 +0900657 help
658 Say Y here to experiment with turning CPUs off and on. CPUs
659 can be controlled through /sys/devices/system/cpu.
660
Paul Mundt83662462007-09-28 16:04:49 +0900661config GUSA
662 def_bool y
Arnd Bergmann37744fe2020-04-20 11:37:12 +0200663 depends on !SMP
Paul Mundt83662462007-09-28 16:04:49 +0900664 help
665 This enables support for gUSA (general UserSpace Atomicity).
666 This is the default implementation for both UP and non-ll/sc
667 CPUs, and is used by the libc, amongst others.
668
669 For additional information, design information can be found
670 in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>.
671
672 This should only be disabled for special cases where alternate
673 atomicity implementations exist.
674
Stuart Menefy1efe4ce2007-11-30 16:12:36 +0900675config GUSA_RB
676 bool "Implement atomic operations by roll-back (gRB) (EXPERIMENTAL)"
677 depends on GUSA && CPU_SH3 || (CPU_SH4 && !CPU_SH4A)
678 help
679 Enabling this option will allow the kernel to implement some
Matt LaPlante692105b2009-01-26 11:12:25 +0100680 atomic operations using a software implementation of load-locked/
Stuart Menefy1efe4ce2007-11-30 16:12:36 +0900681 store-conditional (LLSC). On machines which do not have hardware
682 LLSC, this should be more efficient than the other alternative of
Matt LaPlante692105b2009-01-26 11:12:25 +0100683 disabling interrupts around the atomic sequence.
Stuart Menefy1efe4ce2007-11-30 16:12:36 +0900684
Matt Fleming86c8c042010-09-10 20:36:23 +0100685config HW_PERF_EVENTS
686 bool "Enable hardware performance counter support for perf events"
687 depends on PERF_EVENTS && CPU_HAS_PMU
688 default y
689 help
690 Enable hardware performance counter support for perf events. If
691 disabled, perf events will use software events only.
692
Paul Mundt43b87742010-04-13 14:43:03 +0900693source "drivers/sh/Kconfig"
694
Paul Mundtcad82442006-01-16 22:14:19 -0800695endmenu
696
697menu "Boot options"
698
Rich Felker190fe192016-03-26 01:24:30 +0000699config USE_BUILTIN_DTB
700 bool "Use builtin DTB"
701 default n
702 depends on SH_DEVICE_TREE
703 help
704 Link a device tree blob for particular hardware into the kernel,
705 suppressing use of the DTB pointer provided by the bootloader.
706 This option should only be used with legacy bootloaders that are
707 not capable of providing a DTB to the kernel, or for experimental
708 hardware without stable device tree bindings.
709
710config BUILTIN_DTB_SOURCE
711 string "Source file for builtin DTB"
712 default ""
713 depends on USE_BUILTIN_DTB
714 help
715 Base name (without suffix, relative to arch/sh/boot/dts) for the
716 a DTS file that will be used to produce the DTB linked into the
717 kernel.
718
Paul Mundtcad82442006-01-16 22:14:19 -0800719config ZERO_PAGE_OFFSET
Paul Mundtb412a49a2009-05-10 01:23:25 +0900720 hex
721 default "0x00010000" if PAGE_SIZE_64KB || SH_RTS7751R2D || \
722 SH_7751_SOLUTION_ENGINE
723 default "0x00004000" if PAGE_SIZE_16KB || SH_SH03
Paul Mundt7a847f82006-12-26 15:29:19 +0900724 default "0x00002000" if PAGE_SIZE_8KB
Paul Mundtcad82442006-01-16 22:14:19 -0800725 default "0x00001000"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726 help
Paul Mundtcad82442006-01-16 22:14:19 -0800727 This sets the default offset of zero page.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728
Paul Mundtcad82442006-01-16 22:14:19 -0800729config BOOT_LINK_OFFSET
Paul Mundtb412a49a2009-05-10 01:23:25 +0900730 hex
731 default "0x00210000" if SH_SHMIN
Paul Mundtb412a49a2009-05-10 01:23:25 +0900732 default "0x00810000" if SH_7780_SOLUTION_ENGINE
733 default "0x009e0000" if SH_TITAN
734 default "0x01800000" if SH_SDK7780
735 default "0x02000000" if SH_EDOSK7760
Paul Mundtcad82442006-01-16 22:14:19 -0800736 default "0x00800000"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737 help
Paul Mundtcad82442006-01-16 22:14:19 -0800738 This option allows you to set the link address offset of the zImage.
739 This can be useful if you are on a board which has a small amount of
740 memory.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741
Paul Mundtb412a49a2009-05-10 01:23:25 +0900742config ENTRY_OFFSET
743 hex
744 default "0x00001000" if PAGE_SIZE_4KB
745 default "0x00002000" if PAGE_SIZE_8KB
746 default "0x00004000" if PAGE_SIZE_16KB
747 default "0x00010000" if PAGE_SIZE_64KB
748 default "0x00000000"
749
Magnus Damm4705b2e2010-05-18 14:43:15 +0000750config ROMIMAGE_MMCIF
751 bool "Include MMCIF loader in romImage (EXPERIMENTAL)"
Kees Cook0d57af12013-01-16 18:53:26 -0800752 depends on CPU_SUBTYPE_SH7724
Magnus Damm4705b2e2010-05-18 14:43:15 +0000753 help
754 Say Y here to include experimental MMCIF loading code in
755 romImage. With this enabled it is possible to write the romImage
756 kernel image to an MMC card and boot the kernel straight from
757 the reset vector. At reset the processor Mask ROM will load the
758 first part of the romImage which in turn loads the rest the kernel
759 image to RAM using the MMCIF hardware block.
760
Pawel Molld724a9c2009-08-24 16:25:38 +0900761choice
762 prompt "Kernel command line"
763 optional
764 default CMDLINE_OVERWRITE
765 help
766 Setting this option allows the kernel command line arguments
767 to be set.
768
769config CMDLINE_OVERWRITE
770 bool "Overwrite bootloader kernel arguments"
771 help
772 Given string will overwrite any arguments passed in by
773 a bootloader.
774
775config CMDLINE_EXTEND
776 bool "Extend bootloader kernel arguments"
777 help
778 Given string will be concatenated with arguments passed in
779 by a bootloader.
780
781endchoice
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782
Paul Mundtcad82442006-01-16 22:14:19 -0800783config CMDLINE
Pawel Molld724a9c2009-08-24 16:25:38 +0900784 string "Kernel command line arguments string"
785 depends on CMDLINE_OVERWRITE || CMDLINE_EXTEND
Paul Mundtcad82442006-01-16 22:14:19 -0800786 default "console=ttySC1,115200"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787
788endmenu
789
Paul Mundtcad82442006-01-16 22:14:19 -0800790menu "Bus options"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791
Paul Mundtcad82442006-01-16 22:14:19 -0800792config SUPERHYWAY
793 tristate "SuperHyway Bus support"
794 depends on CPU_SUBTYPE_SH4_202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700795
Adrian McMenamin17be2d22007-09-21 15:55:55 +0900796config MAPLE
Paul Mundte16038a2009-01-09 15:12:30 +0900797 bool "Maple Bus support"
798 depends on SH_DREAMCAST
799 help
800 The Maple Bus is SEGA's serial communication bus for peripherals
801 on the Dreamcast. Without this bus support you won't be able to
802 get your Dreamcast keyboard etc to work, so most users
803 probably want to say 'Y' here, unless you are only using the
804 Dreamcast with a serial line terminal or a remote network
805 connection.
Adrian McMenamin17be2d22007-09-21 15:55:55 +0900806
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807endmenu
808
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900809menu "Power management options (EXPERIMENTAL)"
Johannes Bergf4cb5702007-12-08 02:14:00 +0100810
Magnus Dammc6f17cb2008-12-04 22:45:20 +0900811source "kernel/power/Kconfig"
812
813source "drivers/cpuidle/Kconfig"
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900814
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900815endmenu