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