remove Documentation/smp.txt
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / alpha / Kconfig
CommitLineData
1da177e4
LT
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5config ALPHA
6 bool
7 default y
8 help
9 The Alpha is a 64-bit general-purpose processor designed and
10 marketed by the Digital Equipment Corporation of blessed memory,
11 now Hewlett-Packard. The Alpha Linux project has a home page at
12 <http://www.alphalinux.org/>.
13
14config 64BIT
15 def_bool y
16
17config MMU
18 bool
19 default y
20
1da177e4
LT
21config RWSEM_GENERIC_SPINLOCK
22 bool
23
24config RWSEM_XCHGADD_ALGORITHM
25 bool
26 default y
27
f0d1b0b3
DH
28config ARCH_HAS_ILOG2_U32
29 bool
30 default n
31
32config ARCH_HAS_ILOG2_U64
33 bool
34 default n
35
f7c29678
AM
36config GENERIC_FIND_NEXT_BIT
37 bool
38 default y
39
1da177e4
LT
40config GENERIC_CALIBRATE_DELAY
41 bool
42 default y
43
5ac6da66
CL
44config ZONE_DMA
45 bool
46 default y
47
1da177e4
LT
48config GENERIC_ISA_DMA
49 bool
50 default y
51
52config GENERIC_IOMAP
53 bool
54 default n
55
0595bf3b
IK
56config GENERIC_HARDIRQS
57 bool
58 default y
59
60config GENERIC_IRQ_PROBE
61 bool
62 default y
63
64config AUTO_IRQ_AFFINITY
65 bool
66 depends on SMP
67 default y
68
1da177e4
LT
69source "init/Kconfig"
70
71
72menu "System setup"
73
74choice
75 prompt "Alpha system type"
76 default ALPHA_GENERIC
77 ---help---
78 This is the system type of your hardware. A "generic" kernel will
79 run on any supported Alpha system. However, if you configure a
80 kernel for your specific system, it will be faster and smaller.
81
82 To find out what type of Alpha system you have, you may want to
83 check out the Linux/Alpha FAQ, accessible on the WWW from
84 <http://www.alphalinux.org/>. In summary:
85
d7083174 86 Alcor/Alpha-XLT AS 600, AS 500, XL-300, XL-366
1da177e4
LT
87 Alpha-XL XL-233, XL-266
88 AlphaBook1 Alpha laptop
89 Avanti AS 200, AS 205, AS 250, AS 255, AS 300, AS 400
90 Cabriolet AlphaPC64, AlphaPCI64
d7083174 91 DP264 DP264 / DS20 / ES40 / DS10 / DS10L
1da177e4
LT
92 EB164 EB164 21164 evaluation board
93 EB64+ EB64+ 21064 evaluation board
94 EB66 EB66 21066 evaluation board
95 EB66+ EB66+ 21066 evaluation board
d7083174 96 Jensen DECpc 150, DEC 2000 models 300, 500
1da177e4
LT
97 LX164 AlphaPC164-LX
98 Lynx AS 2100A
d7083174 99 Miata Personal Workstation 433/500/600 a/au
1da177e4
LT
100 Marvel AlphaServer ES47 / ES80 / GS1280
101 Mikasa AS 1000
102 Noname AXPpci33, UDB (Multia)
103 Noritake AS 1000A, AS 600A, AS 800
104 PC164 AlphaPC164
105 Rawhide AS 1200, AS 4000, AS 4100
106 Ruffian RPX164-2, AlphaPC164-UX, AlphaPC164-BX
107 SX164 AlphaPC164-SX
108 Sable AS 2000, AS 2100
d7083174
JE
109 Shark DS 20L
110 Takara Takara (OEM)
111 Titan AlphaServer ES45 / DS25 / DS15
1da177e4
LT
112 Wildfire AlphaServer GS 40/80/160/320
113
114 If you don't know what to do, choose "generic".
115
116config ALPHA_GENERIC
117 bool "Generic"
118 help
119 A generic kernel will run on all supported Alpha hardware.
120
121config ALPHA_ALCOR
122 bool "Alcor/Alpha-XLT"
123 help
124 For systems using the Digital ALCOR chipset: 5 chips (4, 64-bit data
125 slices (Data Switch, DSW) - 208-pin PQFP and 1 control (Control, I/O
126 Address, CIA) - a 383 pin plastic PGA). It provides a DRAM
127 controller (256-bit memory bus) and a PCI interface. It also does
128 all the work required to support an external Bcache and to maintain
129 memory coherence when a PCI device DMAs into (or out of) memory.
130
131config ALPHA_XL
132 bool "Alpha-XL"
133 help
134 XL-233 and XL-266-based Alpha systems.
135
136config ALPHA_BOOK1
137 bool "AlphaBook1"
138 help
139 Dec AlphaBook1/Burns Alpha-based laptops.
140
141config ALPHA_AVANTI_CH
142 bool "Avanti"
143
144config ALPHA_CABRIOLET
145 bool "Cabriolet"
146 help
147 Cabriolet AlphaPC64, AlphaPCI64 systems. Derived from EB64+ but now
148 baby-AT with Flash boot ROM, no on-board SCSI or Ethernet. 3 ISA
149 slots, 4 PCI slots (one pair are on a shared slot), uses plug-in
150 Bcache SIMMs. Requires power supply with 3.3V output.
151
152config ALPHA_DP264
153 bool "DP264"
154 help
155 Various 21264 systems with the tsunami core logic chipset.
156 API Networks: 264DP, UP2000(+), CS20;
157 Compaq: DS10(E,L), XP900, XP1000, DS20(E), ES40.
158
159config ALPHA_EB164
160 bool "EB164"
161 help
162 EB164 21164 evaluation board from DEC. Uses 21164 and ALCOR. Has
163 ISA and PCI expansion (3 ISA slots, 2 64-bit PCI slots (one is
164 shared with an ISA slot) and 2 32-bit PCI slots. Uses plus-in
165 Bcache SIMMs. I/O sub-system provides SuperI/O (2S, 1P, FD), KBD,
166 MOUSE (PS2 style), RTC/NVRAM. Boot ROM is Flash. PC-AT-sized
167 motherboard. Requires power supply with 3.3V output.
168
169config ALPHA_EB64P_CH
170 bool "EB64+"
171
172config ALPHA_EB66
173 bool "EB66"
174 help
175 A Digital DS group board. Uses 21066 or 21066A. I/O sub-system is
176 identical to EB64+. Baby PC-AT size. Runs from standard PC power
177 supply. The EB66 schematic was published as a marketing poster
178 advertising the 21066 as "the first microprocessor in the world with
179 embedded PCI".
180
181config ALPHA_EB66P
182 bool "EB66+"
183 help
184 Later variant of the EB66 board.
185
186config ALPHA_EIGER
187 bool "Eiger"
188 help
189 Apparently an obscure OEM single-board computer based on the
190 Typhoon/Tsunami chipset family. Information on it is scanty.
191
192config ALPHA_JENSEN
193 bool "Jensen"
194 help
195 DEC PC 150 AXP (aka Jensen): This is a very old Digital system - one
196 of the first-generation Alpha systems. A number of these systems
197 seem to be available on the second- hand market. The Jensen is a
198 floor-standing tower system which originally used a 150MHz 21064 It
199 used programmable logic to interface a 486 EISA I/O bridge to the
200 CPU.
201
202config ALPHA_LX164
203 bool "LX164"
204 help
205 A technical overview of this board is available at
206 <http://www.unix-ag.org/Linux-Alpha/Architectures/LX164.html>.
207
208config ALPHA_LYNX
209 bool "Lynx"
210 help
211 AlphaServer 2100A-based systems.
212
213config ALPHA_MARVEL
214 bool "Marvel"
215 help
216 AlphaServer ES47 / ES80 / GS1280 based on EV7.
217
218config ALPHA_MIATA
219 bool "Miata"
220 help
221 The Digital PersonalWorkStation (PWS 433a, 433au, 500a, 500au, 600a,
222 or 600au). There is an Installation HOWTO for this hardware at
223 <http://eijk.homelinux.org/~stefan/miata.html>.
224
225config ALPHA_MIKASA
226 bool "Mikasa"
227 help
228 AlphaServer 1000-based Alpha systems.
229
230config ALPHA_NAUTILUS
231 bool "Nautilus"
232 help
233 Alpha systems based on the AMD 751 & ALI 1543C chipsets.
234
235config ALPHA_NONAME_CH
236 bool "Noname"
237
238config ALPHA_NORITAKE
239 bool "Noritake"
240 help
241 AlphaServer 1000A, AlphaServer 600A, and AlphaServer 800-based
242 systems.
243
244config ALPHA_PC164
245 bool "PC164"
246
247config ALPHA_P2K
248 bool "Platform2000"
249
250config ALPHA_RAWHIDE
251 bool "Rawhide"
252 help
253 AlphaServer 1200, AlphaServer 4000 and AlphaServer 4100 machines.
254 See HOWTO at
255 <http://www.alphalinux.org/docs/rawhide/4100_install.shtml>.
256
257config ALPHA_RUFFIAN
258 bool "Ruffian"
259 help
260 Samsung APC164UX. There is a page on known problems and workarounds
261 at <http://www.alphalinux.org/faq/FAQ-11.html>.
262
263config ALPHA_RX164
264 bool "RX164"
265
266config ALPHA_SX164
267 bool "SX164"
268
269config ALPHA_SABLE
270 bool "Sable"
271 help
272 Digital AlphaServer 2000 and 2100-based systems.
273
274config ALPHA_SHARK
275 bool "Shark"
276
277config ALPHA_TAKARA
278 bool "Takara"
279 help
280 Alpha 11164-based OEM single-board computer.
281
282config ALPHA_TITAN
283 bool "Titan"
284 help
285 AlphaServer ES45/DS25 SMP based on EV68 and Titan chipset.
286
287config ALPHA_WILDFIRE
288 bool "Wildfire"
289 help
290 AlphaServer GS 40/80/160/320 SMP based on the EV67 core.
291
292endchoice
293
294# clear all implied options (don't want default values for those):
295# Most of these machines have ISA slots; not exactly sure which don't,
296# and this doesn't activate hordes of code, so do it always.
297config ISA
298 bool
299 default y
300 help
301 Find out whether you have ISA slots on your motherboard. ISA is the
302 name of a bus system, i.e. the way the CPU talks to the other stuff
303 inside your box. Other bus systems are PCI, EISA, MicroChannel
304 (MCA) or VESA. ISA is an older system, now being displaced by PCI;
305 newer boards don't support it. If you have ISA, say Y, otherwise N.
306
5cae841b
AV
307config ISA_DMA_API
308 bool
309 default y
310
1da177e4
LT
311config PCI
312 bool
313 depends on !ALPHA_JENSEN
314 default y
315 help
316 Find out whether you have a PCI motherboard. PCI is the name of a
317 bus system, i.e. the way the CPU talks to the other stuff inside
318 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
319 VESA. If you have PCI, say Y, otherwise N.
320
1da177e4
LT
321config PCI_DOMAINS
322 bool
323 default y
324
36e23590
MW
325config PCI_SYSCALL
326 def_bool PCI
327
1da177e4
LT
328config ALPHA_CORE_AGP
329 bool
330 depends on ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL
331 default y
332
333config ALPHA_NONAME
334 bool
335 depends on ALPHA_BOOK1 || ALPHA_NONAME_CH
336 default y
337 help
338 The AXPpci33 (aka NoName), is based on the EB66 (includes the Multia
339 UDB). This design was produced by Digital's Technical OEM (TOEM)
340 group. It uses the 21066 processor running at 166MHz or 233MHz. It
341 is a baby-AT size, and runs from a standard PC power supply. It has
342 5 ISA slots and 3 PCI slots (one pair are a shared slot). There are
343 2 versions, with either PS/2 or large DIN connectors for the
344 keyboard.
345
346config ALPHA_EV4
347 bool
348 depends on ALPHA_JENSEN || (ALPHA_SABLE && !ALPHA_GAMMA) || ALPHA_LYNX || ALPHA_NORITAKE && !ALPHA_PRIMO || ALPHA_MIKASA && !ALPHA_PRIMO || ALPHA_CABRIOLET || ALPHA_AVANTI_CH || ALPHA_EB64P_CH || ALPHA_XL || ALPHA_NONAME || ALPHA_EB66 || ALPHA_EB66P || ALPHA_P2K
349 default y if !ALPHA_LYNX
350
351config ALPHA_LCA
352 bool
353 depends on ALPHA_NONAME || ALPHA_EB66 || ALPHA_EB66P || ALPHA_P2K
354 default y
355
356config ALPHA_APECS
357 bool
358 depends on !ALPHA_PRIMO && (ALPHA_NORITAKE || ALPHA_MIKASA) || ALPHA_CABRIOLET || ALPHA_AVANTI_CH || ALPHA_EB64P_CH || ALPHA_XL
359 default y
360
361config ALPHA_EB64P
362 bool
363 depends on ALPHA_CABRIOLET || ALPHA_EB64P_CH
364 default y
365 help
366 Uses 21064 or 21064A and APECs. Has ISA and PCI expansion (3 ISA,
367 2 PCI, one pair are on a shared slot). Supports 36-bit DRAM SIMs.
368 ISA bus generated by Intel SaturnI/O PCI-ISA bridge. On-board SCSI
369 (NCR 810 on PCI) Ethernet (Digital 21040), KBD, MOUSE (PS2 style),
370 SuperI/O (2S, 1P, FD), RTC/NVRAM. Boot ROM is EPROM. PC-AT size.
371 Runs from standard PC power supply.
372
373config ALPHA_EV5
374 bool "EV5 CPU(s) (model 5/xxx)?" if ALPHA_LYNX
375 default y if ALPHA_RX164 || ALPHA_RAWHIDE || ALPHA_MIATA || ALPHA_LX164 || ALPHA_SX164 || ALPHA_RUFFIAN || ALPHA_SABLE && ALPHA_GAMMA || ALPHA_NORITAKE && ALPHA_PRIMO || ALPHA_MIKASA && ALPHA_PRIMO || ALPHA_PC164 || ALPHA_TAKARA || ALPHA_EB164 || ALPHA_ALCOR
376
377config ALPHA_EV4
378 bool
379 default y if ALPHA_LYNX && !ALPHA_EV5
380
381config ALPHA_CIA
382 bool
383 depends on ALPHA_MIATA || ALPHA_LX164 || ALPHA_SX164 || ALPHA_RUFFIAN || ALPHA_NORITAKE && ALPHA_PRIMO || ALPHA_MIKASA && ALPHA_PRIMO || ALPHA_PC164 || ALPHA_TAKARA || ALPHA_EB164 || ALPHA_ALCOR
384 default y
385
386config ALPHA_EV56
387 bool "EV56 CPU (speed >= 366MHz)?" if ALPHA_ALCOR
388 default y if ALPHA_RX164 || ALPHA_MIATA || ALPHA_LX164 || ALPHA_SX164 || ALPHA_RUFFIAN || ALPHA_PC164 || ALPHA_TAKARA
389
390config ALPHA_EV56
391 prompt "EV56 CPU (speed >= 333MHz)?"
060ec3d5 392 depends on ALPHA_NORITAKE || ALPHA_PRIMO
1da177e4
LT
393
394config ALPHA_EV56
395 prompt "EV56 CPU (speed >= 400MHz)?"
396 depends on ALPHA_RAWHIDE
397
398config ALPHA_PRIMO
399 bool "EV5 CPU daughtercard (model 5/xxx)?"
400 depends on ALPHA_NORITAKE || ALPHA_MIKASA
401 help
402 Say Y if you have an AS 1000 5/xxx or an AS 1000A 5/xxx.
403
404config ALPHA_GAMMA
405 bool "EV5 CPU(s) (model 5/xxx)?"
406 depends on ALPHA_SABLE
407 help
408 Say Y if you have an AS 2000 5/xxx or an AS 2100 5/xxx.
409
410config ALPHA_GAMMA
411 bool
412 depends on ALPHA_LYNX
413 default y
414
415config ALPHA_T2
416 bool
417 depends on ALPHA_SABLE || ALPHA_LYNX
418 default y
419
420config ALPHA_PYXIS
421 bool
422 depends on ALPHA_MIATA || ALPHA_LX164 || ALPHA_SX164 || ALPHA_RUFFIAN
423 default y
424
425config ALPHA_EV6
426 bool
427 depends on ALPHA_NAUTILUS || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_SHARK || ALPHA_DP264 || ALPHA_EIGER || ALPHA_MARVEL
428 default y
429
430config ALPHA_TSUNAMI
431 bool
432 depends on ALPHA_SHARK || ALPHA_DP264 || ALPHA_EIGER
433 default y
434
435config ALPHA_EV67
436 bool "EV67 (or later) CPU (speed > 600MHz)?" if ALPHA_DP264 || ALPHA_EIGER
437 default y if ALPHA_NAUTILUS || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_SHARK || ALPHA_MARVEL
438 help
439 Is this a machine based on the EV67 core? If in doubt, select N here
440 and the machine will be treated as an EV6.
441
442config ALPHA_EV7
443 bool
444 depends on ALPHA_MARVEL
445 default y
446
447config ALPHA_MCPCIA
448 bool
449 depends on ALPHA_RAWHIDE
450 default y
451
452config ALPHA_POLARIS
453 bool
454 depends on ALPHA_RX164
455 default y
456
457config ALPHA_IRONGATE
458 bool
459 depends on ALPHA_NAUTILUS
460 default y
461
f7c29678
AM
462config GENERIC_HWEIGHT
463 bool
5e625b08 464 default y if !ALPHA_EV67
f7c29678 465
1da177e4
LT
466config ALPHA_AVANTI
467 bool
468 depends on ALPHA_XL || ALPHA_AVANTI_CH
469 default y
470 help
471 Avanti AS 200, AS 205, AS 250, AS 255, AS 300, and AS 400-based
472 Alphas. Info at
473 <http://www.unix-ag.org/Linux-Alpha/Architectures/Avanti.html>.
474
475config ALPHA_BROKEN_IRQ_MASK
476 bool
477 depends on ALPHA_GENERIC || ALPHA_PC164
478 default y
479
025a2215
JE
480config VGA_HOSE
481 bool
482 depends on ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL || ALPHA_TSUNAMI
483 default y
484 help
485 Support VGA on an arbitrary hose; needed for several platforms
486 which always have multiple hoses, and whose consoles support it.
487
488
1da177e4
LT
489config ALPHA_SRM
490 bool "Use SRM as bootloader" if ALPHA_CABRIOLET || ALPHA_AVANTI_CH || ALPHA_EB64P || ALPHA_PC164 || ALPHA_TAKARA || ALPHA_EB164 || ALPHA_ALCOR || ALPHA_MIATA || ALPHA_LX164 || ALPHA_SX164 || ALPHA_NAUTILUS || ALPHA_NONAME
491 default y if ALPHA_JENSEN || ALPHA_MIKASA || ALPHA_SABLE || ALPHA_LYNX || ALPHA_NORITAKE || ALPHA_DP264 || ALPHA_RAWHIDE || ALPHA_EIGER || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_SHARK || ALPHA_MARVEL
492 ---help---
493 There are two different types of booting firmware on Alphas: SRM,
494 which is command line driven, and ARC, which uses menus and arrow
495 keys. Details about the Linux/Alpha booting process are contained in
496 the Linux/Alpha FAQ, accessible on the WWW from
497 <http://www.alphalinux.org/>.
498
499 The usual way to load Linux on an Alpha machine is to use MILO
500 (a bootloader that lets you pass command line parameters to the
501 kernel just like lilo does for the x86 architecture) which can be
502 loaded either from ARC or can be installed directly as a permanent
503 firmware replacement from floppy (which requires changing a certain
504 jumper on the motherboard). If you want to do either of these, say N
505 here. If MILO doesn't work on your system (true for Jensen
506 motherboards), you can bypass it altogether and boot Linux directly
507 from an SRM console; say Y here in order to do that. Note that you
508 won't be able to boot from an IDE disk using SRM.
509
510 If unsure, say N.
511
512config EISA
513 bool
514 depends on ALPHA_GENERIC || ALPHA_JENSEN || ALPHA_ALCOR || ALPHA_MIKASA || ALPHA_SABLE || ALPHA_LYNX || ALPHA_NORITAKE || ALPHA_RAWHIDE
515 default y
516
a08b6b79
AV
517config ARCH_MAY_HAVE_PC_FDC
518 def_bool y
519
1da177e4
LT
520config SMP
521 bool "Symmetric multi-processing support"
522 depends on ALPHA_SABLE || ALPHA_LYNX || ALPHA_RAWHIDE || ALPHA_DP264 || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_GENERIC || ALPHA_SHARK || ALPHA_MARVEL
523 ---help---
524 This enables support for systems with more than one CPU. If you have
525 a system with only one CPU, like most personal computers, say N. If
526 you have a system with more than one CPU, say Y.
527
528 If you say N here, the kernel will run on single and multiprocessor
529 machines, but will use only one CPU of a multiprocessor machine. If
530 you say Y here, the kernel will run on many, but not all,
531 singleprocessor machines. On a singleprocessor machine, the kernel
532 will run faster if you say N here.
533
03502faa
AB
534 See also the SMP-HOWTO available at
535 <http://www.tldp.org/docs.html#howto>.
1da177e4
LT
536
537 If you don't know what to do here, say N.
538
539config HAVE_DEC_LOCK
540 bool
541 depends on SMP
542 default y
543
544config NR_CPUS
d7083174
JE
545 int "Maximum number of CPUs (2-32)"
546 range 2 32
1da177e4 547 depends on SMP
d7083174
JE
548 default "32" if ALPHA_GENERIC || ALPHA_MARVEL
549 default "4" if !ALPHA_GENERIC && !ALPHA_MARVEL
550 help
551 MARVEL support can handle a maximum of 32 CPUs, all the others
552 with working support have a maximum of 4 CPUs.
1da177e4 553
3f22ab27 554config ARCH_DISCONTIGMEM_ENABLE
1da177e4
LT
555 bool "Discontiguous Memory Support (EXPERIMENTAL)"
556 depends on EXPERIMENTAL
557 help
fc31e838 558 Say Y to support efficient handling of discontiguous physical memory,
1da177e4
LT
559 for architectures which are either NUMA (Non-Uniform Memory Access)
560 or have huge holes in the physical address space for other reasons.
561 See <file:Documentation/vm/numa> for more.
562
3f22ab27
DH
563source "mm/Kconfig"
564
1da177e4
LT
565config NUMA
566 bool "NUMA Support (EXPERIMENTAL)"
6df7c994 567 depends on DISCONTIGMEM && BROKEN
1da177e4
LT
568 help
569 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
570 Access). This option is for configuring high-end multiprocessor
571 server machines. If in doubt, say N.
572
c80d79d7
YG
573config NODES_SHIFT
574 int
575 default "7"
576 depends on NEED_MULTIPLE_NODES
577
1da177e4
LT
578# LARGE_VMALLOC is racy, if you *really* need it then fix it first
579config ALPHA_LARGE_VMALLOC
580 bool
581 ---help---
582 Process creation and other aspects of virtual memory management can
583 be streamlined if we restrict the kernel to one PGD for all vmalloc
584 allocations. This equates to about 8GB.
585
586 Under normal circumstances, this is so far and above what is needed
587 as to be laughable. However, there are certain applications (such
588 as benchmark-grade in-kernel web serving) that can make use of as
589 much vmalloc space as is available.
590
591 Say N unless you know you need gobs and gobs of vmalloc space.
592
593config VERBOSE_MCHECK
594 bool "Verbose Machine Checks"
595
596config VERBOSE_MCHECK_ON
597 int "Verbose Printing Mode (0=off, 1=on, 2=all)"
598 depends on VERBOSE_MCHECK
599 default 1
600 ---help---
601 This option allows the default printing mode to be set, and then
602 possibly overridden by a boot command argument.
603
604 For example, if one wanted the option of printing verbose
605 machine checks, but wanted the default to be as if verbose
606 machine check printing was turned off, then one would choose
607 the printing mode to be 0. Then, upon reboot, one could add
608 the boot command line "verbose_mcheck=1" to get the normal
609 verbose machine check printing, or "verbose_mcheck=2" to get
610 the maximum information available.
611
612 Take the default (1) unless you want more control or more info.
613
614source "drivers/pci/Kconfig"
615source "drivers/eisa/Kconfig"
616
617source "drivers/pcmcia/Kconfig"
618
619config SRM_ENV
620 tristate "SRM environment through procfs"
621 depends on PROC_FS
622 ---help---
623 If you enable this option, a subdirectory inside /proc called
624 /proc/srm_environment will give you access to the all important
625 SRM environment variables (those which have a name) and also
626 to all others (by their internal number).
627
628 SRM is something like a BIOS for Alpha machines. There are some
629 other such BIOSes, like AlphaBIOS, which this driver cannot
630 support (hey, that's not SRM!).
631
632 Despite the fact that this driver doesn't work on all Alphas (but
633 only on those which have SRM as their firmware), it's save to
634 build it even if your particular machine doesn't know about SRM
635 (or if you intend to compile a generic kernel). It will simply
636 not create those subdirectory in /proc (and give you some warning,
637 of course).
638
639 This driver is also available as a module and will be called
640 srm_env then.
641
642source "fs/Kconfig.binfmt"
643
644endmenu
645
d5950b43
SR
646source "net/Kconfig"
647
1da177e4
LT
648source "drivers/Kconfig"
649
650source "fs/Kconfig"
651
09cadedb 652source "kernel/Kconfig.instrumentation"
1da177e4
LT
653
654source "arch/alpha/Kconfig.debug"
655
025a2215
JE
656# DUMMY_CONSOLE may be defined in drivers/video/console/Kconfig
657# but we also need it if VGA_HOSE is set
658config DUMMY_CONSOLE
659 bool
660 depends on VGA_HOSE
661 default y
662
1da177e4
LT
663source "security/Kconfig"
664
665source "crypto/Kconfig"
666
667source "lib/Kconfig"
668