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