blob: 0314e325a669345eb8f9aea8d006a0bc66a13e1d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001config MMU
2 bool
3 default y
4
Christoph Lameter66701b12007-02-10 01:43:09 -08005config ZONE_DMA
6 bool
7 default y
8
Linus Torvalds1da177e2005-04-16 15:20:36 -07009config RWSEM_GENERIC_SPINLOCK
10 bool
11 default y
12
13config RWSEM_XCHGADD_ALGORITHM
14 bool
15
David Howellsf0d1b0b2006-12-08 02:37:49 -080016config ARCH_HAS_ILOG2_U32
17 bool
18 default n
19
20config ARCH_HAS_ILOG2_U64
21 bool
22 default n
23
Akinobu Mitae9f26df2006-03-26 01:39:21 -080024config GENERIC_HWEIGHT
25 bool
26 default y
27
Linus Torvalds1da177e2005-04-16 15:20:36 -070028config GENERIC_CALIBRATE_DELAY
29 bool
30 default y
31
Uwe Kleine-Königce816fa2014-04-07 15:39:19 -070032config NO_IOPORT_MAP
Al Viro5ea81762007-02-11 15:41:31 +000033 def_bool y
34
Jesper Nilsson923dd2a2007-12-05 18:10:36 +010035config FORCE_MAX_ZONEORDER
36 int
37 default 6
38
Linus Torvalds1da177e2005-04-16 15:20:36 -070039config CRIS
40 bool
41 default y
Sam Ravnborgec7748b2008-02-09 10:46:40 +010042 select HAVE_IDE
Cong Wang4c9c6a12012-05-29 15:06:15 -070043 select GENERIC_ATOMIC64
Catalin Marinasaf1839e2012-10-08 16:28:08 -070044 select HAVE_UID16
Stephen Rothwell4febd952013-03-07 15:48:16 +110045 select VIRT_TO_BUS
Will Deaconc1d7e012012-07-30 14:42:46 -070046 select ARCH_WANT_IPC_PARSE_VERSION
Thomas Gleixner15825a52011-03-17 13:39:19 +010047 select GENERIC_IRQ_SHOW
Michael S. Tsirkin4673ca82011-11-24 14:54:28 +020048 select GENERIC_IOMAP
Anna-Maria Gleixner5227b632012-05-18 16:45:46 +000049 select GENERIC_CMOS_UPDATE
David Howells786d35d2012-09-28 14:31:03 +093050 select MODULES_USE_ELF_RELA
Al Viro27d892f2012-10-26 15:15:13 -040051 select CLONE_BACKWARDS2
Al Viro86df89a2012-12-25 16:28:27 -050052 select OLD_SIGSUSPEND
Al Viroeb2f2562012-12-25 19:30:53 -050053 select OLD_SIGACTION
Rabin Vincent8fda64c2015-02-05 21:20:26 +010054 select ARCH_REQUIRE_GPIOLIB
Rabin Vincent43f70712015-02-08 16:15:19 +010055 select IRQ_DOMAIN if ETRAX_ARCH_V32
Rabin Vincenta9f75ac2015-02-08 16:14:06 +010056 select OF if ETRAX_ARCH_V32
57 select OF_EARLY_FLATTREE if ETRAX_ARCH_V32
Rabin Vincentedfb6d52015-03-09 18:48:25 +010058 select CLKSRC_MMIO if ETRAX_ARCH_V32
Rabin Vincented9fd3f2015-03-08 16:29:12 +010059 select GENERIC_CLOCKEVENTS if ETRAX_ARCH_V32
Rabin Vincentd3dad472015-03-09 18:51:31 +010060 select GENERIC_SCHED_CLOCK if ETRAX_ARCH_V32
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
H. Peter Anvinbdc80782008-02-08 04:21:26 -080062config HZ
63 int
64 default 100
65
Jesper Nilssondd820942015-01-15 17:30:40 +010066config NR_CPUS
67 int
68 default "1"
69
Rabin Vincenta9f75ac2015-02-08 16:14:06 +010070config BUILTIN_DTB
71 string "DTB to build into the kernel image"
72 depends on OF
73
Linus Torvalds1da177e2005-04-16 15:20:36 -070074source "init/Kconfig"
75
Matt Helsleydc52ddc2008-10-18 20:27:21 -070076source "kernel/Kconfig.freezer"
77
Linus Torvalds1da177e2005-04-16 15:20:36 -070078menu "General setup"
79
80source "fs/Kconfig.binfmt"
81
82config ETRAX_CMDLINE
83 string "Kernel command line"
84 default "root=/dev/mtdblock3"
85 help
86 Pass additional commands to the kernel.
87
88config ETRAX_WATCHDOG
89 bool "Enable ETRAX watchdog"
90 help
91 Enable the built-in watchdog timer support on ETRAX based embedded
92 network computers.
93
94config ETRAX_WATCHDOG_NICE_DOGGY
95 bool "Disable watchdog during Oops printouts"
96 depends on ETRAX_WATCHDOG
97 help
98 By enabling this you make sure that the watchdog does not bite while
99 printing oopses. Recommended for development systems but not for
100 production releases.
101
102config ETRAX_FAST_TIMER
103 bool "Enable ETRAX fast timer API"
104 help
105 This options enables the API to a fast timer implementation using
106 timer1 to get sub jiffie resolution timers (primarily one-shot
107 timers).
108 This is needed if CONFIG_ETRAX_SERIAL_FAST_TIMER is enabled.
109
Jesper Nilsson923dd2a2007-12-05 18:10:36 +0100110config ETRAX_KMALLOCED_MODULES
111 bool "Enable module allocation with kmalloc"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112 help
Jesper Nilsson923dd2a2007-12-05 18:10:36 +0100113 Enable module allocation with kmalloc instead of vmalloc.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114
Jesper Nilsson923dd2a2007-12-05 18:10:36 +0100115source "kernel/Kconfig.preempt"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116
Dave Hansen3f22ab22005-06-23 00:07:43 -0700117source mm/Kconfig
118
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119endmenu
120
121menu "Hardware setup"
122
123choice
124 prompt "Processor type"
125 default ETRAX100LX
126
127config ETRAX100LX
128 bool "ETRAX-100LX-v1"
Jesper Nilsson60dbd662010-07-30 17:33:07 +0200129 select ARCH_USES_GETTIMEOFFSET
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130 help
131 Support version 1 of the ETRAX 100LX.
132
133config ETRAX100LX_V2
134 bool "ETRAX-100LX-v2"
Jesper Nilsson60dbd662010-07-30 17:33:07 +0200135 select ARCH_USES_GETTIMEOFFSET
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136 help
137 Support version 2 of the ETRAX 100LX.
138
Jesper Nilsson923dd2a2007-12-05 18:10:36 +0100139config ETRAXFS
140 bool "ETRAX-FS-V32"
141 help
142 Support CRIS V32.
143
144config CRIS_MACH_ARTPEC3
145 bool "ARTPEC-3"
146 help
147 Support Axis ARTPEC-3.
148
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149endchoice
150
151config ETRAX_ARCH_V10
152 bool
153 default y if ETRAX100LX || ETRAX100LX_V2
154 default n if !(ETRAX100LX || ETRAX100LX_V2)
Josh Triplettae797bd2014-04-07 15:39:04 -0700155 select TTY
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156
Jesper Nilsson923dd2a2007-12-05 18:10:36 +0100157config ETRAX_ARCH_V32
158 bool
159 default y if (ETRAXFS || CRIS_MACH_ARTPEC3)
160 default n if !(ETRAXFS || CRIS_MACH_ARTPEC3)
161
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162config ETRAX_DRAM_SIZE
163 int "DRAM size (dec, in MB)"
164 default "8"
165 help
166 Size of DRAM (decimal in MB) typically 2, 8 or 16.
167
Jesper Nilsson923dd2a2007-12-05 18:10:36 +0100168config ETRAX_VMEM_SIZE
169 int "Video memory size (dec, in MB)"
170 depends on ETRAX_ARCH_V32 && !ETRAXFS
171 default 8 if !ETRAXFS
172 help
173 Size of Video accessible memory (decimal, in MB).
174
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175config ETRAX_FLASH_BUSWIDTH
Jesper Nilsson923dd2a2007-12-05 18:10:36 +0100176 int "Buswidth of NOR flash in bytes"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700177 default "2"
178 help
Jesper Nilsson923dd2a2007-12-05 18:10:36 +0100179 Width in bytes of the NOR Flash bus (1, 2 or 4). Is usually 2.
180
Jesper Nilsson923dd2a2007-12-05 18:10:36 +0100181config ETRAX_FLASH1_SIZE
182 int "FLASH1 size (dec, in MB. 0 = Unknown)"
183 default "0"
184
185choice
186 prompt "Product debug-port"
187 default ETRAX_DEBUG_PORT0
188
189config ETRAX_DEBUG_PORT0
190 bool "Serial-0"
191 help
192 Choose a serial port for the ETRAX debug console. Default to
193 port 0.
194
195config ETRAX_DEBUG_PORT1
196 bool "Serial-1"
197 help
198 Use serial port 1 for the console.
199
200config ETRAX_DEBUG_PORT2
201 bool "Serial-2"
202 help
203 Use serial port 2 for the console.
204
205config ETRAX_DEBUG_PORT3
206 bool "Serial-3"
207 help
208 Use serial port 3 for the console.
209
210config ETRAX_DEBUG_PORT_NULL
211 bool "disabled"
212 help
213 Disable serial-port debugging.
214
215endchoice
216
217choice
218 prompt "Kernel GDB port"
219 depends on ETRAX_KGDB
220 default ETRAX_KGDB_PORT0
221 help
222 Choose a serial port for kernel debugging. NOTE: This port should
223 not be enabled under Drivers for built-in interfaces (as it has its
224 own initialization code) and should not be the same as the debug port.
225
226config ETRAX_KGDB_PORT0
227 bool "Serial-0"
228 help
229 Use serial port 0 for kernel debugging.
230
231config ETRAX_KGDB_PORT1
232 bool "Serial-1"
233 help
234 Use serial port 1 for kernel debugging.
235
236config ETRAX_KGDB_PORT2
237 bool "Serial-2"
238 help
239 Use serial port 2 for kernel debugging.
240
241config ETRAX_KGDB_PORT3
242 bool "Serial-3"
243 help
244 Use serial port 3 for kernel debugging.
245
246endchoice
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247
248source arch/cris/arch-v10/Kconfig
Jesper Nilsson2d33d562008-02-04 22:30:31 -0800249source arch/cris/arch-v32/Kconfig
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250
251endmenu
252
Sam Ravnborgd5950b42005-07-11 21:03:49 -0700253source "net/Kconfig"
254
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255# bring in ETRAX built-in drivers
256menu "Drivers for built-in interfaces"
Jesper Nilsson2d33d562008-02-04 22:30:31 -0800257source arch/cris/arch-v10/drivers/Kconfig
258source arch/cris/arch-v32/drivers/Kconfig
Linus Torvalds1da177e2005-04-16 15:20:36 -0700259
Jesper Nilsson79e04fd2008-02-06 13:21:28 +0100260config ETRAX_AXISFLASHMAP
261 bool "Axis flash-map support"
262 select MTD
263 select MTD_CFI
264 select MTD_CFI_AMDSTD
265 select MTD_JEDECPROBE if ETRAX_ARCH_V32
Jesper Nilsson79e04fd2008-02-06 13:21:28 +0100266 select MTD_BLOCK
Jesper Nilsson79e04fd2008-02-06 13:21:28 +0100267 select MTD_COMPLEX_MAPPINGS
268 help
269 This option enables MTD mapping of flash devices. Needed to use
270 flash memories. If unsure, say Y.
271
Jesper Nilssonc974a9e2008-01-21 11:44:11 +0100272config ETRAX_SYNCHRONOUS_SERIAL
273 bool "Synchronous serial-port support"
274 help
275 Select this to enable the synchronous serial port driver.
276
277config ETRAX_SYNCHRONOUS_SERIAL_PORT0
278 bool "Synchronous serial port 0 enabled"
279 depends on ETRAX_SYNCHRONOUS_SERIAL
280 help
281 Enabled synchronous serial port 0.
282
283config ETRAX_SYNCHRONOUS_SERIAL0_DMA
284 bool "Enable DMA on synchronous serial port 0."
285 depends on ETRAX_SYNCHRONOUS_SERIAL_PORT0
286 help
287 A synchronous serial port can run in manual or DMA mode.
288 Selecting this option will make it run in DMA mode.
289
290config ETRAX_SYNCHRONOUS_SERIAL_PORT1
291 bool "Synchronous serial port 1 enabled"
292 depends on ETRAX_SYNCHRONOUS_SERIAL && (ETRAXFS || ETRAX_ARCH_V10)
293 help
294 Enabled synchronous serial port 1.
295
296config ETRAX_SYNCHRONOUS_SERIAL1_DMA
297 bool "Enable DMA on synchronous serial port 1."
298 depends on ETRAX_SYNCHRONOUS_SERIAL_PORT1
299 help
300 A synchronous serial port can run in manual or DMA mode.
301 Selecting this option will make it run in DMA mode.
302
Jesper Nilsson923dd2a2007-12-05 18:10:36 +0100303choice
304 prompt "Network LED behavior"
305 depends on ETRAX_ETHERNET
306 default ETRAX_NETWORK_LED_ON_WHEN_ACTIVITY
307
308config ETRAX_NETWORK_LED_ON_WHEN_LINK
309 bool "LED_on_when_link"
310 help
311 Selecting LED_on_when_link will light the LED when there is a
312 connection and will flash off when there is activity.
313
314 Selecting LED_on_when_activity will light the LED only when
315 there is activity.
316
317 This setting will also affect the behaviour of other activity LEDs
318 e.g. Bluetooth.
319
320config ETRAX_NETWORK_LED_ON_WHEN_ACTIVITY
321 bool "LED_on_when_activity"
322 help
323 Selecting LED_on_when_link will light the LED when there is a
324 connection and will flash off when there is activity.
325
326 Selecting LED_on_when_activity will light the LED only when
327 there is activity.
328
329 This setting will also affect the behaviour of other activity LEDs
330 e.g. Bluetooth.
331
332endchoice
333
334choice
335 prompt "Ser0 DMA out channel"
336 depends on ETRAX_SERIAL_PORT0
337 default ETRAX_SERIAL_PORT0_DMA6_OUT if ETRAX_ARCH_V32
338 default ETRAX_SERIAL_PORT0_NO_DMA_OUT if ETRAX_ARCH_V10
339
340config ETRAX_SERIAL_PORT0_NO_DMA_OUT
341 bool "Ser0 uses no DMA for output"
342 help
343 Do not use DMA for ser0 output.
344
345config ETRAX_SERIAL_PORT0_DMA6_OUT
346 bool "Ser0 uses DMA6 for output"
347 depends on ETRAXFS
348 help
349 Enables the DMA6 output channel for ser0 (ttyS0).
350 If you do not enable DMA, an interrupt for each character will be
351 used when transmitting data.
352 Normally you want to use DMA, unless you use the DMA channel for
353 something else.
354
355config ETRAX_SERIAL_PORT0_DMA0_OUT
356 bool "Ser0 uses DMA0 for output"
357 depends on CRIS_MACH_ARTPEC3
358 help
359 Enables the DMA0 output channel for ser0 (ttyS0).
360 If you do not enable DMA, an interrupt for each character will be
361 used when transmitting data.
362 Normally you want to use DMA, unless you use the DMA channel for
363 something else.
364
365endchoice
366
367choice
368 prompt "Ser0 DMA in channel "
369 depends on ETRAX_SERIAL_PORT0
370 default ETRAX_SERIAL_PORT0_NO_DMA_IN if ETRAX_ARCH_V32
371 default ETRAX_SERIAL_PORT0_DMA7_IN if ETRAX_ARCH_V10
372 help
373 What DMA channel to use for ser0.
374
375config ETRAX_SERIAL_PORT0_NO_DMA_IN
376 bool "Ser0 uses no DMA for input"
377 help
378 Do not use DMA for ser0 input.
379
380config ETRAX_SERIAL_PORT0_DMA7_IN
381 bool "Ser0 uses DMA7 for input"
382 depends on ETRAXFS
383 help
384 Enables the DMA7 input channel for ser0 (ttyS0).
385 If you do not enable DMA, an interrupt for each character will be
386 used when receiving data.
387 Normally you want to use DMA, unless you use the DMA channel for
388 something else.
389
390config ETRAX_SERIAL_PORT0_DMA1_IN
391 bool "Ser0 uses DMA1 for input"
392 depends on CRIS_MACH_ARTPEC3
393 help
394 Enables the DMA1 input channel for ser0 (ttyS0).
395 If you do not enable DMA, an interrupt for each character will be
Matt LaPlante692105b2009-01-26 11:12:25 +0100396 used when receiving data.
Jesper Nilsson923dd2a2007-12-05 18:10:36 +0100397 Normally you want to use DMA, unless you use the DMA channel for
398 something else.
399
400endchoice
401
402choice
403 prompt "Ser1 DMA in channel "
404 depends on ETRAX_SERIAL_PORT1
405 default ETRAX_SERIAL_PORT1_NO_DMA_IN if ETRAX_ARCH_V32
406 default ETRAX_SERIAL_PORT1_DMA9_IN if ETRAX_ARCH_V10
407 help
408 What DMA channel to use for ser1.
409
410config ETRAX_SERIAL_PORT1_NO_DMA_IN
411 bool "Ser1 uses no DMA for input"
412 help
413 Do not use DMA for ser1 input.
414
415config ETRAX_SERIAL_PORT1_DMA5_IN
416 bool "Ser1 uses DMA5 for input"
417 depends on ETRAX_ARCH_V32
418 help
419 Enables the DMA5 input channel for ser1 (ttyS1).
420 If you do not enable DMA, an interrupt for each character will be
421 used when receiving data.
422 Normally you want this on, unless you use the DMA channel for
423 something else.
424
425config ETRAX_SERIAL_PORT1_DMA9_IN
426 depends on ETRAX_ARCH_V10
427 bool "Ser1 uses DMA9 for input"
428
429endchoice
430
431
432choice
433 prompt "Ser1 DMA out channel"
434 depends on ETRAX_SERIAL_PORT1
435 default ETRAX_SERIAL_PORT1_NO_DMA_OUT if ETRAX_ARCH_V32
436 default ETRAX_SERIAL_PORT1_DMA8_OUT if ETRAX_ARCH_V10
437 help
438 What DMA channel to use for ser1.
439
440config ETRAX_SERIAL_PORT1_NO_DMA_OUT
441 bool "Ser1 uses no DMA for output"
442 help
443 Do not use DMA for ser1 output.
444
445config ETRAX_SERIAL_PORT1_DMA8_OUT
446 depends on ETRAX_ARCH_V10
447 bool "Ser1 uses DMA8 for output"
448
449config ETRAX_SERIAL_PORT1_DMA4_OUT
450 depends on ETRAX_ARCH_V32
451 bool "Ser1 uses DMA4 for output"
452 help
453 Enables the DMA4 output channel for ser1 (ttyS1).
454 If you do not enable DMA, an interrupt for each character will be
455 used when transmitting data.
456 Normally you want this on, unless you use the DMA channel for
457 something else.
458
459endchoice
460
461choice
462 prompt "Ser2 DMA out channel"
463 depends on ETRAX_SERIAL_PORT2
464 default ETRAX_SERIAL_PORT2_NO_DMA_OUT if ETRAX_ARCH_V32
465 default ETRAX_SERIAL_PORT2_DMA2_OUT if ETRAX_ARCH_V10
466
467config ETRAX_SERIAL_PORT2_NO_DMA_OUT
468 bool "Ser2 uses no DMA for output"
469 help
470 Do not use DMA for ser2 output.
471
472config ETRAX_SERIAL_PORT2_DMA2_OUT
473 bool "Ser2 uses DMA2 for output"
474 depends on ETRAXFS || ETRAX_ARCH_V10
475 help
476 Enables the DMA2 output channel for ser2 (ttyS2).
477 If you do not enable DMA, an interrupt for each character will be
478 used when transmitting data.
479 Normally you want to use DMA, unless you use the DMA channel for
480 something else.
481
482config ETRAX_SERIAL_PORT2_DMA6_OUT
483 bool "Ser2 uses DMA6 for output"
484 depends on CRIS_MACH_ARTPEC3
485 help
486 Enables the DMA6 output channel for ser2 (ttyS2).
487 If you do not enable DMA, an interrupt for each character will be
488 used when transmitting data.
489 Normally you want to use DMA, unless you use the DMA channel for
490 something else.
491
492endchoice
493
494choice
495 prompt "Ser2 DMA in channel"
496 depends on ETRAX_SERIAL_PORT2
497 default ETRAX_SERIAL_PORT2_NO_DMA_IN if ETRAX_ARCH_V32
498 default ETRAX_SERIAL_PORT2_DMA3_IN if ETRAX_ARCH_V10
499 help
500 What DMA channel to use for ser2.
501
502config ETRAX_SERIAL_PORT2_NO_DMA_IN
503 bool "Ser2 uses no DMA for input"
504 help
505 Do not use DMA for ser2 input.
506
507config ETRAX_SERIAL_PORT2_DMA3_IN
508 bool "Ser2 uses DMA3 for input"
509 depends on ETRAXFS || ETRAX_ARCH_V10
510 help
511 Enables the DMA3 input channel for ser2 (ttyS2).
512 If you do not enable DMA, an interrupt for each character will be
513 used when receiving data.
514 Normally you want to use DMA, unless you use the DMA channel for
515 something else.
516
517config ETRAX_SERIAL_PORT2_DMA7_IN
518 bool "Ser2 uses DMA7 for input"
519 depends on CRIS_MACH_ARTPEC3
520 help
521 Enables the DMA7 input channel for ser2 (ttyS2).
522 If you do not enable DMA, an interrupt for each character will be
Matt LaPlante692105b2009-01-26 11:12:25 +0100523 used when receiving data.
Jesper Nilsson923dd2a2007-12-05 18:10:36 +0100524 Normally you want to use DMA, unless you use the DMA channel for
525 something else.
526
527endchoice
528
529choice
530 prompt "Ser3 DMA in channel"
531 depends on ETRAX_SERIAL_PORT3
532 default ETRAX_SERIAL_PORT3_NO_DMA_IN if ETRAX_ARCH_V32
533 default ETRAX_SERIAL_PORT3_DMA5_IN if ETRAX_ARCH_V10
534 help
535 What DMA channel to use for ser3.
536
537config ETRAX_SERIAL_PORT3_NO_DMA_IN
538 bool "Ser3 uses no DMA for input"
539 help
540 Do not use DMA for ser3 input.
541
542config ETRAX_SERIAL_PORT3_DMA5_IN
543 depends on ETRAX_ARCH_V10
544 bool "DMA 5"
545
Jesper Nilsson923dd2a2007-12-05 18:10:36 +0100546endchoice
547
548choice
549 prompt "Ser3 DMA out channel"
550 depends on ETRAX_SERIAL_PORT3
551 default ETRAX_SERIAL_PORT3_NO_DMA_OUT if ETRAX_ARCH_V32
552 default ETRAX_SERIAL_PORT3_DMA4_OUT if ETRAX_ARCH_V10
553
554config ETRAX_SERIAL_PORT3_NO_DMA_OUT
555 bool "Ser3 uses no DMA for output"
556 help
557 Do not use DMA for ser3 output.
558
559config ETRAX_SERIAL_PORT3_DMA4_OUT
560 depends on ETRAX_ARCH_V10
561 bool "DMA 4"
562
Jesper Nilsson923dd2a2007-12-05 18:10:36 +0100563endchoice
564
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565endmenu
566
Geert Uytterhoevenacf83632013-05-14 13:54:21 +0200567source "drivers/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569source "fs/Kconfig"
570
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571source "arch/cris/Kconfig.debug"
572
573source "security/Kconfig"
574
575source "crypto/Kconfig"
576
577source "lib/Kconfig"