Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[linux-2.6.git] / arch / cris / Kconfig
blob9c957c81c6885acd595c42d1c470a1390cef6feb
1 config MMU
2         bool
3         default y
5 config ZONE_DMA
6         bool
7         default y
9 config RWSEM_GENERIC_SPINLOCK
10         bool
11         default y
13 config RWSEM_XCHGADD_ALGORITHM
14         bool
16 config ARCH_HAS_ILOG2_U32
17         bool
18         default n
20 config ARCH_HAS_ILOG2_U64
21         bool
22         default n
24 config GENERIC_HWEIGHT
25         bool
26         default y
28 config GENERIC_CALIBRATE_DELAY
29         bool
30         default y
32 config NO_IOPORT
33         def_bool y
35 config FORCE_MAX_ZONEORDER
36         int
37         default 6
39 config CRIS
40         bool
41         default y
42         select HAVE_IDE
43         select GENERIC_ATOMIC64
44         select HAVE_UID16
45         select VIRT_TO_BUS
46         select ARCH_WANT_IPC_PARSE_VERSION
47         select GENERIC_IRQ_SHOW
48         select GENERIC_IOMAP
49         select GENERIC_SMP_IDLE_THREAD if ETRAX_ARCH_V32
50         select GENERIC_CMOS_UPDATE
51         select MODULES_USE_ELF_RELA
52         select CLONE_BACKWARDS2
53         select OLD_SIGSUSPEND
54         select OLD_SIGACTION
56 config HZ
57         int
58         default 100
60 source "init/Kconfig"
62 source "kernel/Kconfig.freezer"
64 menu "General setup"
66 source "fs/Kconfig.binfmt"
68 config ETRAX_CMDLINE
69         string "Kernel command line"
70         default "root=/dev/mtdblock3"
71         help
72           Pass additional commands to the kernel.
74 config ETRAX_WATCHDOG
75         bool "Enable ETRAX watchdog"
76         help
77           Enable the built-in watchdog timer support on ETRAX based embedded
78           network computers.
80 config ETRAX_WATCHDOG_NICE_DOGGY
81         bool "Disable watchdog during Oops printouts"
82         depends on ETRAX_WATCHDOG
83         help
84           By enabling this you make sure that the watchdog does not bite while
85           printing oopses. Recommended for development systems but not for
86           production releases.
88 config ETRAX_FAST_TIMER
89        bool "Enable ETRAX fast timer API"
90        help
91          This options enables the API to a fast timer implementation using
92          timer1 to get sub jiffie resolution timers (primarily one-shot
93          timers).
94          This is needed if CONFIG_ETRAX_SERIAL_FAST_TIMER is enabled.
96 config ETRAX_KMALLOCED_MODULES
97         bool "Enable module allocation with kmalloc"
98         help
99           Enable module allocation with kmalloc instead of vmalloc.
101 source "kernel/Kconfig.preempt"
103 source mm/Kconfig
105 endmenu
107 menu "Hardware setup"
109 choice
110         prompt "Processor type"
111         default ETRAX100LX
113 config ETRAX100LX
114         bool "ETRAX-100LX-v1"
115         select ARCH_USES_GETTIMEOFFSET
116         help
117           Support version 1 of the ETRAX 100LX.
119 config ETRAX100LX_V2
120         bool "ETRAX-100LX-v2"
121         select ARCH_USES_GETTIMEOFFSET
122         help
123           Support version 2 of the ETRAX 100LX.
125 config SVINTO_SIM
126         bool "ETRAX-100LX-for-xsim-simulator"
127         select ARCH_USES_GETTIMEOFFSET
128         help
129           Support the xsim ETRAX Simulator.
131 config ETRAXFS
132         bool "ETRAX-FS-V32"
133         help
134           Support CRIS V32.
136 config CRIS_MACH_ARTPEC3
137         bool "ARTPEC-3"
138         help
139           Support Axis ARTPEC-3.
141 endchoice
143 config ETRAX_ARCH_V10
144        bool
145        default y if ETRAX100LX || ETRAX100LX_V2
146        default n if !(ETRAX100LX || ETRAX100LX_V2)
148 config ETRAX_ARCH_V32
149        bool
150        default y if (ETRAXFS || CRIS_MACH_ARTPEC3)
151        default n if !(ETRAXFS || CRIS_MACH_ARTPEC3)
153 config ETRAX_DRAM_SIZE
154         int "DRAM size (dec, in MB)"
155         default "8"
156         help
157           Size of DRAM (decimal in MB) typically 2, 8 or 16.
159 config ETRAX_VMEM_SIZE
160        int "Video memory size (dec, in MB)"
161        depends on ETRAX_ARCH_V32 && !ETRAXFS
162        default 8 if !ETRAXFS
163        help
164         Size of Video accessible memory (decimal, in MB).
166 config ETRAX_FLASH_BUSWIDTH
167         int "Buswidth of NOR flash in bytes"
168         default "2"
169         help
170           Width in bytes of the NOR Flash bus (1, 2 or 4). Is usually 2.
172 config ETRAX_FLASH1_SIZE
173        int "FLASH1 size (dec, in MB. 0 = Unknown)"
174        default "0"
176 choice
177         prompt "Product debug-port"
178         default ETRAX_DEBUG_PORT0
180 config ETRAX_DEBUG_PORT0
181         bool "Serial-0"
182         help
183           Choose a serial port for the ETRAX debug console.  Default to
184           port 0.
186 config ETRAX_DEBUG_PORT1
187         bool "Serial-1"
188         help
189           Use serial port 1 for the console.
191 config ETRAX_DEBUG_PORT2
192         bool "Serial-2"
193         help
194           Use serial port 2 for the console.
196 config ETRAX_DEBUG_PORT3
197         bool "Serial-3"
198         help
199           Use serial port 3 for the console.
201 config ETRAX_DEBUG_PORT_NULL
202         bool "disabled"
203         help
204           Disable serial-port debugging.
206 endchoice
208 choice
209         prompt "Kernel GDB port"
210         depends on ETRAX_KGDB
211         default ETRAX_KGDB_PORT0
212         help
213           Choose a serial port for kernel debugging.  NOTE: This port should
214           not be enabled under Drivers for built-in interfaces (as it has its
215           own initialization code) and should not be the same as the debug port.
217 config ETRAX_KGDB_PORT0
218         bool "Serial-0"
219         help
220           Use serial port 0 for kernel debugging.
222 config ETRAX_KGDB_PORT1
223         bool "Serial-1"
224         help
225           Use serial port 1 for kernel debugging.
227 config ETRAX_KGDB_PORT2
228         bool "Serial-2"
229         help
230           Use serial port 2 for kernel debugging.
232 config ETRAX_KGDB_PORT3
233         bool "Serial-3"
234         help
235           Use serial port 3 for kernel debugging.
237 endchoice
239 source arch/cris/arch-v10/Kconfig
240 source arch/cris/arch-v32/Kconfig
242 endmenu
244 source "net/Kconfig"
246 # bring in ETRAX built-in drivers
247 menu "Drivers for built-in interfaces"
248 source arch/cris/arch-v10/drivers/Kconfig
249 source arch/cris/arch-v32/drivers/Kconfig
251 config ETRAX_AXISFLASHMAP
252         bool "Axis flash-map support"
253         select MTD
254         select MTD_CFI
255         select MTD_CFI_AMDSTD
256         select MTD_JEDECPROBE if ETRAX_ARCH_V32
257         select MTD_BLOCK
258         select MTD_COMPLEX_MAPPINGS
259         help
260           This option enables MTD mapping of flash devices.  Needed to use
261           flash memories.  If unsure, say Y.
263 config ETRAX_SYNCHRONOUS_SERIAL
264         bool "Synchronous serial-port support"
265         help
266           Select this to enable the synchronous serial port driver.
268 config ETRAX_SYNCHRONOUS_SERIAL_PORT0
269         bool "Synchronous serial port 0 enabled"
270         depends on ETRAX_SYNCHRONOUS_SERIAL
271         help
272           Enabled synchronous serial port 0.
274 config ETRAX_SYNCHRONOUS_SERIAL0_DMA
275         bool "Enable DMA on synchronous serial port 0."
276         depends on ETRAX_SYNCHRONOUS_SERIAL_PORT0
277         help
278           A synchronous serial port can run in manual or DMA mode.
279           Selecting this option will make it run in DMA mode.
281 config ETRAX_SYNCHRONOUS_SERIAL_PORT1
282         bool "Synchronous serial port 1 enabled"
283         depends on ETRAX_SYNCHRONOUS_SERIAL && (ETRAXFS || ETRAX_ARCH_V10)
284         help
285           Enabled synchronous serial port 1.
287 config ETRAX_SYNCHRONOUS_SERIAL1_DMA
288         bool "Enable DMA on synchronous serial port 1."
289         depends on ETRAX_SYNCHRONOUS_SERIAL_PORT1
290         help
291           A synchronous serial port can run in manual or DMA mode.
292           Selecting this option will make it run in DMA mode.
294 choice
295         prompt "Network LED behavior"
296         depends on ETRAX_ETHERNET
297         default ETRAX_NETWORK_LED_ON_WHEN_ACTIVITY
299 config ETRAX_NETWORK_LED_ON_WHEN_LINK
300         bool "LED_on_when_link"
301         help
302           Selecting LED_on_when_link will light the LED when there is a
303           connection and will flash off when there is activity.
305           Selecting LED_on_when_activity will light the LED only when
306           there is activity.
308           This setting will also affect the behaviour of other activity LEDs
309           e.g. Bluetooth.
311 config ETRAX_NETWORK_LED_ON_WHEN_ACTIVITY
312         bool "LED_on_when_activity"
313         help
314           Selecting LED_on_when_link will light the LED when there is a
315           connection and will flash off when there is activity.
317           Selecting LED_on_when_activity will light the LED only when
318           there is activity.
320           This setting will also affect the behaviour of other activity LEDs
321           e.g. Bluetooth.
323 endchoice
325 choice
326         prompt "Ser0 DMA out channel"
327         depends on ETRAX_SERIAL_PORT0
328         default ETRAX_SERIAL_PORT0_DMA6_OUT if ETRAX_ARCH_V32
329         default ETRAX_SERIAL_PORT0_NO_DMA_OUT if ETRAX_ARCH_V10
331 config ETRAX_SERIAL_PORT0_NO_DMA_OUT
332         bool "Ser0 uses no DMA for output"
333         help
334           Do not use DMA for ser0 output.
336 config ETRAX_SERIAL_PORT0_DMA6_OUT
337         bool "Ser0 uses DMA6 for output"
338         depends on ETRAXFS
339         help
340           Enables the DMA6 output channel for ser0 (ttyS0).
341           If you do not enable DMA, an interrupt for each character will be
342           used when transmitting data.
343           Normally you want to use DMA, unless you use the DMA channel for
344           something else.
346 config ETRAX_SERIAL_PORT0_DMA0_OUT
347         bool "Ser0 uses DMA0 for output"
348         depends on CRIS_MACH_ARTPEC3
349         help
350           Enables the DMA0 output channel for ser0 (ttyS0).
351           If you do not enable DMA, an interrupt for each character will be
352           used when transmitting data.
353           Normally you want to use DMA, unless you use the DMA channel for
354           something else.
356 endchoice
358 choice
359         prompt "Ser0 DMA in channel "
360         depends on ETRAX_SERIAL_PORT0
361         default ETRAX_SERIAL_PORT0_NO_DMA_IN if ETRAX_ARCH_V32
362         default ETRAX_SERIAL_PORT0_DMA7_IN if ETRAX_ARCH_V10
363         help
364           What DMA channel to use for ser0.
366 config ETRAX_SERIAL_PORT0_NO_DMA_IN
367         bool "Ser0 uses no DMA for input"
368         help
369           Do not use DMA for ser0 input.
371 config ETRAX_SERIAL_PORT0_DMA7_IN
372         bool "Ser0 uses DMA7 for input"
373         depends on ETRAXFS
374         help
375           Enables the DMA7 input channel for ser0 (ttyS0).
376           If you do not enable DMA, an interrupt for each character will be
377           used when receiving data.
378           Normally you want to use DMA, unless you use the DMA channel for
379           something else.
381 config ETRAX_SERIAL_PORT0_DMA1_IN
382         bool "Ser0 uses DMA1 for input"
383         depends on CRIS_MACH_ARTPEC3
384         help
385           Enables the DMA1 input channel for ser0 (ttyS0).
386           If you do not enable DMA, an interrupt for each character will be
387           used when receiving data.
388           Normally you want to use DMA, unless you use the DMA channel for
389           something else.
391 endchoice
393 choice
394         prompt "Ser1 DMA in channel "
395         depends on ETRAX_SERIAL_PORT1
396         default ETRAX_SERIAL_PORT1_NO_DMA_IN if ETRAX_ARCH_V32
397         default ETRAX_SERIAL_PORT1_DMA9_IN if ETRAX_ARCH_V10
398         help
399           What DMA channel to use for ser1.
401 config ETRAX_SERIAL_PORT1_NO_DMA_IN
402         bool "Ser1 uses no DMA for input"
403         help
404           Do not use DMA for ser1 input.
406 config ETRAX_SERIAL_PORT1_DMA5_IN
407         bool "Ser1 uses DMA5 for input"
408         depends on ETRAX_ARCH_V32
409         help
410           Enables the DMA5 input channel for ser1 (ttyS1).
411           If you do not enable DMA, an interrupt for each character will be
412           used when receiving data.
413           Normally you want this on, unless you use the DMA channel for
414           something else.
416 config ETRAX_SERIAL_PORT1_DMA9_IN
417         depends on ETRAX_ARCH_V10
418         bool "Ser1 uses DMA9 for input"
420 endchoice
423 choice
424         prompt "Ser1 DMA out channel"
425         depends on ETRAX_SERIAL_PORT1
426         default ETRAX_SERIAL_PORT1_NO_DMA_OUT if ETRAX_ARCH_V32
427         default ETRAX_SERIAL_PORT1_DMA8_OUT if ETRAX_ARCH_V10
428         help
429           What DMA channel to use for ser1.
431 config ETRAX_SERIAL_PORT1_NO_DMA_OUT
432         bool "Ser1 uses no DMA for output"
433         help
434           Do not use DMA for ser1 output.
436 config ETRAX_SERIAL_PORT1_DMA8_OUT
437         depends on ETRAX_ARCH_V10
438         bool "Ser1 uses DMA8 for output"
440 config ETRAX_SERIAL_PORT1_DMA4_OUT
441         depends on ETRAX_ARCH_V32
442         bool "Ser1 uses DMA4 for output"
443         help
444           Enables the DMA4 output channel for ser1 (ttyS1).
445           If you do not enable DMA, an interrupt for each character will be
446           used when transmitting data.
447           Normally you want this on, unless you use the DMA channel for
448           something else.
450 endchoice
452 choice
453         prompt "Ser2 DMA out channel"
454         depends on ETRAX_SERIAL_PORT2
455         default ETRAX_SERIAL_PORT2_NO_DMA_OUT if ETRAX_ARCH_V32
456         default ETRAX_SERIAL_PORT2_DMA2_OUT if ETRAX_ARCH_V10
458 config ETRAX_SERIAL_PORT2_NO_DMA_OUT
459         bool "Ser2 uses no DMA for output"
460         help
461           Do not use DMA for ser2 output.
463 config ETRAX_SERIAL_PORT2_DMA2_OUT
464         bool "Ser2 uses DMA2 for output"
465         depends on ETRAXFS || ETRAX_ARCH_V10
466         help
467           Enables the DMA2 output channel for ser2 (ttyS2).
468           If you do not enable DMA, an interrupt for each character will be
469           used when transmitting data.
470           Normally you want to use DMA, unless you use the DMA channel for
471           something else.
473 config ETRAX_SERIAL_PORT2_DMA6_OUT
474         bool "Ser2 uses DMA6 for output"
475         depends on CRIS_MACH_ARTPEC3
476         help
477           Enables the DMA6 output channel for ser2 (ttyS2).
478           If you do not enable DMA, an interrupt for each character will be
479           used when transmitting data.
480           Normally you want to use DMA, unless you use the DMA channel for
481           something else.
483 endchoice
485 choice
486         prompt "Ser2 DMA in channel"
487         depends on ETRAX_SERIAL_PORT2
488         default ETRAX_SERIAL_PORT2_NO_DMA_IN if ETRAX_ARCH_V32
489         default ETRAX_SERIAL_PORT2_DMA3_IN if ETRAX_ARCH_V10
490         help
491           What DMA channel to use for ser2.
493 config ETRAX_SERIAL_PORT2_NO_DMA_IN
494         bool "Ser2 uses no DMA for input"
495         help
496           Do not use DMA for ser2 input.
498 config ETRAX_SERIAL_PORT2_DMA3_IN
499         bool "Ser2 uses DMA3 for input"
500         depends on ETRAXFS || ETRAX_ARCH_V10
501         help
502           Enables the DMA3 input channel for ser2 (ttyS2).
503           If you do not enable DMA, an interrupt for each character will be
504           used when receiving data.
505           Normally you want to use DMA, unless you use the DMA channel for
506           something else.
508 config ETRAX_SERIAL_PORT2_DMA7_IN
509         bool "Ser2 uses DMA7 for input"
510         depends on CRIS_MACH_ARTPEC3
511         help
512           Enables the DMA7 input channel for ser2 (ttyS2).
513           If you do not enable DMA, an interrupt for each character will be
514           used when receiving data.
515           Normally you want to use DMA, unless you use the DMA channel for
516           something else.
518 endchoice
520 choice
521         prompt "Ser3 DMA in channel"
522         depends on ETRAX_SERIAL_PORT3
523         default ETRAX_SERIAL_PORT3_NO_DMA_IN if ETRAX_ARCH_V32
524         default ETRAX_SERIAL_PORT3_DMA5_IN if ETRAX_ARCH_V10
525         help
526           What DMA channel to use for ser3.
528 config ETRAX_SERIAL_PORT3_NO_DMA_IN
529         bool "Ser3 uses no DMA for input"
530         help
531           Do not use DMA for ser3 input.
533 config ETRAX_SERIAL_PORT3_DMA5_IN
534         depends on ETRAX_ARCH_V10
535         bool "DMA 5"
537 endchoice
539 choice
540         prompt "Ser3 DMA out channel"
541         depends on ETRAX_SERIAL_PORT3
542         default ETRAX_SERIAL_PORT3_NO_DMA_OUT if ETRAX_ARCH_V32
543         default ETRAX_SERIAL_PORT3_DMA4_OUT if ETRAX_ARCH_V10
545 config ETRAX_SERIAL_PORT3_NO_DMA_OUT
546         bool "Ser3 uses no DMA for output"
547         help
548           Do not use DMA for ser3 output.
550 config ETRAX_SERIAL_PORT3_DMA4_OUT
551         depends on ETRAX_ARCH_V10
552         bool "DMA 4"
554 endchoice
556 endmenu
558 source "drivers/Kconfig"
560 source "fs/Kconfig"
562 source "arch/cris/Kconfig.debug"
564 source "security/Kconfig"
566 source "crypto/Kconfig"
568 source "lib/Kconfig"