4 select HAVE_GENERIC_HARDIRQS
5 select GENERIC_IRQ_SHOW
6 select HAVE_ARCH_TRACEHOOK
17 select MN10300_HAS_ATOMIC_OPS_UNIT
18 select MN10300_HAS_CACHE_SNOOP
20 config ERRATUM_NEED_TO_RELOAD_MMUCTR
21 def_bool y if AM33_3 || AM34_2
35 config RWSEM_GENERIC_SPINLOCK
38 config RWSEM_XCHGADD_ALGORITHM
41 config GENERIC_CALIBRATE_DELAY
44 config GENERIC_CMOS_UPDATE
47 config GENERIC_HWEIGHT
50 config GENERIC_CLOCKEVENTS
59 config ARCH_HAS_ILOG2_U32
67 source "kernel/Kconfig.freezer"
70 menu "Panasonic MN10300 system setup"
74 default MN10300_UNIT_ASB2303
76 This option specifies board for which the kernel will be
77 compiled. It affects the external peripherals catered for.
79 config MN10300_UNIT_ASB2303
82 config MN10300_UNIT_ASB2305
85 config MN10300_UNIT_ASB2364
87 select SMSC911X_ARCH_HOOKS if SMSC911X
92 prompt "Processor support"
93 default MN10300_PROC_MN103E010
95 This option specifies the processor for which the kernel will be
96 compiled. It affects the on-chip peripherals catered for.
98 config MN10300_PROC_MN103E010
100 depends on MN10300_UNIT_ASB2303 || MN10300_UNIT_ASB2305
102 select MN10300_PROC_HAS_TTYSM0
103 select MN10300_PROC_HAS_TTYSM1
104 select MN10300_PROC_HAS_TTYSM2
106 config MN10300_PROC_MN2WS0050
108 depends on MN10300_UNIT_ASB2364
110 select MN10300_PROC_HAS_TTYSM0
111 select MN10300_PROC_HAS_TTYSM1
112 select MN10300_PROC_HAS_TTYSM2
116 config MN10300_HAS_ATOMIC_OPS_UNIT
119 This should be enabled if the processor has an atomic ops unit
120 capable of doing LL/SC equivalent operations.
125 depends on MN10300_PROC_MN103E010 || MN10300_PROC_MN2WS0050
128 bool "Save FPU state lazily"
130 depends on FPU && !SMP
132 Enable this to be lazy in the saving of the FPU state to the owning
133 task's thread struct. This is useful if most tasks on the system
134 don't use the FPU as only those tasks that use it will pass it
135 between them, and the state needn't be saved for a task that isn't
138 This can't be so easily used on SMP as the process that owns the FPU
139 state on a CPU may be currently running on another CPU, so for the
140 moment, it is disabled.
142 source "arch/mn10300/mm/Kconfig.cache"
144 config MN10300_TLB_USE_PIDR
147 menu "Memory layout options"
149 config KERNEL_RAM_BASE_ADDRESS
150 hex "Base address of kernel RAM"
153 config INTERRUPT_VECTOR_BASE
154 hex "Base address of vector table"
157 The base address of the vector table will be programmed into
158 the TBR register. It must be on 16MiB address boundary.
160 config KERNEL_TEXT_ADDRESS
161 hex "Base address of kernel"
164 config KERNEL_ZIMAGE_BASE_ADDRESS
165 hex "Base address of compressed vmlinux image"
168 config BOOT_STACK_OFFSET
170 default "0xF00" if SMP
171 default "0xFF0" if !SMP
173 config BOOT_STACK_SIZE
180 bool "Symmetric multi-processing support"
182 select USE_GENERIC_SMP_HELPERS
183 depends on MN10300_PROC_MN2WS0038 || MN10300_PROC_MN2WS0050
185 This enables support for systems with more than one CPU. If you have
186 a system with only one CPU, like most personal computers, say N. If
187 you have a system with more than one CPU, say Y.
189 If you say N here, the kernel will run on single and multiprocessor
190 machines, but will use only one CPU of a multiprocessor machine. If
191 you say Y here, the kernel will run on many, but not all,
192 singleprocessor machines. On a singleprocessor machine, the kernel
193 will run faster if you say N here.
195 See also <file:Documentation/x86/i386/IO-APIC.txt>,
196 <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
197 <http://www.tldp.org/docs.html#howto>.
199 If you don't know what to do here, say N.
206 source "kernel/Kconfig.preempt"
208 config MN10300_CURRENT_IN_E2
209 bool "Hold current task address in E2 register"
213 This option removes the E2/R2 register from the set available to gcc
214 for normal use and instead uses it to store the address of the
215 current process's task_struct whilst in the kernel.
217 This means the kernel doesn't need to calculate the address each time
218 "current" is used (take SP, AND with mask and dereference pointer
219 just to get the address), and instead can just use E2+offset
220 addressing each time.
222 This has no effect on userspace.
224 config MN10300_USING_JTAG
225 bool "Using JTAG to debug kernel"
228 This options indicates that JTAG will be used to debug the kernel. It
229 suppresses the use of certain hardware debugging features, such as
230 single-stepping, which are taken over completely by the JTAG unit.
232 source "kernel/Kconfig.hz"
233 source "kernel/time/Kconfig"
236 bool "Using MN10300 RTC"
237 depends on MN10300_PROC_MN103E010 || MN10300_PROC_MN2WS0050
238 select GENERIC_CMOS_UPDATE
241 This option enables support for the RTC, thus enabling time to be
242 tracked, even when system is powered down. This is available on-chip
245 config MN10300_WD_TIMER
246 bool "Using MN10300 watchdog timer"
249 This options indicates that the watchdog timer will be used.
253 depends on MN10300_UNIT_ASB2305
256 Some systems (such as the ASB2305) have PCI onboard. If you have one
257 of these boards and you wish to use the PCI facilities, say Y here.
259 The PCI-HOWTO, available from
260 <http://www.tldp.org/docs.html#howto>, contains valuable
261 information about which PCI hardware does work under Linux and which
264 source "drivers/pci/Kconfig"
266 source "drivers/pcmcia/Kconfig"
268 menu "MN10300 internal serial options"
270 config MN10300_PROC_HAS_TTYSM0
274 config MN10300_PROC_HAS_TTYSM1
278 config MN10300_PROC_HAS_TTYSM2
283 bool "Support for ttySM serial ports"
288 This option enables support for the on-chip serial ports that the
289 MN10300 has available.
291 config MN10300_TTYSM_CONSOLE
292 bool "Support for console on ttySM serial ports"
293 depends on MN10300_TTYSM
294 select SERIAL_CORE_CONSOLE
296 This option enables support for a console on the on-chip serial ports
297 that the MN10300 has available.
302 config MN10300_TTYSM0
303 bool "Enable SIF0 (/dev/ttySM0)"
304 depends on MN10300_TTYSM && MN10300_PROC_HAS_TTYSM0
306 Enable access to SIF0 through /dev/ttySM0 or gdb-stub
309 prompt "Select the timer to supply the clock for SIF0"
310 default MN10300_TTYSM0_TIMER8
311 depends on MN10300_TTYSM0
313 config MN10300_TTYSM0_TIMER8
314 bool "Use timer 8 (16-bit)"
316 config MN10300_TTYSM0_TIMER2
317 bool "Use timer 2 (8-bit)"
324 config MN10300_TTYSM1
325 bool "Enable SIF1 (/dev/ttySM1)"
326 depends on MN10300_TTYSM && MN10300_PROC_HAS_TTYSM1
328 Enable access to SIF1 through /dev/ttySM1 or gdb-stub
331 prompt "Select the timer to supply the clock for SIF1"
332 default MN10300_TTYSM1_TIMER12 \
333 if !(AM33_2 || AM33_3)
334 default MN10300_TTYSM1_TIMER9 \
336 depends on MN10300_TTYSM1
338 config MN10300_TTYSM1_TIMER12
339 bool "Use timer 12 (16-bit)"
340 depends on !(AM33_2 || AM33_3)
342 config MN10300_TTYSM1_TIMER9
343 bool "Use timer 9 (16-bit)"
344 depends on AM33_2 || AM33_3
346 config MN10300_TTYSM1_TIMER3
347 bool "Use timer 3 (8-bit)"
348 depends on AM33_2 || AM33_3
355 config MN10300_TTYSM2
356 bool "Enable SIF2 (/dev/ttySM2)"
357 depends on MN10300_TTYSM && MN10300_PROC_HAS_TTYSM2
359 Enable access to SIF2 through /dev/ttySM2 or gdb-stub
362 prompt "Select the timer to supply the clock for SIF2"
363 default MN10300_TTYSM2_TIMER3 \
364 if !(AM33_2 || AM33_3)
365 default MN10300_TTYSM2_TIMER10 \
367 depends on MN10300_TTYSM2
369 config MN10300_TTYSM2_TIMER9
370 bool "Use timer 9 (16-bit)"
371 depends on !(AM33_2 || AM33_3)
373 config MN10300_TTYSM2_TIMER1
374 bool "Use timer 1 (8-bit)"
375 depends on !(AM33_2 || AM33_3)
377 config MN10300_TTYSM2_TIMER3
378 bool "Use timer 3 (8-bit)"
379 depends on !(AM33_2 || AM33_3)
381 config MN10300_TTYSM2_TIMER10
382 bool "Use timer 10 (16-bit)"
383 depends on AM33_2 || AM33_3
387 config MN10300_TTYSM2_CTS
388 bool "Enable the use of the CTS line /dev/ttySM2"
389 depends on MN10300_TTYSM2 && AM33_2
393 menu "Interrupt request priority options"
395 comment "[!] NOTE: A lower number/level indicates a higher priority (0 is highest, 6 is lowest)"
397 comment "____Non-maskable interrupt levels____"
398 comment "The following must be set to a higher priority than local_irq_disable() and on-chip serial"
400 config DEBUGGER_IRQ_LEVEL
401 int "DEBUGGER interrupt priority"
402 depends on KERNEL_DEBUGGER
403 range 0 1 if LINUX_CLI_LEVEL = 2
404 range 0 2 if LINUX_CLI_LEVEL = 3
405 range 0 3 if LINUX_CLI_LEVEL = 4
406 range 0 4 if LINUX_CLI_LEVEL = 5
407 range 0 5 if LINUX_CLI_LEVEL = 6
410 comment "The following must be set to a higher priority than local_irq_disable()"
412 config MN10300_SERIAL_IRQ_LEVEL
413 int "MN10300 on-chip serial interrupt priority"
414 depends on MN10300_TTYSM
415 range 1 1 if LINUX_CLI_LEVEL = 2
416 range 1 2 if LINUX_CLI_LEVEL = 3
417 range 1 3 if LINUX_CLI_LEVEL = 4
418 range 1 4 if LINUX_CLI_LEVEL = 5
419 range 1 5 if LINUX_CLI_LEVEL = 6
423 comment "____Maskable interrupt levels____"
425 config LINUX_CLI_LEVEL
426 int "The highest interrupt priority excluded by local_irq_disable() (2-6)"
430 local_irq_disable() doesn't actually disable maskable interrupts -
431 what it does is restrict the levels of interrupt which are permitted
432 (a lower level indicates a higher priority) by lowering the value in
433 EPSW.IM from 7. Any interrupt is permitted for which the level is
436 Certain interrupts, such as DEBUGGER and virtual MN10300 on-chip
437 serial DMA interrupts are allowed to interrupt normal disabled
440 comment "The following must be set to a equal to or lower priority than LINUX_CLI_LEVEL"
442 config TIMER_IRQ_LEVEL
443 int "Kernel timer interrupt priority"
444 range LINUX_CLI_LEVEL 6
448 int "PCI interrupt priority"
450 range LINUX_CLI_LEVEL 6
453 config ETHERNET_IRQ_LEVEL
454 int "Ethernet interrupt priority"
455 depends on SMC91X || SMC911X || SMSC911X
456 range LINUX_CLI_LEVEL 6
459 config EXT_SERIAL_IRQ_LEVEL
460 int "External serial port interrupt priority"
461 depends on SERIAL_8250
462 range LINUX_CLI_LEVEL 6
469 menu "Power management options"
470 source kernel/power/Kconfig
476 menu "Executable formats"
478 source "fs/Kconfig.binfmt"
484 source "drivers/Kconfig"
488 source "arch/mn10300/Kconfig.debug"
490 source "security/Kconfig"
492 source "crypto/Kconfig"