Merge branch 'x86/crashdump' into cpus4096
[linux-2.6] / arch / x86 / Kconfig
1 # x86 configuration
2 mainmenu "Linux Kernel Configuration for x86"
3
4 # Select 32 or 64 bit
5 config 64BIT
6         bool "64-bit kernel" if ARCH = "x86"
7         default ARCH = "x86_64"
8         help
9           Say yes to build a 64-bit kernel - formerly known as x86_64
10           Say no to build a 32-bit kernel - formerly known as i386
11
12 config X86_32
13         def_bool !64BIT
14
15 config X86_64
16         def_bool 64BIT
17
18 ### Arch settings
19 config X86
20         def_bool y
21         select HAVE_AOUT if X86_32
22         select HAVE_UNSTABLE_SCHED_CLOCK
23         select HAVE_IDE
24         select HAVE_OPROFILE
25         select HAVE_IOREMAP_PROT
26         select HAVE_KPROBES
27         select ARCH_WANT_OPTIONAL_GPIOLIB
28         select HAVE_KRETPROBES
29         select HAVE_FTRACE_MCOUNT_RECORD
30         select HAVE_DYNAMIC_FTRACE
31         select HAVE_FUNCTION_TRACER
32         select HAVE_FUNCTION_GRAPH_TRACER
33         select HAVE_FUNCTION_TRACE_MCOUNT_TEST
34         select HAVE_KVM if ((X86_32 && !X86_VOYAGER && !X86_VISWS && !X86_NUMAQ) || X86_64)
35         select HAVE_ARCH_KGDB if !X86_VOYAGER
36         select HAVE_ARCH_TRACEHOOK
37         select HAVE_GENERIC_DMA_COHERENT if X86_32
38         select HAVE_EFFICIENT_UNALIGNED_ACCESS
39         select USER_STACKTRACE_SUPPORT
40
41 config ARCH_DEFCONFIG
42         string
43         default "arch/x86/configs/i386_defconfig" if X86_32
44         default "arch/x86/configs/x86_64_defconfig" if X86_64
45
46 config GENERIC_TIME
47         def_bool y
48
49 config GENERIC_CMOS_UPDATE
50         def_bool y
51
52 config CLOCKSOURCE_WATCHDOG
53         def_bool y
54
55 config GENERIC_CLOCKEVENTS
56         def_bool y
57
58 config GENERIC_CLOCKEVENTS_BROADCAST
59         def_bool y
60         depends on X86_64 || (X86_32 && X86_LOCAL_APIC)
61
62 config LOCKDEP_SUPPORT
63         def_bool y
64
65 config STACKTRACE_SUPPORT
66         def_bool y
67
68 config HAVE_LATENCYTOP_SUPPORT
69         def_bool y
70
71 config FAST_CMPXCHG_LOCAL
72         bool
73         default y
74
75 config MMU
76         def_bool y
77
78 config ZONE_DMA
79         def_bool y
80
81 config SBUS
82         bool
83
84 config GENERIC_ISA_DMA
85         def_bool y
86
87 config GENERIC_IOMAP
88         def_bool y
89
90 config GENERIC_BUG
91         def_bool y
92         depends on BUG
93
94 config GENERIC_HWEIGHT
95         def_bool y
96
97 config GENERIC_GPIO
98         bool
99
100 config ARCH_MAY_HAVE_PC_FDC
101         def_bool y
102
103 config RWSEM_GENERIC_SPINLOCK
104         def_bool !X86_XADD
105
106 config RWSEM_XCHGADD_ALGORITHM
107         def_bool X86_XADD
108
109 config ARCH_HAS_CPU_IDLE_WAIT
110         def_bool y
111
112 config GENERIC_CALIBRATE_DELAY
113         def_bool y
114
115 config GENERIC_TIME_VSYSCALL
116         bool
117         default X86_64
118
119 config ARCH_HAS_CPU_RELAX
120         def_bool y
121
122 config ARCH_HAS_DEFAULT_IDLE
123         def_bool y
124
125 config ARCH_HAS_CACHE_LINE_SIZE
126         def_bool y
127
128 config HAVE_SETUP_PER_CPU_AREA
129         def_bool X86_64_SMP || (X86_SMP && !X86_VOYAGER)
130
131 config HAVE_CPUMASK_OF_CPU_MAP
132         def_bool X86_64_SMP
133
134 config ARCH_HIBERNATION_POSSIBLE
135         def_bool y
136         depends on !SMP || !X86_VOYAGER
137
138 config ARCH_SUSPEND_POSSIBLE
139         def_bool y
140         depends on !X86_VOYAGER
141
142 config ZONE_DMA32
143         bool
144         default X86_64
145
146 config ARCH_POPULATES_NODE_MAP
147         def_bool y
148
149 config AUDIT_ARCH
150         bool
151         default X86_64
152
153 config ARCH_SUPPORTS_OPTIMIZED_INLINING
154         def_bool y
155
156 # Use the generic interrupt handling code in kernel/irq/:
157 config GENERIC_HARDIRQS
158         bool
159         default y
160
161 config GENERIC_IRQ_PROBE
162         bool
163         default y
164
165 config GENERIC_PENDING_IRQ
166         bool
167         depends on GENERIC_HARDIRQS && SMP
168         default y
169
170 config X86_SMP
171         bool
172         depends on SMP && ((X86_32 && !X86_VOYAGER) || X86_64)
173         default y
174
175 config USE_GENERIC_SMP_HELPERS
176         def_bool y
177         depends on SMP
178
179 config X86_32_SMP
180         def_bool y
181         depends on X86_32 && SMP
182
183 config X86_64_SMP
184         def_bool y
185         depends on X86_64 && SMP
186
187 config X86_HT
188         bool
189         depends on SMP
190         depends on (X86_32 && !X86_VOYAGER) || X86_64
191         default y
192
193 config X86_BIOS_REBOOT
194         bool
195         depends on !X86_VOYAGER
196         default y
197
198 config X86_TRAMPOLINE
199         bool
200         depends on X86_SMP || (X86_VOYAGER && SMP) || (64BIT && ACPI_SLEEP)
201         default y
202
203 config KTIME_SCALAR
204         def_bool X86_32
205 source "init/Kconfig"
206 source "kernel/Kconfig.freezer"
207
208 menu "Processor type and features"
209
210 source "kernel/time/Kconfig"
211
212 config SMP
213         bool "Symmetric multi-processing support"
214         ---help---
215           This enables support for systems with more than one CPU. If you have
216           a system with only one CPU, like most personal computers, say N. If
217           you have a system with more than one CPU, say Y.
218
219           If you say N here, the kernel will run on single and multiprocessor
220           machines, but will use only one CPU of a multiprocessor machine. If
221           you say Y here, the kernel will run on many, but not all,
222           singleprocessor machines. On a singleprocessor machine, the kernel
223           will run faster if you say N here.
224
225           Note that if you say Y here and choose architecture "586" or
226           "Pentium" under "Processor family", the kernel will not work on 486
227           architectures. Similarly, multiprocessor kernels for the "PPro"
228           architecture may not work on all Pentium based boards.
229
230           People using multiprocessor machines who say Y here should also say
231           Y to "Enhanced Real Time Clock Support", below. The "Advanced Power
232           Management" code will be disabled if you say Y here.
233
234           See also <file:Documentation/i386/IO-APIC.txt>,
235           <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
236           <http://www.tldp.org/docs.html#howto>.
237
238           If you don't know what to do here, say N.
239
240 config X86_HAS_BOOT_CPU_ID
241         def_bool y
242         depends on X86_VOYAGER
243
244 config SPARSE_IRQ
245         bool "Support sparse irq numbering"
246         depends on PCI_MSI || HT_IRQ
247         default y
248         help
249           This enables support for sparse irq, esp for msi/msi-x. You may need
250           if you have lots of cards supports msi-x installed.
251
252           If you don't know what to do here, say Y.
253
254 config NUMA_MIGRATE_IRQ_DESC
255         bool "Move irq desc when changing irq smp_affinity"
256         depends on SPARSE_IRQ && SMP
257         default n
258         help
259           This enables moving irq_desc to cpu/node that irq will use handled.
260
261           If you don't know what to do here, say N.
262
263 config X86_FIND_SMP_CONFIG
264         def_bool y
265         depends on X86_MPPARSE || X86_VOYAGER
266
267 if ACPI
268 config X86_MPPARSE
269         def_bool y
270         bool "Enable MPS table"
271         depends on X86_LOCAL_APIC
272         help
273           For old smp systems that do not have proper acpi support. Newer systems
274           (esp with 64bit cpus) with acpi support, MADT and DSDT will override it
275 endif
276
277 if !ACPI
278 config X86_MPPARSE
279         def_bool y
280         depends on X86_LOCAL_APIC
281 endif
282
283 choice
284         prompt "Subarchitecture Type"
285         default X86_PC
286
287 config X86_PC
288         bool "PC-compatible"
289         help
290           Choose this option if your computer is a standard PC or compatible.
291
292 config X86_ELAN
293         bool "AMD Elan"
294         depends on X86_32
295         help
296           Select this for an AMD Elan processor.
297
298           Do not use this option for K6/Athlon/Opteron processors!
299
300           If unsure, choose "PC-compatible" instead.
301
302 config X86_VOYAGER
303         bool "Voyager (NCR)"
304         depends on X86_32 && (SMP || BROKEN) && !PCI
305         help
306           Voyager is an MCA-based 32-way capable SMP architecture proprietary
307           to NCR Corp.  Machine classes 345x/35xx/4100/51xx are Voyager-based.
308
309           *** WARNING ***
310
311           If you do not specifically know you have a Voyager based machine,
312           say N here, otherwise the kernel you build will not be bootable.
313
314 config X86_GENERICARCH
315        bool "Generic architecture"
316         depends on X86_32
317        help
318           This option compiles in the NUMAQ, Summit, bigsmp, ES7000, default
319           subarchitectures.  It is intended for a generic binary kernel.
320           if you select them all, kernel will probe it one by one. and will
321           fallback to default.
322
323 if X86_GENERICARCH
324
325 config X86_NUMAQ
326         bool "NUMAQ (IBM/Sequent)"
327         depends on SMP && X86_32 && PCI && X86_MPPARSE
328         select NUMA
329         help
330           This option is used for getting Linux to run on a NUMAQ (IBM/Sequent)
331           NUMA multiquad box. This changes the way that processors are
332           bootstrapped, and uses Clustered Logical APIC addressing mode instead
333           of Flat Logical.  You will need a new lynxer.elf file to flash your
334           firmware with - send email to <Martin.Bligh@us.ibm.com>.
335
336 config X86_SUMMIT
337         bool "Summit/EXA (IBM x440)"
338         depends on X86_32 && SMP
339         help
340           This option is needed for IBM systems that use the Summit/EXA chipset.
341           In particular, it is needed for the x440.
342
343 config X86_ES7000
344         bool "Support for Unisys ES7000 IA32 series"
345         depends on X86_32 && SMP
346         help
347           Support for Unisys ES7000 systems.  Say 'Y' here if this kernel is
348           supposed to run on an IA32-based Unisys ES7000 system.
349
350 config X86_BIGSMP
351         bool "Support for big SMP systems with more than 8 CPUs"
352         depends on X86_32 && SMP
353         help
354           This option is needed for the systems that have more than 8 CPUs
355           and if the system is not of any sub-arch type above.
356
357 endif
358
359 config X86_VSMP
360         bool "Support for ScaleMP vSMP"
361         select PARAVIRT
362         depends on X86_64 && PCI
363         help
364           Support for ScaleMP vSMP systems.  Say 'Y' here if this kernel is
365           supposed to run on these EM64T-based machines.  Only choose this option
366           if you have one of these machines.
367
368 endchoice
369
370 config X86_VISWS
371         bool "SGI 320/540 (Visual Workstation)"
372         depends on X86_32 && PCI && !X86_VOYAGER && X86_MPPARSE && PCI_GODIRECT
373         help
374           The SGI Visual Workstation series is an IA32-based workstation
375           based on SGI systems chips with some legacy PC hardware attached.
376
377           Say Y here to create a kernel to run on the SGI 320 or 540.
378
379           A kernel compiled for the Visual Workstation will run on general
380           PCs as well. See <file:Documentation/sgi-visws.txt> for details.
381
382 config X86_RDC321X
383         bool "RDC R-321x SoC"
384         depends on X86_32
385         select M486
386         select X86_REBOOTFIXUPS
387         help
388           This option is needed for RDC R-321x system-on-chip, also known
389           as R-8610-(G).
390           If you don't have one of these chips, you should say N here.
391
392 config SCHED_OMIT_FRAME_POINTER
393         def_bool y
394         prompt "Single-depth WCHAN output"
395         depends on X86
396         help
397           Calculate simpler /proc/<PID>/wchan values. If this option
398           is disabled then wchan values will recurse back to the
399           caller function. This provides more accurate wchan values,
400           at the expense of slightly more scheduling overhead.
401
402           If in doubt, say "Y".
403
404 menuconfig PARAVIRT_GUEST
405         bool "Paravirtualized guest support"
406         help
407           Say Y here to get to see options related to running Linux under
408           various hypervisors.  This option alone does not add any kernel code.
409
410           If you say N, all options in this submenu will be skipped and disabled.
411
412 if PARAVIRT_GUEST
413
414 source "arch/x86/xen/Kconfig"
415
416 config VMI
417         bool "VMI Guest support"
418         select PARAVIRT
419         depends on X86_32
420         depends on !X86_VOYAGER
421         help
422           VMI provides a paravirtualized interface to the VMware ESX server
423           (it could be used by other hypervisors in theory too, but is not
424           at the moment), by linking the kernel to a GPL-ed ROM module
425           provided by the hypervisor.
426
427 config KVM_CLOCK
428         bool "KVM paravirtualized clock"
429         select PARAVIRT
430         select PARAVIRT_CLOCK
431         depends on !X86_VOYAGER
432         help
433           Turning on this option will allow you to run a paravirtualized clock
434           when running over the KVM hypervisor. Instead of relying on a PIT
435           (or probably other) emulation by the underlying device model, the host
436           provides the guest with timing infrastructure such as time of day, and
437           system time
438
439 config KVM_GUEST
440         bool "KVM Guest support"
441         select PARAVIRT
442         depends on !X86_VOYAGER
443         help
444          This option enables various optimizations for running under the KVM
445          hypervisor.
446
447 source "arch/x86/lguest/Kconfig"
448
449 config PARAVIRT
450         bool "Enable paravirtualization code"
451         depends on !X86_VOYAGER
452         help
453           This changes the kernel so it can modify itself when it is run
454           under a hypervisor, potentially improving performance significantly
455           over full virtualization.  However, when run without a hypervisor
456           the kernel is theoretically slower and slightly larger.
457
458 config PARAVIRT_CLOCK
459         bool
460         default n
461
462 endif
463
464 config PARAVIRT_DEBUG
465        bool "paravirt-ops debugging"
466        depends on PARAVIRT && DEBUG_KERNEL
467        help
468          Enable to debug paravirt_ops internals.  Specifically, BUG if
469          a paravirt_op is missing when it is called.
470
471 config MEMTEST
472         bool "Memtest"
473         help
474           This option adds a kernel parameter 'memtest', which allows memtest
475           to be set.
476                 memtest=0, mean disabled; -- default
477                 memtest=1, mean do 1 test pattern;
478                 ...
479                 memtest=4, mean do 4 test patterns.
480           If you are unsure how to answer this question, answer N.
481
482 config X86_SUMMIT_NUMA
483         def_bool y
484         depends on X86_32 && NUMA && X86_GENERICARCH
485
486 config X86_CYCLONE_TIMER
487         def_bool y
488         depends on X86_GENERICARCH
489
490 source "arch/x86/Kconfig.cpu"
491
492 config HPET_TIMER
493         def_bool X86_64
494         prompt "HPET Timer Support" if X86_32
495         help
496          Use the IA-PC HPET (High Precision Event Timer) to manage
497          time in preference to the PIT and RTC, if a HPET is
498          present.
499          HPET is the next generation timer replacing legacy 8254s.
500          The HPET provides a stable time base on SMP
501          systems, unlike the TSC, but it is more expensive to access,
502          as it is off-chip.  You can find the HPET spec at
503          <http://www.intel.com/hardwaredesign/hpetspec.htm>.
504
505          You can safely choose Y here.  However, HPET will only be
506          activated if the platform and the BIOS support this feature.
507          Otherwise the 8254 will be used for timing services.
508
509          Choose N to continue using the legacy 8254 timer.
510
511 config HPET_EMULATE_RTC
512         def_bool y
513         depends on HPET_TIMER && (RTC=y || RTC=m || RTC_DRV_CMOS=m || RTC_DRV_CMOS=y)
514
515 # Mark as embedded because too many people got it wrong.
516 # The code disables itself when not needed.
517 config DMI
518         default y
519         bool "Enable DMI scanning" if EMBEDDED
520         help
521           Enabled scanning of DMI to identify machine quirks. Say Y
522           here unless you have verified that your setup is not
523           affected by entries in the DMI blacklist. Required by PNP
524           BIOS code.
525
526 config GART_IOMMU
527         bool "GART IOMMU support" if EMBEDDED
528         default y
529         select SWIOTLB
530         select AGP
531         depends on X86_64 && PCI
532         help
533           Support for full DMA access of devices with 32bit memory access only
534           on systems with more than 3GB. This is usually needed for USB,
535           sound, many IDE/SATA chipsets and some other devices.
536           Provides a driver for the AMD Athlon64/Opteron/Turion/Sempron GART
537           based hardware IOMMU and a software bounce buffer based IOMMU used
538           on Intel systems and as fallback.
539           The code is only active when needed (enough memory and limited
540           device) unless CONFIG_IOMMU_DEBUG or iommu=force is specified
541           too.
542
543 config CALGARY_IOMMU
544         bool "IBM Calgary IOMMU support"
545         select SWIOTLB
546         depends on X86_64 && PCI && EXPERIMENTAL
547         help
548           Support for hardware IOMMUs in IBM's xSeries x366 and x460
549           systems. Needed to run systems with more than 3GB of memory
550           properly with 32-bit PCI devices that do not support DAC
551           (Double Address Cycle). Calgary also supports bus level
552           isolation, where all DMAs pass through the IOMMU.  This
553           prevents them from going anywhere except their intended
554           destination. This catches hard-to-find kernel bugs and
555           mis-behaving drivers and devices that do not use the DMA-API
556           properly to set up their DMA buffers.  The IOMMU can be
557           turned off at boot time with the iommu=off parameter.
558           Normally the kernel will make the right choice by itself.
559           If unsure, say Y.
560
561 config CALGARY_IOMMU_ENABLED_BY_DEFAULT
562         def_bool y
563         prompt "Should Calgary be enabled by default?"
564         depends on CALGARY_IOMMU
565         help
566           Should Calgary be enabled by default? if you choose 'y', Calgary
567           will be used (if it exists). If you choose 'n', Calgary will not be
568           used even if it exists. If you choose 'n' and would like to use
569           Calgary anyway, pass 'iommu=calgary' on the kernel command line.
570           If unsure, say Y.
571
572 config AMD_IOMMU
573         bool "AMD IOMMU support"
574         select SWIOTLB
575         select PCI_MSI
576         depends on X86_64 && PCI && ACPI
577         help
578           With this option you can enable support for AMD IOMMU hardware in
579           your system. An IOMMU is a hardware component which provides
580           remapping of DMA memory accesses from devices. With an AMD IOMMU you
581           can isolate the the DMA memory of different devices and protect the
582           system from misbehaving device drivers or hardware.
583
584           You can find out if your system has an AMD IOMMU if you look into
585           your BIOS for an option to enable it or if you have an IVRS ACPI
586           table.
587
588 # need this always selected by IOMMU for the VIA workaround
589 config SWIOTLB
590         bool
591         help
592           Support for software bounce buffers used on x86-64 systems
593           which don't have a hardware IOMMU (e.g. the current generation
594           of Intel's x86-64 CPUs). Using this PCI devices which can only
595           access 32-bits of memory can be used on systems with more than
596           3 GB of memory. If unsure, say Y.
597
598 config IOMMU_HELPER
599         def_bool (CALGARY_IOMMU || GART_IOMMU || SWIOTLB || AMD_IOMMU)
600
601 config MAXSMP
602         bool "Configure Maximum number of SMP Processors and NUMA Nodes"
603         depends on X86_64 && SMP && DEBUG_KERNEL && EXPERIMENTAL
604         select CPUMASK_OFFSTACK
605         default n
606         help
607           Configure maximum number of CPUS and NUMA Nodes for this architecture.
608           If unsure, say N.
609
610 config NR_CPUS
611         int "Maximum number of CPUs" if SMP && !MAXSMP
612         range 2 512 if SMP && !MAXSMP
613         default "1" if !SMP
614         default "4096" if MAXSMP
615         default "32" if SMP && (X86_NUMAQ || X86_SUMMIT || X86_BIGSMP || X86_ES7000)
616         default "8" if SMP
617         help
618           This allows you to specify the maximum number of CPUs which this
619           kernel will support.  The maximum supported value is 512 and the
620           minimum value which makes sense is 2.
621
622           This is purely to save memory - each supported CPU adds
623           approximately eight kilobytes to the kernel image.
624
625 config SCHED_SMT
626         bool "SMT (Hyperthreading) scheduler support"
627         depends on X86_HT
628         help
629           SMT scheduler support improves the CPU scheduler's decision making
630           when dealing with Intel Pentium 4 chips with HyperThreading at a
631           cost of slightly increased overhead in some places. If unsure say
632           N here.
633
634 config SCHED_MC
635         def_bool y
636         prompt "Multi-core scheduler support"
637         depends on X86_HT
638         help
639           Multi-core scheduler support improves the CPU scheduler's decision
640           making when dealing with multi-core CPU chips at a cost of slightly
641           increased overhead in some places. If unsure say N here.
642
643 source "kernel/Kconfig.preempt"
644
645 config X86_UP_APIC
646         bool "Local APIC support on uniprocessors"
647         depends on X86_32 && !SMP && !(X86_VOYAGER || X86_GENERICARCH)
648         help
649           A local APIC (Advanced Programmable Interrupt Controller) is an
650           integrated interrupt controller in the CPU. If you have a single-CPU
651           system which has a processor with a local APIC, you can say Y here to
652           enable and use it. If you say Y here even though your machine doesn't
653           have a local APIC, then the kernel will still run with no slowdown at
654           all. The local APIC supports CPU-generated self-interrupts (timer,
655           performance counters), and the NMI watchdog which detects hard
656           lockups.
657
658 config X86_UP_IOAPIC
659         bool "IO-APIC support on uniprocessors"
660         depends on X86_UP_APIC
661         help
662           An IO-APIC (I/O Advanced Programmable Interrupt Controller) is an
663           SMP-capable replacement for PC-style interrupt controllers. Most
664           SMP systems and many recent uniprocessor systems have one.
665
666           If you have a single-CPU system with an IO-APIC, you can say Y here
667           to use it. If you say Y here even though your machine doesn't have
668           an IO-APIC, then the kernel will still run with no slowdown at all.
669
670 config X86_LOCAL_APIC
671         def_bool y
672         depends on X86_64 || (X86_32 && (X86_UP_APIC || (SMP && !X86_VOYAGER) || X86_GENERICARCH))
673
674 config X86_IO_APIC
675         def_bool y
676         depends on X86_64 || (X86_32 && (X86_UP_IOAPIC || (SMP && !X86_VOYAGER) || X86_GENERICARCH))
677
678 config X86_VISWS_APIC
679         def_bool y
680         depends on X86_32 && X86_VISWS
681
682 config X86_MCE
683         bool "Machine Check Exception"
684         depends on !X86_VOYAGER
685         ---help---
686           Machine Check Exception support allows the processor to notify the
687           kernel if it detects a problem (e.g. overheating, component failure).
688           The action the kernel takes depends on the severity of the problem,
689           ranging from a warning message on the console, to halting the machine.
690           Your processor must be a Pentium or newer to support this - check the
691           flags in /proc/cpuinfo for mce.  Note that some older Pentium systems
692           have a design flaw which leads to false MCE events - hence MCE is
693           disabled on all P5 processors, unless explicitly enabled with "mce"
694           as a boot argument.  Similarly, if MCE is built in and creates a
695           problem on some new non-standard machine, you can boot with "nomce"
696           to disable it.  MCE support simply ignores non-MCE processors like
697           the 386 and 486, so nearly everyone can say Y here.
698
699 config X86_MCE_INTEL
700         def_bool y
701         prompt "Intel MCE features"
702         depends on X86_64 && X86_MCE && X86_LOCAL_APIC
703         help
704            Additional support for intel specific MCE features such as
705            the thermal monitor.
706
707 config X86_MCE_AMD
708         def_bool y
709         prompt "AMD MCE features"
710         depends on X86_64 && X86_MCE && X86_LOCAL_APIC
711         help
712            Additional support for AMD specific MCE features such as
713            the DRAM Error Threshold.
714
715 config X86_MCE_NONFATAL
716         tristate "Check for non-fatal errors on AMD Athlon/Duron / Intel Pentium 4"
717         depends on X86_32 && X86_MCE
718         help
719           Enabling this feature starts a timer that triggers every 5 seconds which
720           will look at the machine check registers to see if anything happened.
721           Non-fatal problems automatically get corrected (but still logged).
722           Disable this if you don't want to see these messages.
723           Seeing the messages this option prints out may be indicative of dying
724           or out-of-spec (ie, overclocked) hardware.
725           This option only does something on certain CPUs.
726           (AMD Athlon/Duron and Intel Pentium 4)
727
728 config X86_MCE_P4THERMAL
729         bool "check for P4 thermal throttling interrupt."
730         depends on X86_32 && X86_MCE && (X86_UP_APIC || SMP)
731         help
732           Enabling this feature will cause a message to be printed when the P4
733           enters thermal throttling.
734
735 config VM86
736         bool "Enable VM86 support" if EMBEDDED
737         default y
738         depends on X86_32
739         help
740           This option is required by programs like DOSEMU to run 16-bit legacy
741           code on X86 processors. It also may be needed by software like
742           XFree86 to initialize some video cards via BIOS. Disabling this
743           option saves about 6k.
744
745 config TOSHIBA
746         tristate "Toshiba Laptop support"
747         depends on X86_32
748         ---help---
749           This adds a driver to safely access the System Management Mode of
750           the CPU on Toshiba portables with a genuine Toshiba BIOS. It does
751           not work on models with a Phoenix BIOS. The System Management Mode
752           is used to set the BIOS and power saving options on Toshiba portables.
753
754           For information on utilities to make use of this driver see the
755           Toshiba Linux utilities web site at:
756           <http://www.buzzard.org.uk/toshiba/>.
757
758           Say Y if you intend to run this kernel on a Toshiba portable.
759           Say N otherwise.
760
761 config I8K
762         tristate "Dell laptop support"
763         ---help---
764           This adds a driver to safely access the System Management Mode
765           of the CPU on the Dell Inspiron 8000. The System Management Mode
766           is used to read cpu temperature and cooling fan status and to
767           control the fans on the I8K portables.
768
769           This driver has been tested only on the Inspiron 8000 but it may
770           also work with other Dell laptops. You can force loading on other
771           models by passing the parameter `force=1' to the module. Use at
772           your own risk.
773
774           For information on utilities to make use of this driver see the
775           I8K Linux utilities web site at:
776           <http://people.debian.org/~dz/i8k/>
777
778           Say Y if you intend to run this kernel on a Dell Inspiron 8000.
779           Say N otherwise.
780
781 config X86_REBOOTFIXUPS
782         bool "Enable X86 board specific fixups for reboot"
783         depends on X86_32
784         ---help---
785           This enables chipset and/or board specific fixups to be done
786           in order to get reboot to work correctly. This is only needed on
787           some combinations of hardware and BIOS. The symptom, for which
788           this config is intended, is when reboot ends with a stalled/hung
789           system.
790
791           Currently, the only fixup is for the Geode machines using
792           CS5530A and CS5536 chipsets and the RDC R-321x SoC.
793
794           Say Y if you want to enable the fixup. Currently, it's safe to
795           enable this option even if you don't need it.
796           Say N otherwise.
797
798 config MICROCODE
799         tristate "/dev/cpu/microcode - microcode support"
800         select FW_LOADER
801         ---help---
802           If you say Y here, you will be able to update the microcode on
803           certain Intel and AMD processors. The Intel support is for the
804           IA32 family, e.g. Pentium Pro, Pentium II, Pentium III,
805           Pentium 4, Xeon etc. The AMD support is for family 0x10 and
806           0x11 processors, e.g. Opteron, Phenom and Turion 64 Ultra.
807           You will obviously need the actual microcode binary data itself
808           which is not shipped with the Linux kernel.
809
810           This option selects the general module only, you need to select
811           at least one vendor specific module as well.
812
813           To compile this driver as a module, choose M here: the
814           module will be called microcode.
815
816 config MICROCODE_INTEL
817        bool "Intel microcode patch loading support"
818        depends on MICROCODE
819        default MICROCODE
820        select FW_LOADER
821        --help---
822          This options enables microcode patch loading support for Intel
823          processors.
824
825          For latest news and information on obtaining all the required
826          Intel ingredients for this driver, check:
827          <http://www.urbanmyth.org/microcode/>.
828
829 config MICROCODE_AMD
830        bool "AMD microcode patch loading support"
831        depends on MICROCODE
832        select FW_LOADER
833        --help---
834          If you select this option, microcode patch loading support for AMD
835          processors will be enabled.
836
837    config MICROCODE_OLD_INTERFACE
838         def_bool y
839         depends on MICROCODE
840
841 config X86_MSR
842         tristate "/dev/cpu/*/msr - Model-specific register support"
843         help
844           This device gives privileged processes access to the x86
845           Model-Specific Registers (MSRs).  It is a character device with
846           major 202 and minors 0 to 31 for /dev/cpu/0/msr to /dev/cpu/31/msr.
847           MSR accesses are directed to a specific CPU on multi-processor
848           systems.
849
850 config X86_CPUID
851         tristate "/dev/cpu/*/cpuid - CPU information support"
852         help
853           This device gives processes access to the x86 CPUID instruction to
854           be executed on a specific processor.  It is a character device
855           with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to
856           /dev/cpu/31/cpuid.
857
858 choice
859         prompt "High Memory Support"
860         default HIGHMEM4G if !X86_NUMAQ
861         default HIGHMEM64G if X86_NUMAQ
862         depends on X86_32
863
864 config NOHIGHMEM
865         bool "off"
866         depends on !X86_NUMAQ
867         ---help---
868           Linux can use up to 64 Gigabytes of physical memory on x86 systems.
869           However, the address space of 32-bit x86 processors is only 4
870           Gigabytes large. That means that, if you have a large amount of
871           physical memory, not all of it can be "permanently mapped" by the
872           kernel. The physical memory that's not permanently mapped is called
873           "high memory".
874
875           If you are compiling a kernel which will never run on a machine with
876           more than 1 Gigabyte total physical RAM, answer "off" here (default
877           choice and suitable for most users). This will result in a "3GB/1GB"
878           split: 3GB are mapped so that each process sees a 3GB virtual memory
879           space and the remaining part of the 4GB virtual memory space is used
880           by the kernel to permanently map as much physical memory as
881           possible.
882
883           If the machine has between 1 and 4 Gigabytes physical RAM, then
884           answer "4GB" here.
885
886           If more than 4 Gigabytes is used then answer "64GB" here. This
887           selection turns Intel PAE (Physical Address Extension) mode on.
888           PAE implements 3-level paging on IA32 processors. PAE is fully
889           supported by Linux, PAE mode is implemented on all recent Intel
890           processors (Pentium Pro and better). NOTE: If you say "64GB" here,
891           then the kernel will not boot on CPUs that don't support PAE!
892
893           The actual amount of total physical memory will either be
894           auto detected or can be forced by using a kernel command line option
895           such as "mem=256M". (Try "man bootparam" or see the documentation of
896           your boot loader (lilo or loadlin) about how to pass options to the
897           kernel at boot time.)
898
899           If unsure, say "off".
900
901 config HIGHMEM4G
902         bool "4GB"
903         depends on !X86_NUMAQ
904         help
905           Select this if you have a 32-bit processor and between 1 and 4
906           gigabytes of physical RAM.
907
908 config HIGHMEM64G
909         bool "64GB"
910         depends on !M386 && !M486
911         select X86_PAE
912         help
913           Select this if you have a 32-bit processor and more than 4
914           gigabytes of physical RAM.
915
916 endchoice
917
918 choice
919         depends on EXPERIMENTAL
920         prompt "Memory split" if EMBEDDED
921         default VMSPLIT_3G
922         depends on X86_32
923         help
924           Select the desired split between kernel and user memory.
925
926           If the address range available to the kernel is less than the
927           physical memory installed, the remaining memory will be available
928           as "high memory". Accessing high memory is a little more costly
929           than low memory, as it needs to be mapped into the kernel first.
930           Note that increasing the kernel address space limits the range
931           available to user programs, making the address space there
932           tighter.  Selecting anything other than the default 3G/1G split
933           will also likely make your kernel incompatible with binary-only
934           kernel modules.
935
936           If you are not absolutely sure what you are doing, leave this
937           option alone!
938
939         config VMSPLIT_3G
940                 bool "3G/1G user/kernel split"
941         config VMSPLIT_3G_OPT
942                 depends on !X86_PAE
943                 bool "3G/1G user/kernel split (for full 1G low memory)"
944         config VMSPLIT_2G
945                 bool "2G/2G user/kernel split"
946         config VMSPLIT_2G_OPT
947                 depends on !X86_PAE
948                 bool "2G/2G user/kernel split (for full 2G low memory)"
949         config VMSPLIT_1G
950                 bool "1G/3G user/kernel split"
951 endchoice
952
953 config PAGE_OFFSET
954         hex
955         default 0xB0000000 if VMSPLIT_3G_OPT
956         default 0x80000000 if VMSPLIT_2G
957         default 0x78000000 if VMSPLIT_2G_OPT
958         default 0x40000000 if VMSPLIT_1G
959         default 0xC0000000
960         depends on X86_32
961
962 config HIGHMEM
963         def_bool y
964         depends on X86_32 && (HIGHMEM64G || HIGHMEM4G)
965
966 config X86_PAE
967         bool "PAE (Physical Address Extension) Support"
968         depends on X86_32 && !HIGHMEM4G
969         help
970           PAE is required for NX support, and furthermore enables
971           larger swapspace support for non-overcommit purposes. It
972           has the cost of more pagetable lookup overhead, and also
973           consumes more pagetable space per process.
974
975 config ARCH_PHYS_ADDR_T_64BIT
976        def_bool X86_64 || X86_PAE
977
978 # Common NUMA Features
979 config NUMA
980         bool "Numa Memory Allocation and Scheduler Support (EXPERIMENTAL)"
981         depends on SMP
982         depends on X86_64 || (X86_32 && HIGHMEM64G && (X86_NUMAQ || X86_BIGSMP || X86_SUMMIT && ACPI) && EXPERIMENTAL)
983         default n if X86_PC
984         default y if (X86_NUMAQ || X86_SUMMIT || X86_BIGSMP)
985         help
986           Enable NUMA (Non Uniform Memory Access) support.
987           The kernel will try to allocate memory used by a CPU on the
988           local memory controller of the CPU and add some more
989           NUMA awareness to the kernel.
990
991           For 32-bit this is currently highly experimental and should be only
992           used for kernel development. It might also cause boot failures.
993           For 64-bit this is recommended on all multiprocessor Opteron systems.
994           If the system is EM64T, you should say N unless your system is
995           EM64T NUMA.
996
997 comment "NUMA (Summit) requires SMP, 64GB highmem support, ACPI"
998         depends on X86_32 && X86_SUMMIT && (!HIGHMEM64G || !ACPI)
999
1000 config K8_NUMA
1001         def_bool y
1002         prompt "Old style AMD Opteron NUMA detection"
1003         depends on X86_64 && NUMA && PCI
1004         help
1005          Enable K8 NUMA node topology detection.  You should say Y here if
1006          you have a multi processor AMD K8 system. This uses an old
1007          method to read the NUMA configuration directly from the builtin
1008          Northbridge of Opteron. It is recommended to use X86_64_ACPI_NUMA
1009          instead, which also takes priority if both are compiled in.
1010
1011 config X86_64_ACPI_NUMA
1012         def_bool y
1013         prompt "ACPI NUMA detection"
1014         depends on X86_64 && NUMA && ACPI && PCI
1015         select ACPI_NUMA
1016         help
1017           Enable ACPI SRAT based node topology detection.
1018
1019 # Some NUMA nodes have memory ranges that span
1020 # other nodes.  Even though a pfn is valid and
1021 # between a node's start and end pfns, it may not
1022 # reside on that node.  See memmap_init_zone()
1023 # for details.
1024 config NODES_SPAN_OTHER_NODES
1025         def_bool y
1026         depends on X86_64_ACPI_NUMA
1027
1028 config NUMA_EMU
1029         bool "NUMA emulation"
1030         depends on X86_64 && NUMA
1031         help
1032           Enable NUMA emulation. A flat machine will be split
1033           into virtual nodes when booted with "numa=fake=N", where N is the
1034           number of nodes. This is only useful for debugging.
1035
1036 config NODES_SHIFT
1037         int "Maximum NUMA Nodes (as a power of 2)" if !MAXSMP
1038         range 1 9   if X86_64
1039         default "9" if MAXSMP
1040         default "6" if X86_64
1041         default "4" if X86_NUMAQ
1042         default "3"
1043         depends on NEED_MULTIPLE_NODES
1044         help
1045           Specify the maximum number of NUMA Nodes available on the target
1046           system.  Increases memory reserved to accomodate various tables.
1047
1048 config HAVE_ARCH_BOOTMEM_NODE
1049         def_bool y
1050         depends on X86_32 && NUMA
1051
1052 config ARCH_HAVE_MEMORY_PRESENT
1053         def_bool y
1054         depends on X86_32 && DISCONTIGMEM
1055
1056 config NEED_NODE_MEMMAP_SIZE
1057         def_bool y
1058         depends on X86_32 && (DISCONTIGMEM || SPARSEMEM)
1059
1060 config HAVE_ARCH_ALLOC_REMAP
1061         def_bool y
1062         depends on X86_32 && NUMA
1063
1064 config ARCH_FLATMEM_ENABLE
1065         def_bool y
1066         depends on X86_32 && ARCH_SELECT_MEMORY_MODEL && !NUMA
1067
1068 config ARCH_DISCONTIGMEM_ENABLE
1069         def_bool y
1070         depends on NUMA && X86_32
1071
1072 config ARCH_DISCONTIGMEM_DEFAULT
1073         def_bool y
1074         depends on NUMA && X86_32
1075
1076 config ARCH_SPARSEMEM_DEFAULT
1077         def_bool y
1078         depends on X86_64
1079
1080 config ARCH_SPARSEMEM_ENABLE
1081         def_bool y
1082         depends on X86_64 || NUMA || (EXPERIMENTAL && X86_PC) || X86_GENERICARCH
1083         select SPARSEMEM_STATIC if X86_32
1084         select SPARSEMEM_VMEMMAP_ENABLE if X86_64
1085
1086 config ARCH_SELECT_MEMORY_MODEL
1087         def_bool y
1088         depends on ARCH_SPARSEMEM_ENABLE
1089
1090 config ARCH_MEMORY_PROBE
1091         def_bool X86_64
1092         depends on MEMORY_HOTPLUG
1093
1094 source "mm/Kconfig"
1095
1096 config HIGHPTE
1097         bool "Allocate 3rd-level pagetables from highmem"
1098         depends on X86_32 && (HIGHMEM4G || HIGHMEM64G)
1099         help
1100           The VM uses one page table entry for each page of physical memory.
1101           For systems with a lot of RAM, this can be wasteful of precious
1102           low memory.  Setting this option will put user-space page table
1103           entries in high memory.
1104
1105 config X86_CHECK_BIOS_CORRUPTION
1106         bool "Check for low memory corruption"
1107         help
1108          Periodically check for memory corruption in low memory, which
1109          is suspected to be caused by BIOS.  Even when enabled in the
1110          configuration, it is disabled at runtime.  Enable it by
1111          setting "memory_corruption_check=1" on the kernel command
1112          line.  By default it scans the low 64k of memory every 60
1113          seconds; see the memory_corruption_check_size and
1114          memory_corruption_check_period parameters in
1115          Documentation/kernel-parameters.txt to adjust this.
1116
1117          When enabled with the default parameters, this option has
1118          almost no overhead, as it reserves a relatively small amount
1119          of memory and scans it infrequently.  It both detects corruption
1120          and prevents it from affecting the running system.
1121
1122          It is, however, intended as a diagnostic tool; if repeatable
1123          BIOS-originated corruption always affects the same memory,
1124          you can use memmap= to prevent the kernel from using that
1125          memory.
1126
1127 config X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK
1128         bool "Set the default setting of memory_corruption_check"
1129         depends on X86_CHECK_BIOS_CORRUPTION
1130         default y
1131         help
1132          Set whether the default state of memory_corruption_check is
1133          on or off.
1134
1135 config X86_RESERVE_LOW_64K
1136         bool "Reserve low 64K of RAM on AMI/Phoenix BIOSen"
1137         default y
1138         help
1139          Reserve the first 64K of physical RAM on BIOSes that are known
1140          to potentially corrupt that memory range. A numbers of BIOSes are
1141          known to utilize this area during suspend/resume, so it must not
1142          be used by the kernel.
1143
1144          Set this to N if you are absolutely sure that you trust the BIOS
1145          to get all its memory reservations and usages right.
1146
1147          If you have doubts about the BIOS (e.g. suspend/resume does not
1148          work or there's kernel crashes after certain hardware hotplug
1149          events) and it's not AMI or Phoenix, then you might want to enable
1150          X86_CHECK_BIOS_CORRUPTION=y to allow the kernel to check typical
1151          corruption patterns.
1152
1153          Say Y if unsure.
1154
1155 config MATH_EMULATION
1156         bool
1157         prompt "Math emulation" if X86_32
1158         ---help---
1159           Linux can emulate a math coprocessor (used for floating point
1160           operations) if you don't have one. 486DX and Pentium processors have
1161           a math coprocessor built in, 486SX and 386 do not, unless you added
1162           a 487DX or 387, respectively. (The messages during boot time can
1163           give you some hints here ["man dmesg"].) Everyone needs either a
1164           coprocessor or this emulation.
1165
1166           If you don't have a math coprocessor, you need to say Y here; if you
1167           say Y here even though you have a coprocessor, the coprocessor will
1168           be used nevertheless. (This behavior can be changed with the kernel
1169           command line option "no387", which comes handy if your coprocessor
1170           is broken. Try "man bootparam" or see the documentation of your boot
1171           loader (lilo or loadlin) about how to pass options to the kernel at
1172           boot time.) This means that it is a good idea to say Y here if you
1173           intend to use this kernel on different machines.
1174
1175           More information about the internals of the Linux math coprocessor
1176           emulation can be found in <file:arch/x86/math-emu/README>.
1177
1178           If you are not sure, say Y; apart from resulting in a 66 KB bigger
1179           kernel, it won't hurt.
1180
1181 config MTRR
1182         bool "MTRR (Memory Type Range Register) support"
1183         ---help---
1184           On Intel P6 family processors (Pentium Pro, Pentium II and later)
1185           the Memory Type Range Registers (MTRRs) may be used to control
1186           processor access to memory ranges. This is most useful if you have
1187           a video (VGA) card on a PCI or AGP bus. Enabling write-combining
1188           allows bus write transfers to be combined into a larger transfer
1189           before bursting over the PCI/AGP bus. This can increase performance
1190           of image write operations 2.5 times or more. Saying Y here creates a
1191           /proc/mtrr file which may be used to manipulate your processor's
1192           MTRRs. Typically the X server should use this.
1193
1194           This code has a reasonably generic interface so that similar
1195           control registers on other processors can be easily supported
1196           as well:
1197
1198           The Cyrix 6x86, 6x86MX and M II processors have Address Range
1199           Registers (ARRs) which provide a similar functionality to MTRRs. For
1200           these, the ARRs are used to emulate the MTRRs.
1201           The AMD K6-2 (stepping 8 and above) and K6-3 processors have two
1202           MTRRs. The Centaur C6 (WinChip) has 8 MCRs, allowing
1203           write-combining. All of these processors are supported by this code
1204           and it makes sense to say Y here if you have one of them.
1205
1206           Saying Y here also fixes a problem with buggy SMP BIOSes which only
1207           set the MTRRs for the boot CPU and not for the secondary CPUs. This
1208           can lead to all sorts of problems, so it's good to say Y here.
1209
1210           You can safely say Y even if your machine doesn't have MTRRs, you'll
1211           just add about 9 KB to your kernel.
1212
1213           See <file:Documentation/x86/mtrr.txt> for more information.
1214
1215 config MTRR_SANITIZER
1216         def_bool y
1217         prompt "MTRR cleanup support"
1218         depends on MTRR
1219         help
1220           Convert MTRR layout from continuous to discrete, so X drivers can
1221           add writeback entries.
1222
1223           Can be disabled with disable_mtrr_cleanup on the kernel command line.
1224           The largest mtrr entry size for a continous block can be set with
1225           mtrr_chunk_size.
1226
1227           If unsure, say Y.
1228
1229 config MTRR_SANITIZER_ENABLE_DEFAULT
1230         int "MTRR cleanup enable value (0-1)"
1231         range 0 1
1232         default "0"
1233         depends on MTRR_SANITIZER
1234         help
1235           Enable mtrr cleanup default value
1236
1237 config MTRR_SANITIZER_SPARE_REG_NR_DEFAULT
1238         int "MTRR cleanup spare reg num (0-7)"
1239         range 0 7
1240         default "1"
1241         depends on MTRR_SANITIZER
1242         help
1243           mtrr cleanup spare entries default, it can be changed via
1244           mtrr_spare_reg_nr=N on the kernel command line.
1245
1246 config X86_PAT
1247         bool
1248         prompt "x86 PAT support"
1249         depends on MTRR
1250         help
1251           Use PAT attributes to setup page level cache control.
1252
1253           PATs are the modern equivalents of MTRRs and are much more
1254           flexible than MTRRs.
1255
1256           Say N here if you see bootup problems (boot crash, boot hang,
1257           spontaneous reboots) or a non-working video driver.
1258
1259           If unsure, say Y.
1260
1261 config EFI
1262         bool "EFI runtime service support"
1263         depends on ACPI
1264         ---help---
1265         This enables the kernel to use EFI runtime services that are
1266         available (such as the EFI variable services).
1267
1268         This option is only useful on systems that have EFI firmware.
1269         In addition, you should use the latest ELILO loader available
1270         at <http://elilo.sourceforge.net> in order to take advantage
1271         of EFI runtime services. However, even with this option, the
1272         resultant kernel should continue to boot on existing non-EFI
1273         platforms.
1274
1275 config SECCOMP
1276         def_bool y
1277         prompt "Enable seccomp to safely compute untrusted bytecode"
1278         help
1279           This kernel feature is useful for number crunching applications
1280           that may need to compute untrusted bytecode during their
1281           execution. By using pipes or other transports made available to
1282           the process as file descriptors supporting the read/write
1283           syscalls, it's possible to isolate those applications in
1284           their own address space using seccomp. Once seccomp is
1285           enabled via prctl(PR_SET_SECCOMP), it cannot be disabled
1286           and the task is only allowed to execute a few safe syscalls
1287           defined by each seccomp mode.
1288
1289           If unsure, say Y. Only embedded should say N here.
1290
1291 config CC_STACKPROTECTOR
1292         bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
1293         depends on X86_64 && EXPERIMENTAL && BROKEN
1294         help
1295          This option turns on the -fstack-protector GCC feature. This
1296           feature puts, at the beginning of critical functions, a canary
1297           value on the stack just before the return address, and validates
1298           the value just before actually returning.  Stack based buffer
1299           overflows (that need to overwrite this return address) now also
1300           overwrite the canary, which gets detected and the attack is then
1301           neutralized via a kernel panic.
1302
1303           This feature requires gcc version 4.2 or above, or a distribution
1304           gcc with the feature backported. Older versions are automatically
1305           detected and for those versions, this configuration option is ignored.
1306
1307 config CC_STACKPROTECTOR_ALL
1308         bool "Use stack-protector for all functions"
1309         depends on CC_STACKPROTECTOR
1310         help
1311           Normally, GCC only inserts the canary value protection for
1312           functions that use large-ish on-stack buffers. By enabling
1313           this option, GCC will be asked to do this for ALL functions.
1314
1315 source kernel/Kconfig.hz
1316
1317 config KEXEC
1318         bool "kexec system call"
1319         depends on X86_BIOS_REBOOT
1320         help
1321           kexec is a system call that implements the ability to shutdown your
1322           current kernel, and to start another kernel.  It is like a reboot
1323           but it is independent of the system firmware.   And like a reboot
1324           you can start any kernel with it, not just Linux.
1325
1326           The name comes from the similarity to the exec system call.
1327
1328           It is an ongoing process to be certain the hardware in a machine
1329           is properly shutdown, so do not be surprised if this code does not
1330           initially work for you.  It may help to enable device hotplugging
1331           support.  As of this writing the exact hardware interface is
1332           strongly in flux, so no good recommendation can be made.
1333
1334 config CRASH_DUMP
1335         bool "kernel crash dumps"
1336         depends on X86_64 || (X86_32 && HIGHMEM)
1337         help
1338           Generate crash dump after being started by kexec.
1339           This should be normally only set in special crash dump kernels
1340           which are loaded in the main kernel with kexec-tools into
1341           a specially reserved region and then later executed after
1342           a crash by kdump/kexec. The crash dump kernel must be compiled
1343           to a memory address not used by the main kernel or BIOS using
1344           PHYSICAL_START, or it must be built as a relocatable image
1345           (CONFIG_RELOCATABLE=y).
1346           For more details see Documentation/kdump/kdump.txt
1347
1348 config KEXEC_JUMP
1349         bool "kexec jump (EXPERIMENTAL)"
1350         depends on EXPERIMENTAL
1351         depends on KEXEC && HIBERNATION && X86_32
1352         help
1353           Jump between original kernel and kexeced kernel and invoke
1354           code in physical address mode via KEXEC
1355
1356 config PHYSICAL_START
1357         hex "Physical address where the kernel is loaded" if (EMBEDDED || CRASH_DUMP)
1358         default "0x1000000" if X86_NUMAQ
1359         default "0x200000" if X86_64
1360         default "0x100000"
1361         help
1362           This gives the physical address where the kernel is loaded.
1363
1364           If kernel is a not relocatable (CONFIG_RELOCATABLE=n) then
1365           bzImage will decompress itself to above physical address and
1366           run from there. Otherwise, bzImage will run from the address where
1367           it has been loaded by the boot loader and will ignore above physical
1368           address.
1369
1370           In normal kdump cases one does not have to set/change this option
1371           as now bzImage can be compiled as a completely relocatable image
1372           (CONFIG_RELOCATABLE=y) and be used to load and run from a different
1373           address. This option is mainly useful for the folks who don't want
1374           to use a bzImage for capturing the crash dump and want to use a
1375           vmlinux instead. vmlinux is not relocatable hence a kernel needs
1376           to be specifically compiled to run from a specific memory area
1377           (normally a reserved region) and this option comes handy.
1378
1379           So if you are using bzImage for capturing the crash dump, leave
1380           the value here unchanged to 0x100000 and set CONFIG_RELOCATABLE=y.
1381           Otherwise if you plan to use vmlinux for capturing the crash dump
1382           change this value to start of the reserved region (Typically 16MB
1383           0x1000000). In other words, it can be set based on the "X" value as
1384           specified in the "crashkernel=YM@XM" command line boot parameter
1385           passed to the panic-ed kernel. Typically this parameter is set as
1386           crashkernel=64M@16M. Please take a look at
1387           Documentation/kdump/kdump.txt for more details about crash dumps.
1388
1389           Usage of bzImage for capturing the crash dump is recommended as
1390           one does not have to build two kernels. Same kernel can be used
1391           as production kernel and capture kernel. Above option should have
1392           gone away after relocatable bzImage support is introduced. But it
1393           is present because there are users out there who continue to use
1394           vmlinux for dump capture. This option should go away down the
1395           line.
1396
1397           Don't change this unless you know what you are doing.
1398
1399 config RELOCATABLE
1400         bool "Build a relocatable kernel (EXPERIMENTAL)"
1401         depends on EXPERIMENTAL
1402         help
1403           This builds a kernel image that retains relocation information
1404           so it can be loaded someplace besides the default 1MB.
1405           The relocations tend to make the kernel binary about 10% larger,
1406           but are discarded at runtime.
1407
1408           One use is for the kexec on panic case where the recovery kernel
1409           must live at a different physical address than the primary
1410           kernel.
1411
1412           Note: If CONFIG_RELOCATABLE=y, then the kernel runs from the address
1413           it has been loaded at and the compile time physical address
1414           (CONFIG_PHYSICAL_START) is ignored.
1415
1416 config PHYSICAL_ALIGN
1417         hex
1418         prompt "Alignment value to which kernel should be aligned" if X86_32
1419         default "0x100000" if X86_32
1420         default "0x200000" if X86_64
1421         range 0x2000 0x400000
1422         help
1423           This value puts the alignment restrictions on physical address
1424           where kernel is loaded and run from. Kernel is compiled for an
1425           address which meets above alignment restriction.
1426
1427           If bootloader loads the kernel at a non-aligned address and
1428           CONFIG_RELOCATABLE is set, kernel will move itself to nearest
1429           address aligned to above value and run from there.
1430
1431           If bootloader loads the kernel at a non-aligned address and
1432           CONFIG_RELOCATABLE is not set, kernel will ignore the run time
1433           load address and decompress itself to the address it has been
1434           compiled for and run from there. The address for which kernel is
1435           compiled already meets above alignment restrictions. Hence the
1436           end result is that kernel runs from a physical address meeting
1437           above alignment restrictions.
1438
1439           Don't change this unless you know what you are doing.
1440
1441 config HOTPLUG_CPU
1442         bool "Support for hot-pluggable CPUs"
1443         depends on SMP && HOTPLUG && !X86_VOYAGER
1444         ---help---
1445           Say Y here to allow turning CPUs off and on. CPUs can be
1446           controlled through /sys/devices/system/cpu.
1447           ( Note: power management support will enable this option
1448             automatically on SMP systems. )
1449           Say N if you want to disable CPU hotplug.
1450
1451 config COMPAT_VDSO
1452         def_bool y
1453         prompt "Compat VDSO support"
1454         depends on X86_32 || IA32_EMULATION
1455         help
1456           Map the 32-bit VDSO to the predictable old-style address too.
1457         ---help---
1458           Say N here if you are running a sufficiently recent glibc
1459           version (2.3.3 or later), to remove the high-mapped
1460           VDSO mapping and to exclusively use the randomized VDSO.
1461
1462           If unsure, say Y.
1463
1464 config CMDLINE_BOOL
1465         bool "Built-in kernel command line"
1466         default n
1467         help
1468           Allow for specifying boot arguments to the kernel at
1469           build time.  On some systems (e.g. embedded ones), it is
1470           necessary or convenient to provide some or all of the
1471           kernel boot arguments with the kernel itself (that is,
1472           to not rely on the boot loader to provide them.)
1473
1474           To compile command line arguments into the kernel,
1475           set this option to 'Y', then fill in the
1476           the boot arguments in CONFIG_CMDLINE.
1477
1478           Systems with fully functional boot loaders (i.e. non-embedded)
1479           should leave this option set to 'N'.
1480
1481 config CMDLINE
1482         string "Built-in kernel command string"
1483         depends on CMDLINE_BOOL
1484         default ""
1485         help
1486           Enter arguments here that should be compiled into the kernel
1487           image and used at boot time.  If the boot loader provides a
1488           command line at boot time, it is appended to this string to
1489           form the full kernel command line, when the system boots.
1490
1491           However, you can use the CONFIG_CMDLINE_OVERRIDE option to
1492           change this behavior.
1493
1494           In most cases, the command line (whether built-in or provided
1495           by the boot loader) should specify the device for the root
1496           file system.
1497
1498 config CMDLINE_OVERRIDE
1499         bool "Built-in command line overrides boot loader arguments"
1500         default n
1501         depends on CMDLINE_BOOL
1502         help
1503           Set this option to 'Y' to have the kernel ignore the boot loader
1504           command line, and use ONLY the built-in command line.
1505
1506           This is used to work around broken boot loaders.  This should
1507           be set to 'N' under normal conditions.
1508
1509 endmenu
1510
1511 config ARCH_ENABLE_MEMORY_HOTPLUG
1512         def_bool y
1513         depends on X86_64 || (X86_32 && HIGHMEM)
1514
1515 config HAVE_ARCH_EARLY_PFN_TO_NID
1516         def_bool X86_64
1517         depends on NUMA
1518
1519 menu "Power management and ACPI options"
1520         depends on !X86_VOYAGER
1521
1522 config ARCH_HIBERNATION_HEADER
1523         def_bool y
1524         depends on X86_64 && HIBERNATION
1525
1526 source "kernel/power/Kconfig"
1527
1528 source "drivers/acpi/Kconfig"
1529
1530 config X86_APM_BOOT
1531         bool
1532         default y
1533         depends on APM || APM_MODULE
1534
1535 menuconfig APM
1536         tristate "APM (Advanced Power Management) BIOS support"
1537         depends on X86_32 && PM_SLEEP
1538         ---help---
1539           APM is a BIOS specification for saving power using several different
1540           techniques. This is mostly useful for battery powered laptops with
1541           APM compliant BIOSes. If you say Y here, the system time will be
1542           reset after a RESUME operation, the /proc/apm device will provide
1543           battery status information, and user-space programs will receive
1544           notification of APM "events" (e.g. battery status change).
1545
1546           If you select "Y" here, you can disable actual use of the APM
1547           BIOS by passing the "apm=off" option to the kernel at boot time.
1548
1549           Note that the APM support is almost completely disabled for
1550           machines with more than one CPU.
1551
1552           In order to use APM, you will need supporting software. For location
1553           and more information, read <file:Documentation/power/pm.txt> and the
1554           Battery Powered Linux mini-HOWTO, available from
1555           <http://www.tldp.org/docs.html#howto>.
1556
1557           This driver does not spin down disk drives (see the hdparm(8)
1558           manpage ("man 8 hdparm") for that), and it doesn't turn off
1559           VESA-compliant "green" monitors.
1560
1561           This driver does not support the TI 4000M TravelMate and the ACER
1562           486/DX4/75 because they don't have compliant BIOSes. Many "green"
1563           desktop machines also don't have compliant BIOSes, and this driver
1564           may cause those machines to panic during the boot phase.
1565
1566           Generally, if you don't have a battery in your machine, there isn't
1567           much point in using this driver and you should say N. If you get
1568           random kernel OOPSes or reboots that don't seem to be related to
1569           anything, try disabling/enabling this option (or disabling/enabling
1570           APM in your BIOS).
1571
1572           Some other things you should try when experiencing seemingly random,
1573           "weird" problems:
1574
1575           1) make sure that you have enough swap space and that it is
1576           enabled.
1577           2) pass the "no-hlt" option to the kernel
1578           3) switch on floating point emulation in the kernel and pass
1579           the "no387" option to the kernel
1580           4) pass the "floppy=nodma" option to the kernel
1581           5) pass the "mem=4M" option to the kernel (thereby disabling
1582           all but the first 4 MB of RAM)
1583           6) make sure that the CPU is not over clocked.
1584           7) read the sig11 FAQ at <http://www.bitwizard.nl/sig11/>
1585           8) disable the cache from your BIOS settings
1586           9) install a fan for the video card or exchange video RAM
1587           10) install a better fan for the CPU
1588           11) exchange RAM chips
1589           12) exchange the motherboard.
1590
1591           To compile this driver as a module, choose M here: the
1592           module will be called apm.
1593
1594 if APM
1595
1596 config APM_IGNORE_USER_SUSPEND
1597         bool "Ignore USER SUSPEND"
1598         help
1599           This option will ignore USER SUSPEND requests. On machines with a
1600           compliant APM BIOS, you want to say N. However, on the NEC Versa M
1601           series notebooks, it is necessary to say Y because of a BIOS bug.
1602
1603 config APM_DO_ENABLE
1604         bool "Enable PM at boot time"
1605         ---help---
1606           Enable APM features at boot time. From page 36 of the APM BIOS
1607           specification: "When disabled, the APM BIOS does not automatically
1608           power manage devices, enter the Standby State, enter the Suspend
1609           State, or take power saving steps in response to CPU Idle calls."
1610           This driver will make CPU Idle calls when Linux is idle (unless this
1611           feature is turned off -- see "Do CPU IDLE calls", below). This
1612           should always save battery power, but more complicated APM features
1613           will be dependent on your BIOS implementation. You may need to turn
1614           this option off if your computer hangs at boot time when using APM
1615           support, or if it beeps continuously instead of suspending. Turn
1616           this off if you have a NEC UltraLite Versa 33/C or a Toshiba
1617           T400CDT. This is off by default since most machines do fine without
1618           this feature.
1619
1620 config APM_CPU_IDLE
1621         bool "Make CPU Idle calls when idle"
1622         help
1623           Enable calls to APM CPU Idle/CPU Busy inside the kernel's idle loop.
1624           On some machines, this can activate improved power savings, such as
1625           a slowed CPU clock rate, when the machine is idle. These idle calls
1626           are made after the idle loop has run for some length of time (e.g.,
1627           333 mS). On some machines, this will cause a hang at boot time or
1628           whenever the CPU becomes idle. (On machines with more than one CPU,
1629           this option does nothing.)
1630
1631 config APM_DISPLAY_BLANK
1632         bool "Enable console blanking using APM"
1633         help
1634           Enable console blanking using the APM. Some laptops can use this to
1635           turn off the LCD backlight when the screen blanker of the Linux
1636           virtual console blanks the screen. Note that this is only used by
1637           the virtual console screen blanker, and won't turn off the backlight
1638           when using the X Window system. This also doesn't have anything to
1639           do with your VESA-compliant power-saving monitor. Further, this
1640           option doesn't work for all laptops -- it might not turn off your
1641           backlight at all, or it might print a lot of errors to the console,
1642           especially if you are using gpm.
1643
1644 config APM_ALLOW_INTS
1645         bool "Allow interrupts during APM BIOS calls"
1646         help
1647           Normally we disable external interrupts while we are making calls to
1648           the APM BIOS as a measure to lessen the effects of a badly behaving
1649           BIOS implementation.  The BIOS should reenable interrupts if it
1650           needs to.  Unfortunately, some BIOSes do not -- especially those in
1651           many of the newer IBM Thinkpads.  If you experience hangs when you
1652           suspend, try setting this to Y.  Otherwise, say N.
1653
1654 endif # APM
1655
1656 source "arch/x86/kernel/cpu/cpufreq/Kconfig"
1657
1658 source "drivers/cpuidle/Kconfig"
1659
1660 source "drivers/idle/Kconfig"
1661
1662 endmenu
1663
1664
1665 menu "Bus options (PCI etc.)"
1666
1667 config PCI
1668         bool "PCI support"
1669         default y
1670         select ARCH_SUPPORTS_MSI if (X86_LOCAL_APIC && X86_IO_APIC)
1671         help
1672           Find out whether you have a PCI motherboard. PCI is the name of a
1673           bus system, i.e. the way the CPU talks to the other stuff inside
1674           your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
1675           VESA. If you have PCI, say Y, otherwise N.
1676
1677 choice
1678         prompt "PCI access mode"
1679         depends on X86_32 && PCI
1680         default PCI_GOANY
1681         ---help---
1682           On PCI systems, the BIOS can be used to detect the PCI devices and
1683           determine their configuration. However, some old PCI motherboards
1684           have BIOS bugs and may crash if this is done. Also, some embedded
1685           PCI-based systems don't have any BIOS at all. Linux can also try to
1686           detect the PCI hardware directly without using the BIOS.
1687
1688           With this option, you can specify how Linux should detect the
1689           PCI devices. If you choose "BIOS", the BIOS will be used,
1690           if you choose "Direct", the BIOS won't be used, and if you
1691           choose "MMConfig", then PCI Express MMCONFIG will be used.
1692           If you choose "Any", the kernel will try MMCONFIG, then the
1693           direct access method and falls back to the BIOS if that doesn't
1694           work. If unsure, go with the default, which is "Any".
1695
1696 config PCI_GOBIOS
1697         bool "BIOS"
1698
1699 config PCI_GOMMCONFIG
1700         bool "MMConfig"
1701
1702 config PCI_GODIRECT
1703         bool "Direct"
1704
1705 config PCI_GOOLPC
1706         bool "OLPC"
1707         depends on OLPC
1708
1709 config PCI_GOANY
1710         bool "Any"
1711
1712 endchoice
1713
1714 config PCI_BIOS
1715         def_bool y
1716         depends on X86_32 && PCI && (PCI_GOBIOS || PCI_GOANY)
1717
1718 # x86-64 doesn't support PCI BIOS access from long mode so always go direct.
1719 config PCI_DIRECT
1720         def_bool y
1721         depends on PCI && (X86_64 || (PCI_GODIRECT || PCI_GOANY || PCI_GOOLPC))
1722
1723 config PCI_MMCONFIG
1724         def_bool y
1725         depends on X86_32 && PCI && ACPI && (PCI_GOMMCONFIG || PCI_GOANY)
1726
1727 config PCI_OLPC
1728         def_bool y
1729         depends on PCI && OLPC && (PCI_GOOLPC || PCI_GOANY)
1730
1731 config PCI_DOMAINS
1732         def_bool y
1733         depends on PCI
1734
1735 config PCI_MMCONFIG
1736         bool "Support mmconfig PCI config space access"
1737         depends on X86_64 && PCI && ACPI
1738
1739 config DMAR
1740         bool "Support for DMA Remapping Devices (EXPERIMENTAL)"
1741         depends on X86_64 && PCI_MSI && ACPI && EXPERIMENTAL
1742         help
1743           DMA remapping (DMAR) devices support enables independent address
1744           translations for Direct Memory Access (DMA) from devices.
1745           These DMA remapping devices are reported via ACPI tables
1746           and include PCI device scope covered by these DMA
1747           remapping devices.
1748
1749 config DMAR_GFX_WA
1750         def_bool y
1751         prompt "Support for Graphics workaround"
1752         depends on DMAR
1753         help
1754          Current Graphics drivers tend to use physical address
1755          for DMA and avoid using DMA APIs. Setting this config
1756          option permits the IOMMU driver to set a unity map for
1757          all the OS-visible memory. Hence the driver can continue
1758          to use physical addresses for DMA.
1759
1760 config DMAR_FLOPPY_WA
1761         def_bool y
1762         depends on DMAR
1763         help
1764          Floppy disk drivers are know to bypass DMA API calls
1765          thereby failing to work when IOMMU is enabled. This
1766          workaround will setup a 1:1 mapping for the first
1767          16M to make floppy (an ISA device) work.
1768
1769 config INTR_REMAP
1770         bool "Support for Interrupt Remapping (EXPERIMENTAL)"
1771         depends on X86_64 && X86_IO_APIC && PCI_MSI && ACPI && EXPERIMENTAL
1772         help
1773          Supports Interrupt remapping for IO-APIC and MSI devices.
1774          To use x2apic mode in the CPU's which support x2APIC enhancements or
1775          to support platforms with CPU's having > 8 bit APIC ID, say Y.
1776
1777 source "drivers/pci/pcie/Kconfig"
1778
1779 source "drivers/pci/Kconfig"
1780
1781 # x86_64 have no ISA slots, but do have ISA-style DMA.
1782 config ISA_DMA_API
1783         def_bool y
1784
1785 if X86_32
1786
1787 config ISA
1788         bool "ISA support"
1789         depends on !X86_VOYAGER
1790         help
1791           Find out whether you have ISA slots on your motherboard.  ISA is the
1792           name of a bus system, i.e. the way the CPU talks to the other stuff
1793           inside your box.  Other bus systems are PCI, EISA, MicroChannel
1794           (MCA) or VESA.  ISA is an older system, now being displaced by PCI;
1795           newer boards don't support it.  If you have ISA, say Y, otherwise N.
1796
1797 config EISA
1798         bool "EISA support"
1799         depends on ISA
1800         ---help---
1801           The Extended Industry Standard Architecture (EISA) bus was
1802           developed as an open alternative to the IBM MicroChannel bus.
1803
1804           The EISA bus provided some of the features of the IBM MicroChannel
1805           bus while maintaining backward compatibility with cards made for
1806           the older ISA bus.  The EISA bus saw limited use between 1988 and
1807           1995 when it was made obsolete by the PCI bus.
1808
1809           Say Y here if you are building a kernel for an EISA-based machine.
1810
1811           Otherwise, say N.
1812
1813 source "drivers/eisa/Kconfig"
1814
1815 config MCA
1816         bool "MCA support" if !X86_VOYAGER
1817         default y if X86_VOYAGER
1818         help
1819           MicroChannel Architecture is found in some IBM PS/2 machines and
1820           laptops.  It is a bus system similar to PCI or ISA. See
1821           <file:Documentation/mca.txt> (and especially the web page given
1822           there) before attempting to build an MCA bus kernel.
1823
1824 source "drivers/mca/Kconfig"
1825
1826 config SCx200
1827         tristate "NatSemi SCx200 support"
1828         depends on !X86_VOYAGER
1829         help
1830           This provides basic support for National Semiconductor's
1831           (now AMD's) Geode processors.  The driver probes for the
1832           PCI-IDs of several on-chip devices, so its a good dependency
1833           for other scx200_* drivers.
1834
1835           If compiled as a module, the driver is named scx200.
1836
1837 config SCx200HR_TIMER
1838         tristate "NatSemi SCx200 27MHz High-Resolution Timer Support"
1839         depends on SCx200 && GENERIC_TIME
1840         default y
1841         help
1842           This driver provides a clocksource built upon the on-chip
1843           27MHz high-resolution timer.  Its also a workaround for
1844           NSC Geode SC-1100's buggy TSC, which loses time when the
1845           processor goes idle (as is done by the scheduler).  The
1846           other workaround is idle=poll boot option.
1847
1848 config GEODE_MFGPT_TIMER
1849         def_bool y
1850         prompt "Geode Multi-Function General Purpose Timer (MFGPT) events"
1851         depends on MGEODE_LX && GENERIC_TIME && GENERIC_CLOCKEVENTS
1852         help
1853           This driver provides a clock event source based on the MFGPT
1854           timer(s) in the CS5535 and CS5536 companion chip for the geode.
1855           MFGPTs have a better resolution and max interval than the
1856           generic PIT, and are suitable for use as high-res timers.
1857
1858 config OLPC
1859         bool "One Laptop Per Child support"
1860         default n
1861         help
1862           Add support for detecting the unique features of the OLPC
1863           XO hardware.
1864
1865 endif # X86_32
1866
1867 config K8_NB
1868         def_bool y
1869         depends on AGP_AMD64 || (X86_64 && (GART_IOMMU || (PCI && NUMA)))
1870
1871 source "drivers/pcmcia/Kconfig"
1872
1873 source "drivers/pci/hotplug/Kconfig"
1874
1875 endmenu
1876
1877
1878 menu "Executable file formats / Emulations"
1879
1880 source "fs/Kconfig.binfmt"
1881
1882 config IA32_EMULATION
1883         bool "IA32 Emulation"
1884         depends on X86_64
1885         select COMPAT_BINFMT_ELF
1886         help
1887           Include code to run 32-bit programs under a 64-bit kernel. You should
1888           likely turn this on, unless you're 100% sure that you don't have any
1889           32-bit programs left.
1890
1891 config IA32_AOUT
1892        tristate "IA32 a.out support"
1893        depends on IA32_EMULATION
1894        help
1895          Support old a.out binaries in the 32bit emulation.
1896
1897 config COMPAT
1898         def_bool y
1899         depends on IA32_EMULATION
1900
1901 config COMPAT_FOR_U64_ALIGNMENT
1902         def_bool COMPAT
1903         depends on X86_64
1904
1905 config SYSVIPC_COMPAT
1906         def_bool y
1907         depends on COMPAT && SYSVIPC
1908
1909 endmenu
1910
1911
1912 config HAVE_ATOMIC_IOMAP
1913         def_bool y
1914         depends on X86_32
1915
1916 source "net/Kconfig"
1917
1918 source "drivers/Kconfig"
1919
1920 source "drivers/firmware/Kconfig"
1921
1922 source "fs/Kconfig"
1923
1924 source "arch/x86/Kconfig.debug"
1925
1926 source "security/Kconfig"
1927
1928 source "crypto/Kconfig"
1929
1930 source "arch/x86/kvm/Kconfig"
1931
1932 source "lib/Kconfig"