Kconfig 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see Documentation/kbuild/kconfig-language.txt.
  4. #
  5. mainmenu "Linux Kernel Configuration"
  6. config X86_32
  7. bool
  8. default y
  9. help
  10. This is Linux's home port. Linux was originally native to the Intel
  11. 386, and runs on all the later x86 processors including the Intel
  12. 486, 586, Pentiums, and various instruction-set-compatible chips by
  13. AMD, Cyrix, and others.
  14. config GENERIC_TIME
  15. bool
  16. default y
  17. config CLOCKSOURCE_WATCHDOG
  18. bool
  19. default y
  20. config LOCKDEP_SUPPORT
  21. bool
  22. default y
  23. config STACKTRACE_SUPPORT
  24. bool
  25. default y
  26. config SEMAPHORE_SLEEPERS
  27. bool
  28. default y
  29. config X86
  30. bool
  31. default y
  32. config MMU
  33. bool
  34. default y
  35. config ZONE_DMA
  36. bool
  37. default y
  38. config SBUS
  39. bool
  40. config GENERIC_ISA_DMA
  41. bool
  42. default y
  43. config GENERIC_IOMAP
  44. bool
  45. default y
  46. config GENERIC_BUG
  47. bool
  48. default y
  49. depends on BUG
  50. config GENERIC_HWEIGHT
  51. bool
  52. default y
  53. config ARCH_MAY_HAVE_PC_FDC
  54. bool
  55. default y
  56. config DMI
  57. bool
  58. default y
  59. source "init/Kconfig"
  60. menu "Processor type and features"
  61. config SMP
  62. bool "Symmetric multi-processing support"
  63. ---help---
  64. This enables support for systems with more than one CPU. If you have
  65. a system with only one CPU, like most personal computers, say N. If
  66. you have a system with more than one CPU, say Y.
  67. If you say N here, the kernel will run on single and multiprocessor
  68. machines, but will use only one CPU of a multiprocessor machine. If
  69. you say Y here, the kernel will run on many, but not all,
  70. singleprocessor machines. On a singleprocessor machine, the kernel
  71. will run faster if you say N here.
  72. Note that if you say Y here and choose architecture "586" or
  73. "Pentium" under "Processor family", the kernel will not work on 486
  74. architectures. Similarly, multiprocessor kernels for the "PPro"
  75. architecture may not work on all Pentium based boards.
  76. People using multiprocessor machines who say Y here should also say
  77. Y to "Enhanced Real Time Clock Support", below. The "Advanced Power
  78. Management" code will be disabled if you say Y here.
  79. See also the <file:Documentation/smp.txt>,
  80. <file:Documentation/i386/IO-APIC.txt>,
  81. <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
  82. <http://www.tldp.org/docs.html#howto>.
  83. If you don't know what to do here, say N.
  84. choice
  85. prompt "Subarchitecture Type"
  86. default X86_PC
  87. config X86_PC
  88. bool "PC-compatible"
  89. help
  90. Choose this option if your computer is a standard PC or compatible.
  91. config X86_ELAN
  92. bool "AMD Elan"
  93. help
  94. Select this for an AMD Elan processor.
  95. Do not use this option for K6/Athlon/Opteron processors!
  96. If unsure, choose "PC-compatible" instead.
  97. config X86_VOYAGER
  98. bool "Voyager (NCR)"
  99. help
  100. Voyager is an MCA-based 32-way capable SMP architecture proprietary
  101. to NCR Corp. Machine classes 345x/35xx/4100/51xx are Voyager-based.
  102. *** WARNING ***
  103. If you do not specifically know you have a Voyager based machine,
  104. say N here, otherwise the kernel you build will not be bootable.
  105. config X86_NUMAQ
  106. bool "NUMAQ (IBM/Sequent)"
  107. select SMP
  108. select NUMA
  109. help
  110. This option is used for getting Linux to run on a (IBM/Sequent) NUMA
  111. multiquad box. This changes the way that processors are bootstrapped,
  112. and uses Clustered Logical APIC addressing mode instead of Flat Logical.
  113. You will need a new lynxer.elf file to flash your firmware with - send
  114. email to <Martin.Bligh@us.ibm.com>.
  115. config X86_SUMMIT
  116. bool "Summit/EXA (IBM x440)"
  117. depends on SMP
  118. help
  119. This option is needed for IBM systems that use the Summit/EXA chipset.
  120. In particular, it is needed for the x440.
  121. If you don't have one of these computers, you should say N here.
  122. If you want to build a NUMA kernel, you must select ACPI.
  123. config X86_BIGSMP
  124. bool "Support for other sub-arch SMP systems with more than 8 CPUs"
  125. depends on SMP
  126. help
  127. This option is needed for the systems that have more than 8 CPUs
  128. and if the system is not of any sub-arch type above.
  129. If you don't have such a system, you should say N here.
  130. config X86_VISWS
  131. bool "SGI 320/540 (Visual Workstation)"
  132. help
  133. The SGI Visual Workstation series is an IA32-based workstation
  134. based on SGI systems chips with some legacy PC hardware attached.
  135. Say Y here to create a kernel to run on the SGI 320 or 540.
  136. A kernel compiled for the Visual Workstation will not run on PCs
  137. and vice versa. See <file:Documentation/sgi-visws.txt> for details.
  138. config X86_GENERICARCH
  139. bool "Generic architecture (Summit, bigsmp, ES7000, default)"
  140. help
  141. This option compiles in the Summit, bigsmp, ES7000, default subarchitectures.
  142. It is intended for a generic binary kernel.
  143. If you want a NUMA kernel, select ACPI. We need SRAT for NUMA.
  144. config X86_ES7000
  145. bool "Support for Unisys ES7000 IA32 series"
  146. depends on SMP
  147. help
  148. Support for Unisys ES7000 systems. Say 'Y' here if this kernel is
  149. supposed to run on an IA32-based Unisys ES7000 system.
  150. Only choose this option if you have such a system, otherwise you
  151. should say N here.
  152. endchoice
  153. config PARAVIRT
  154. bool "Paravirtualization support (EXPERIMENTAL)"
  155. depends on EXPERIMENTAL
  156. depends on !(X86_VISWS || X86_VOYAGER)
  157. help
  158. Paravirtualization is a way of running multiple instances of
  159. Linux on the same machine, under a hypervisor. This option
  160. changes the kernel so it can modify itself when it is run
  161. under a hypervisor, improving performance significantly.
  162. However, when run without a hypervisor the kernel is
  163. theoretically slower. If in doubt, say N.
  164. config VMI
  165. bool "VMI Paravirt-ops support"
  166. depends on PARAVIRT && !NO_HZ
  167. default y
  168. help
  169. VMI provides a paravirtualized interface to multiple hypervisors
  170. include VMware ESX server and Xen by connecting to a ROM module
  171. provided by the hypervisor.
  172. config ACPI_SRAT
  173. bool
  174. default y
  175. depends on ACPI && NUMA && (X86_SUMMIT || X86_GENERICARCH)
  176. select ACPI_NUMA
  177. config HAVE_ARCH_PARSE_SRAT
  178. bool
  179. default y
  180. depends on ACPI_SRAT
  181. config X86_SUMMIT_NUMA
  182. bool
  183. default y
  184. depends on NUMA && (X86_SUMMIT || X86_GENERICARCH)
  185. config X86_CYCLONE_TIMER
  186. bool
  187. default y
  188. depends on X86_SUMMIT || X86_GENERICARCH
  189. config ES7000_CLUSTERED_APIC
  190. bool
  191. default y
  192. depends on SMP && X86_ES7000 && MPENTIUMIII
  193. source "arch/i386/Kconfig.cpu"
  194. config HPET_TIMER
  195. bool "HPET Timer Support"
  196. help
  197. This enables the use of the HPET for the kernel's internal timer.
  198. HPET is the next generation timer replacing legacy 8254s.
  199. You can safely choose Y here. However, HPET will only be
  200. activated if the platform and the BIOS support this feature.
  201. Otherwise the 8254 will be used for timing services.
  202. Choose N to continue using the legacy 8254 timer.
  203. config HPET_EMULATE_RTC
  204. bool
  205. depends on HPET_TIMER && RTC=y
  206. default y
  207. config NR_CPUS
  208. int "Maximum number of CPUs (2-255)"
  209. range 2 255
  210. depends on SMP
  211. default "32" if X86_NUMAQ || X86_SUMMIT || X86_BIGSMP || X86_ES7000
  212. default "8"
  213. help
  214. This allows you to specify the maximum number of CPUs which this
  215. kernel will support. The maximum supported value is 255 and the
  216. minimum value which makes sense is 2.
  217. This is purely to save memory - each supported CPU adds
  218. approximately eight kilobytes to the kernel image.
  219. config SCHED_SMT
  220. bool "SMT (Hyperthreading) scheduler support"
  221. depends on X86_HT
  222. help
  223. SMT scheduler support improves the CPU scheduler's decision making
  224. when dealing with Intel Pentium 4 chips with HyperThreading at a
  225. cost of slightly increased overhead in some places. If unsure say
  226. N here.
  227. config SCHED_MC
  228. bool "Multi-core scheduler support"
  229. depends on X86_HT
  230. default y
  231. help
  232. Multi-core scheduler support improves the CPU scheduler's decision
  233. making when dealing with multi-core CPU chips at a cost of slightly
  234. increased overhead in some places. If unsure say N here.
  235. source "kernel/Kconfig.preempt"
  236. config X86_UP_APIC
  237. bool "Local APIC support on uniprocessors"
  238. depends on !SMP && !(X86_VISWS || X86_VOYAGER || X86_GENERICARCH)
  239. help
  240. A local APIC (Advanced Programmable Interrupt Controller) is an
  241. integrated interrupt controller in the CPU. If you have a single-CPU
  242. system which has a processor with a local APIC, you can say Y here to
  243. enable and use it. If you say Y here even though your machine doesn't
  244. have a local APIC, then the kernel will still run with no slowdown at
  245. all. The local APIC supports CPU-generated self-interrupts (timer,
  246. performance counters), and the NMI watchdog which detects hard
  247. lockups.
  248. config X86_UP_IOAPIC
  249. bool "IO-APIC support on uniprocessors"
  250. depends on X86_UP_APIC
  251. help
  252. An IO-APIC (I/O Advanced Programmable Interrupt Controller) is an
  253. SMP-capable replacement for PC-style interrupt controllers. Most
  254. SMP systems and many recent uniprocessor systems have one.
  255. If you have a single-CPU system with an IO-APIC, you can say Y here
  256. to use it. If you say Y here even though your machine doesn't have
  257. an IO-APIC, then the kernel will still run with no slowdown at all.
  258. config X86_LOCAL_APIC
  259. bool
  260. depends on X86_UP_APIC || ((X86_VISWS || SMP) && !X86_VOYAGER) || X86_GENERICARCH
  261. default y
  262. config X86_IO_APIC
  263. bool
  264. depends on X86_UP_IOAPIC || (SMP && !(X86_VISWS || X86_VOYAGER)) || X86_GENERICARCH
  265. default y
  266. config X86_VISWS_APIC
  267. bool
  268. depends on X86_VISWS
  269. default y
  270. config X86_MCE
  271. bool "Machine Check Exception"
  272. depends on !X86_VOYAGER
  273. ---help---
  274. Machine Check Exception support allows the processor to notify the
  275. kernel if it detects a problem (e.g. overheating, component failure).
  276. The action the kernel takes depends on the severity of the problem,
  277. ranging from a warning message on the console, to halting the machine.
  278. Your processor must be a Pentium or newer to support this - check the
  279. flags in /proc/cpuinfo for mce. Note that some older Pentium systems
  280. have a design flaw which leads to false MCE events - hence MCE is
  281. disabled on all P5 processors, unless explicitly enabled with "mce"
  282. as a boot argument. Similarly, if MCE is built in and creates a
  283. problem on some new non-standard machine, you can boot with "nomce"
  284. to disable it. MCE support simply ignores non-MCE processors like
  285. the 386 and 486, so nearly everyone can say Y here.
  286. config X86_MCE_NONFATAL
  287. tristate "Check for non-fatal errors on AMD Athlon/Duron / Intel Pentium 4"
  288. depends on X86_MCE
  289. help
  290. Enabling this feature starts a timer that triggers every 5 seconds which
  291. will look at the machine check registers to see if anything happened.
  292. Non-fatal problems automatically get corrected (but still logged).
  293. Disable this if you don't want to see these messages.
  294. Seeing the messages this option prints out may be indicative of dying hardware,
  295. or out-of-spec (ie, overclocked) hardware.
  296. This option only does something on certain CPUs.
  297. (AMD Athlon/Duron and Intel Pentium 4)
  298. config X86_MCE_P4THERMAL
  299. bool "check for P4 thermal throttling interrupt."
  300. depends on X86_MCE && (X86_UP_APIC || SMP) && !X86_VISWS
  301. help
  302. Enabling this feature will cause a message to be printed when the P4
  303. enters thermal throttling.
  304. config VM86
  305. default y
  306. bool "Enable VM86 support" if EMBEDDED
  307. help
  308. This option is required by programs like DOSEMU to run 16-bit legacy
  309. code on X86 processors. It also may be needed by software like
  310. XFree86 to initialize some video cards via BIOS. Disabling this
  311. option saves about 6k.
  312. config TOSHIBA
  313. tristate "Toshiba Laptop support"
  314. ---help---
  315. This adds a driver to safely access the System Management Mode of
  316. the CPU on Toshiba portables with a genuine Toshiba BIOS. It does
  317. not work on models with a Phoenix BIOS. The System Management Mode
  318. is used to set the BIOS and power saving options on Toshiba portables.
  319. For information on utilities to make use of this driver see the
  320. Toshiba Linux utilities web site at:
  321. <http://www.buzzard.org.uk/toshiba/>.
  322. Say Y if you intend to run this kernel on a Toshiba portable.
  323. Say N otherwise.
  324. config I8K
  325. tristate "Dell laptop support"
  326. ---help---
  327. This adds a driver to safely access the System Management Mode
  328. of the CPU on the Dell Inspiron 8000. The System Management Mode
  329. is used to read cpu temperature and cooling fan status and to
  330. control the fans on the I8K portables.
  331. This driver has been tested only on the Inspiron 8000 but it may
  332. also work with other Dell laptops. You can force loading on other
  333. models by passing the parameter `force=1' to the module. Use at
  334. your own risk.
  335. For information on utilities to make use of this driver see the
  336. I8K Linux utilities web site at:
  337. <http://people.debian.org/~dz/i8k/>
  338. Say Y if you intend to run this kernel on a Dell Inspiron 8000.
  339. Say N otherwise.
  340. config X86_REBOOTFIXUPS
  341. bool "Enable X86 board specific fixups for reboot"
  342. depends on X86
  343. default n
  344. ---help---
  345. This enables chipset and/or board specific fixups to be done
  346. in order to get reboot to work correctly. This is only needed on
  347. some combinations of hardware and BIOS. The symptom, for which
  348. this config is intended, is when reboot ends with a stalled/hung
  349. system.
  350. Currently, the only fixup is for the Geode GX1/CS5530A/TROM2.1.
  351. combination.
  352. Say Y if you want to enable the fixup. Currently, it's safe to
  353. enable this option even if you don't need it.
  354. Say N otherwise.
  355. config MICROCODE
  356. tristate "/dev/cpu/microcode - Intel IA32 CPU microcode support"
  357. select FW_LOADER
  358. ---help---
  359. If you say Y here and also to "/dev file system support" in the
  360. 'File systems' section, you will be able to update the microcode on
  361. Intel processors in the IA32 family, e.g. Pentium Pro, Pentium II,
  362. Pentium III, Pentium 4, Xeon etc. You will obviously need the
  363. actual microcode binary data itself which is not shipped with the
  364. Linux kernel.
  365. For latest news and information on obtaining all the required
  366. ingredients for this driver, check:
  367. <http://www.urbanmyth.org/microcode/>.
  368. To compile this driver as a module, choose M here: the
  369. module will be called microcode.
  370. config MICROCODE_OLD_INTERFACE
  371. bool
  372. depends on MICROCODE
  373. default y
  374. config X86_MSR
  375. tristate "/dev/cpu/*/msr - Model-specific register support"
  376. help
  377. This device gives privileged processes access to the x86
  378. Model-Specific Registers (MSRs). It is a character device with
  379. major 202 and minors 0 to 31 for /dev/cpu/0/msr to /dev/cpu/31/msr.
  380. MSR accesses are directed to a specific CPU on multi-processor
  381. systems.
  382. config X86_CPUID
  383. tristate "/dev/cpu/*/cpuid - CPU information support"
  384. help
  385. This device gives processes access to the x86 CPUID instruction to
  386. be executed on a specific processor. It is a character device
  387. with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to
  388. /dev/cpu/31/cpuid.
  389. source "drivers/firmware/Kconfig"
  390. choice
  391. prompt "High Memory Support"
  392. default HIGHMEM4G if !X86_NUMAQ
  393. default HIGHMEM64G if X86_NUMAQ
  394. config NOHIGHMEM
  395. bool "off"
  396. depends on !X86_NUMAQ
  397. ---help---
  398. Linux can use up to 64 Gigabytes of physical memory on x86 systems.
  399. However, the address space of 32-bit x86 processors is only 4
  400. Gigabytes large. That means that, if you have a large amount of
  401. physical memory, not all of it can be "permanently mapped" by the
  402. kernel. The physical memory that's not permanently mapped is called
  403. "high memory".
  404. If you are compiling a kernel which will never run on a machine with
  405. more than 1 Gigabyte total physical RAM, answer "off" here (default
  406. choice and suitable for most users). This will result in a "3GB/1GB"
  407. split: 3GB are mapped so that each process sees a 3GB virtual memory
  408. space and the remaining part of the 4GB virtual memory space is used
  409. by the kernel to permanently map as much physical memory as
  410. possible.
  411. If the machine has between 1 and 4 Gigabytes physical RAM, then
  412. answer "4GB" here.
  413. If more than 4 Gigabytes is used then answer "64GB" here. This
  414. selection turns Intel PAE (Physical Address Extension) mode on.
  415. PAE implements 3-level paging on IA32 processors. PAE is fully
  416. supported by Linux, PAE mode is implemented on all recent Intel
  417. processors (Pentium Pro and better). NOTE: If you say "64GB" here,
  418. then the kernel will not boot on CPUs that don't support PAE!
  419. The actual amount of total physical memory will either be
  420. auto detected or can be forced by using a kernel command line option
  421. such as "mem=256M". (Try "man bootparam" or see the documentation of
  422. your boot loader (lilo or loadlin) about how to pass options to the
  423. kernel at boot time.)
  424. If unsure, say "off".
  425. config HIGHMEM4G
  426. bool "4GB"
  427. depends on !X86_NUMAQ
  428. help
  429. Select this if you have a 32-bit processor and between 1 and 4
  430. gigabytes of physical RAM.
  431. config HIGHMEM64G
  432. bool "64GB"
  433. depends on X86_CMPXCHG64
  434. help
  435. Select this if you have a 32-bit processor and more than 4
  436. gigabytes of physical RAM.
  437. endchoice
  438. choice
  439. depends on EXPERIMENTAL
  440. prompt "Memory split" if EMBEDDED
  441. default VMSPLIT_3G
  442. help
  443. Select the desired split between kernel and user memory.
  444. If the address range available to the kernel is less than the
  445. physical memory installed, the remaining memory will be available
  446. as "high memory". Accessing high memory is a little more costly
  447. than low memory, as it needs to be mapped into the kernel first.
  448. Note that increasing the kernel address space limits the range
  449. available to user programs, making the address space there
  450. tighter. Selecting anything other than the default 3G/1G split
  451. will also likely make your kernel incompatible with binary-only
  452. kernel modules.
  453. If you are not absolutely sure what you are doing, leave this
  454. option alone!
  455. config VMSPLIT_3G
  456. bool "3G/1G user/kernel split"
  457. config VMSPLIT_3G_OPT
  458. depends on !HIGHMEM
  459. bool "3G/1G user/kernel split (for full 1G low memory)"
  460. config VMSPLIT_2G
  461. bool "2G/2G user/kernel split"
  462. config VMSPLIT_1G
  463. bool "1G/3G user/kernel split"
  464. endchoice
  465. config PAGE_OFFSET
  466. hex
  467. default 0xB0000000 if VMSPLIT_3G_OPT
  468. default 0x78000000 if VMSPLIT_2G
  469. default 0x40000000 if VMSPLIT_1G
  470. default 0xC0000000
  471. config HIGHMEM
  472. bool
  473. depends on HIGHMEM64G || HIGHMEM4G
  474. default y
  475. config X86_PAE
  476. bool
  477. depends on HIGHMEM64G
  478. default y
  479. select RESOURCES_64BIT
  480. # Common NUMA Features
  481. config NUMA
  482. bool "Numa Memory Allocation and Scheduler Support"
  483. depends on SMP && HIGHMEM64G && (X86_NUMAQ || (X86_SUMMIT || X86_GENERICARCH) && ACPI)
  484. default n if X86_PC
  485. default y if (X86_NUMAQ || X86_SUMMIT)
  486. comment "NUMA (Summit) requires SMP, 64GB highmem support, ACPI"
  487. depends on X86_SUMMIT && (!HIGHMEM64G || !ACPI)
  488. config NODES_SHIFT
  489. int
  490. default "4" if X86_NUMAQ
  491. default "3"
  492. depends on NEED_MULTIPLE_NODES
  493. config HAVE_ARCH_BOOTMEM_NODE
  494. bool
  495. depends on NUMA
  496. default y
  497. config ARCH_HAVE_MEMORY_PRESENT
  498. bool
  499. depends on DISCONTIGMEM
  500. default y
  501. config NEED_NODE_MEMMAP_SIZE
  502. bool
  503. depends on DISCONTIGMEM || SPARSEMEM
  504. default y
  505. config HAVE_ARCH_ALLOC_REMAP
  506. bool
  507. depends on NUMA
  508. default y
  509. config ARCH_FLATMEM_ENABLE
  510. def_bool y
  511. depends on (ARCH_SELECT_MEMORY_MODEL && X86_PC)
  512. config ARCH_DISCONTIGMEM_ENABLE
  513. def_bool y
  514. depends on NUMA
  515. config ARCH_DISCONTIGMEM_DEFAULT
  516. def_bool y
  517. depends on NUMA
  518. config ARCH_SPARSEMEM_ENABLE
  519. def_bool y
  520. depends on (NUMA || (X86_PC && EXPERIMENTAL))
  521. select SPARSEMEM_STATIC
  522. config ARCH_SELECT_MEMORY_MODEL
  523. def_bool y
  524. depends on ARCH_SPARSEMEM_ENABLE
  525. config ARCH_POPULATES_NODE_MAP
  526. def_bool y
  527. source "mm/Kconfig"
  528. config HIGHPTE
  529. bool "Allocate 3rd-level pagetables from highmem"
  530. depends on HIGHMEM4G || HIGHMEM64G
  531. help
  532. The VM uses one page table entry for each page of physical memory.
  533. For systems with a lot of RAM, this can be wasteful of precious
  534. low memory. Setting this option will put user-space page table
  535. entries in high memory.
  536. config MATH_EMULATION
  537. bool "Math emulation"
  538. ---help---
  539. Linux can emulate a math coprocessor (used for floating point
  540. operations) if you don't have one. 486DX and Pentium processors have
  541. a math coprocessor built in, 486SX and 386 do not, unless you added
  542. a 487DX or 387, respectively. (The messages during boot time can
  543. give you some hints here ["man dmesg"].) Everyone needs either a
  544. coprocessor or this emulation.
  545. If you don't have a math coprocessor, you need to say Y here; if you
  546. say Y here even though you have a coprocessor, the coprocessor will
  547. be used nevertheless. (This behavior can be changed with the kernel
  548. command line option "no387", which comes handy if your coprocessor
  549. is broken. Try "man bootparam" or see the documentation of your boot
  550. loader (lilo or loadlin) about how to pass options to the kernel at
  551. boot time.) This means that it is a good idea to say Y here if you
  552. intend to use this kernel on different machines.
  553. More information about the internals of the Linux math coprocessor
  554. emulation can be found in <file:arch/i386/math-emu/README>.
  555. If you are not sure, say Y; apart from resulting in a 66 KB bigger
  556. kernel, it won't hurt.
  557. config MTRR
  558. bool "MTRR (Memory Type Range Register) support"
  559. ---help---
  560. On Intel P6 family processors (Pentium Pro, Pentium II and later)
  561. the Memory Type Range Registers (MTRRs) may be used to control
  562. processor access to memory ranges. This is most useful if you have
  563. a video (VGA) card on a PCI or AGP bus. Enabling write-combining
  564. allows bus write transfers to be combined into a larger transfer
  565. before bursting over the PCI/AGP bus. This can increase performance
  566. of image write operations 2.5 times or more. Saying Y here creates a
  567. /proc/mtrr file which may be used to manipulate your processor's
  568. MTRRs. Typically the X server should use this.
  569. This code has a reasonably generic interface so that similar
  570. control registers on other processors can be easily supported
  571. as well:
  572. The Cyrix 6x86, 6x86MX and M II processors have Address Range
  573. Registers (ARRs) which provide a similar functionality to MTRRs. For
  574. these, the ARRs are used to emulate the MTRRs.
  575. The AMD K6-2 (stepping 8 and above) and K6-3 processors have two
  576. MTRRs. The Centaur C6 (WinChip) has 8 MCRs, allowing
  577. write-combining. All of these processors are supported by this code
  578. and it makes sense to say Y here if you have one of them.
  579. Saying Y here also fixes a problem with buggy SMP BIOSes which only
  580. set the MTRRs for the boot CPU and not for the secondary CPUs. This
  581. can lead to all sorts of problems, so it's good to say Y here.
  582. You can safely say Y even if your machine doesn't have MTRRs, you'll
  583. just add about 9 KB to your kernel.
  584. See <file:Documentation/mtrr.txt> for more information.
  585. config EFI
  586. bool "Boot from EFI support"
  587. depends on ACPI
  588. default n
  589. ---help---
  590. This enables the kernel to boot on EFI platforms using
  591. system configuration information passed to it from the firmware.
  592. This also enables the kernel to use any EFI runtime services that are
  593. available (such as the EFI variable services).
  594. This option is only useful on systems that have EFI firmware
  595. and will result in a kernel image that is ~8k larger. In addition,
  596. you must use the latest ELILO loader available at
  597. <http://elilo.sourceforge.net> in order to take advantage of
  598. kernel initialization using EFI information (neither GRUB nor LILO know
  599. anything about EFI). However, even with this option, the resultant
  600. kernel should continue to boot on existing non-EFI platforms.
  601. config IRQBALANCE
  602. bool "Enable kernel irq balancing"
  603. depends on SMP && X86_IO_APIC
  604. default y
  605. help
  606. The default yes will allow the kernel to do irq load balancing.
  607. Saying no will keep the kernel from doing irq load balancing.
  608. # turning this on wastes a bunch of space.
  609. # Summit needs it only when NUMA is on
  610. config BOOT_IOREMAP
  611. bool
  612. depends on (((X86_SUMMIT || X86_GENERICARCH) && NUMA) || (X86 && EFI))
  613. default y
  614. config SECCOMP
  615. bool "Enable seccomp to safely compute untrusted bytecode"
  616. depends on PROC_FS
  617. default y
  618. help
  619. This kernel feature is useful for number crunching applications
  620. that may need to compute untrusted bytecode during their
  621. execution. By using pipes or other transports made available to
  622. the process as file descriptors supporting the read/write
  623. syscalls, it's possible to isolate those applications in
  624. their own address space using seccomp. Once seccomp is
  625. enabled via /proc/<pid>/seccomp, it cannot be disabled
  626. and the task is only allowed to execute a few safe syscalls
  627. defined by each seccomp mode.
  628. If unsure, say Y. Only embedded should say N here.
  629. source kernel/Kconfig.hz
  630. config KEXEC
  631. bool "kexec system call"
  632. help
  633. kexec is a system call that implements the ability to shutdown your
  634. current kernel, and to start another kernel. It is like a reboot
  635. but it is independent of the system firmware. And like a reboot
  636. you can start any kernel with it, not just Linux.
  637. The name comes from the similarity to the exec system call.
  638. It is an ongoing process to be certain the hardware in a machine
  639. is properly shutdown, so do not be surprised if this code does not
  640. initially work for you. It may help to enable device hotplugging
  641. support. As of this writing the exact hardware interface is
  642. strongly in flux, so no good recommendation can be made.
  643. config CRASH_DUMP
  644. bool "kernel crash dumps (EXPERIMENTAL)"
  645. depends on EXPERIMENTAL
  646. depends on HIGHMEM
  647. help
  648. Generate crash dump after being started by kexec.
  649. This should be normally only set in special crash dump kernels
  650. which are loaded in the main kernel with kexec-tools into
  651. a specially reserved region and then later executed after
  652. a crash by kdump/kexec. The crash dump kernel must be compiled
  653. to a memory address not used by the main kernel or BIOS using
  654. PHYSICAL_START.
  655. For more details see Documentation/kdump/kdump.txt
  656. config PHYSICAL_START
  657. hex "Physical address where the kernel is loaded" if (EMBEDDED || CRASH_DUMP)
  658. default "0x100000"
  659. help
  660. This gives the physical address where the kernel is loaded.
  661. If kernel is a not relocatable (CONFIG_RELOCATABLE=n) then
  662. bzImage will decompress itself to above physical address and
  663. run from there. Otherwise, bzImage will run from the address where
  664. it has been loaded by the boot loader and will ignore above physical
  665. address.
  666. In normal kdump cases one does not have to set/change this option
  667. as now bzImage can be compiled as a completely relocatable image
  668. (CONFIG_RELOCATABLE=y) and be used to load and run from a different
  669. address. This option is mainly useful for the folks who don't want
  670. to use a bzImage for capturing the crash dump and want to use a
  671. vmlinux instead. vmlinux is not relocatable hence a kernel needs
  672. to be specifically compiled to run from a specific memory area
  673. (normally a reserved region) and this option comes handy.
  674. So if you are using bzImage for capturing the crash dump, leave
  675. the value here unchanged to 0x100000 and set CONFIG_RELOCATABLE=y.
  676. Otherwise if you plan to use vmlinux for capturing the crash dump
  677. change this value to start of the reserved region (Typically 16MB
  678. 0x1000000). In other words, it can be set based on the "X" value as
  679. specified in the "crashkernel=YM@XM" command line boot parameter
  680. passed to the panic-ed kernel. Typically this parameter is set as
  681. crashkernel=64M@16M. Please take a look at
  682. Documentation/kdump/kdump.txt for more details about crash dumps.
  683. Usage of bzImage for capturing the crash dump is recommended as
  684. one does not have to build two kernels. Same kernel can be used
  685. as production kernel and capture kernel. Above option should have
  686. gone away after relocatable bzImage support is introduced. But it
  687. is present because there are users out there who continue to use
  688. vmlinux for dump capture. This option should go away down the
  689. line.
  690. Don't change this unless you know what you are doing.
  691. config RELOCATABLE
  692. bool "Build a relocatable kernel(EXPERIMENTAL)"
  693. depends on EXPERIMENTAL
  694. help
  695. This build a kernel image that retains relocation information
  696. so it can be loaded someplace besides the default 1MB.
  697. The relocations tend to the kernel binary about 10% larger,
  698. but are discarded at runtime.
  699. One use is for the kexec on panic case where the recovery kernel
  700. must live at a different physical address than the primary
  701. kernel.
  702. config PHYSICAL_ALIGN
  703. hex "Alignment value to which kernel should be aligned"
  704. default "0x100000"
  705. range 0x2000 0x400000
  706. help
  707. This value puts the alignment restrictions on physical address
  708. where kernel is loaded and run from. Kernel is compiled for an
  709. address which meets above alignment restriction.
  710. If bootloader loads the kernel at a non-aligned address and
  711. CONFIG_RELOCATABLE is set, kernel will move itself to nearest
  712. address aligned to above value and run from there.
  713. If bootloader loads the kernel at a non-aligned address and
  714. CONFIG_RELOCATABLE is not set, kernel will ignore the run time
  715. load address and decompress itself to the address it has been
  716. compiled for and run from there. The address for which kernel is
  717. compiled already meets above alignment restrictions. Hence the
  718. end result is that kernel runs from a physical address meeting
  719. above alignment restrictions.
  720. Don't change this unless you know what you are doing.
  721. config HOTPLUG_CPU
  722. bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
  723. depends on SMP && HOTPLUG && EXPERIMENTAL && !X86_VOYAGER
  724. ---help---
  725. Say Y here to experiment with turning CPUs off and on, and to
  726. enable suspend on SMP systems. CPUs can be controlled through
  727. /sys/devices/system/cpu.
  728. config COMPAT_VDSO
  729. bool "Compat VDSO support"
  730. default y
  731. depends on !PARAVIRT
  732. help
  733. Map the VDSO to the predictable old-style address too.
  734. ---help---
  735. Say N here if you are running a sufficiently recent glibc
  736. version (2.3.3 or later), to remove the high-mapped
  737. VDSO mapping and to exclusively use the randomized VDSO.
  738. If unsure, say Y.
  739. endmenu
  740. config ARCH_ENABLE_MEMORY_HOTPLUG
  741. def_bool y
  742. depends on HIGHMEM
  743. menu "Power management options (ACPI, APM)"
  744. depends on !X86_VOYAGER
  745. source kernel/power/Kconfig
  746. source "drivers/acpi/Kconfig"
  747. menu "APM (Advanced Power Management) BIOS Support"
  748. depends on PM && !X86_VISWS
  749. config APM
  750. tristate "APM (Advanced Power Management) BIOS support"
  751. depends on PM
  752. ---help---
  753. APM is a BIOS specification for saving power using several different
  754. techniques. This is mostly useful for battery powered laptops with
  755. APM compliant BIOSes. If you say Y here, the system time will be
  756. reset after a RESUME operation, the /proc/apm device will provide
  757. battery status information, and user-space programs will receive
  758. notification of APM "events" (e.g. battery status change).
  759. If you select "Y" here, you can disable actual use of the APM
  760. BIOS by passing the "apm=off" option to the kernel at boot time.
  761. Note that the APM support is almost completely disabled for
  762. machines with more than one CPU.
  763. In order to use APM, you will need supporting software. For location
  764. and more information, read <file:Documentation/pm.txt> and the
  765. Battery Powered Linux mini-HOWTO, available from
  766. <http://www.tldp.org/docs.html#howto>.
  767. This driver does not spin down disk drives (see the hdparm(8)
  768. manpage ("man 8 hdparm") for that), and it doesn't turn off
  769. VESA-compliant "green" monitors.
  770. This driver does not support the TI 4000M TravelMate and the ACER
  771. 486/DX4/75 because they don't have compliant BIOSes. Many "green"
  772. desktop machines also don't have compliant BIOSes, and this driver
  773. may cause those machines to panic during the boot phase.
  774. Generally, if you don't have a battery in your machine, there isn't
  775. much point in using this driver and you should say N. If you get
  776. random kernel OOPSes or reboots that don't seem to be related to
  777. anything, try disabling/enabling this option (or disabling/enabling
  778. APM in your BIOS).
  779. Some other things you should try when experiencing seemingly random,
  780. "weird" problems:
  781. 1) make sure that you have enough swap space and that it is
  782. enabled.
  783. 2) pass the "no-hlt" option to the kernel
  784. 3) switch on floating point emulation in the kernel and pass
  785. the "no387" option to the kernel
  786. 4) pass the "floppy=nodma" option to the kernel
  787. 5) pass the "mem=4M" option to the kernel (thereby disabling
  788. all but the first 4 MB of RAM)
  789. 6) make sure that the CPU is not over clocked.
  790. 7) read the sig11 FAQ at <http://www.bitwizard.nl/sig11/>
  791. 8) disable the cache from your BIOS settings
  792. 9) install a fan for the video card or exchange video RAM
  793. 10) install a better fan for the CPU
  794. 11) exchange RAM chips
  795. 12) exchange the motherboard.
  796. To compile this driver as a module, choose M here: the
  797. module will be called apm.
  798. config APM_IGNORE_USER_SUSPEND
  799. bool "Ignore USER SUSPEND"
  800. depends on APM
  801. help
  802. This option will ignore USER SUSPEND requests. On machines with a
  803. compliant APM BIOS, you want to say N. However, on the NEC Versa M
  804. series notebooks, it is necessary to say Y because of a BIOS bug.
  805. config APM_DO_ENABLE
  806. bool "Enable PM at boot time"
  807. depends on APM
  808. ---help---
  809. Enable APM features at boot time. From page 36 of the APM BIOS
  810. specification: "When disabled, the APM BIOS does not automatically
  811. power manage devices, enter the Standby State, enter the Suspend
  812. State, or take power saving steps in response to CPU Idle calls."
  813. This driver will make CPU Idle calls when Linux is idle (unless this
  814. feature is turned off -- see "Do CPU IDLE calls", below). This
  815. should always save battery power, but more complicated APM features
  816. will be dependent on your BIOS implementation. You may need to turn
  817. this option off if your computer hangs at boot time when using APM
  818. support, or if it beeps continuously instead of suspending. Turn
  819. this off if you have a NEC UltraLite Versa 33/C or a Toshiba
  820. T400CDT. This is off by default since most machines do fine without
  821. this feature.
  822. config APM_CPU_IDLE
  823. bool "Make CPU Idle calls when idle"
  824. depends on APM
  825. help
  826. Enable calls to APM CPU Idle/CPU Busy inside the kernel's idle loop.
  827. On some machines, this can activate improved power savings, such as
  828. a slowed CPU clock rate, when the machine is idle. These idle calls
  829. are made after the idle loop has run for some length of time (e.g.,
  830. 333 mS). On some machines, this will cause a hang at boot time or
  831. whenever the CPU becomes idle. (On machines with more than one CPU,
  832. this option does nothing.)
  833. config APM_DISPLAY_BLANK
  834. bool "Enable console blanking using APM"
  835. depends on APM
  836. help
  837. Enable console blanking using the APM. Some laptops can use this to
  838. turn off the LCD backlight when the screen blanker of the Linux
  839. virtual console blanks the screen. Note that this is only used by
  840. the virtual console screen blanker, and won't turn off the backlight
  841. when using the X Window system. This also doesn't have anything to
  842. do with your VESA-compliant power-saving monitor. Further, this
  843. option doesn't work for all laptops -- it might not turn off your
  844. backlight at all, or it might print a lot of errors to the console,
  845. especially if you are using gpm.
  846. config APM_RTC_IS_GMT
  847. bool "RTC stores time in GMT"
  848. depends on APM
  849. help
  850. Say Y here if your RTC (Real Time Clock a.k.a. hardware clock)
  851. stores the time in GMT (Greenwich Mean Time). Say N if your RTC
  852. stores localtime.
  853. It is in fact recommended to store GMT in your RTC, because then you
  854. don't have to worry about daylight savings time changes. The only
  855. reason not to use GMT in your RTC is if you also run a broken OS
  856. that doesn't understand GMT.
  857. config APM_ALLOW_INTS
  858. bool "Allow interrupts during APM BIOS calls"
  859. depends on APM
  860. help
  861. Normally we disable external interrupts while we are making calls to
  862. the APM BIOS as a measure to lessen the effects of a badly behaving
  863. BIOS implementation. The BIOS should reenable interrupts if it
  864. needs to. Unfortunately, some BIOSes do not -- especially those in
  865. many of the newer IBM Thinkpads. If you experience hangs when you
  866. suspend, try setting this to Y. Otherwise, say N.
  867. config APM_REAL_MODE_POWER_OFF
  868. bool "Use real mode APM BIOS call to power off"
  869. depends on APM
  870. help
  871. Use real mode APM BIOS calls to switch off the computer. This is
  872. a work-around for a number of buggy BIOSes. Switch this option on if
  873. your computer crashes instead of powering off properly.
  874. endmenu
  875. source "arch/i386/kernel/cpu/cpufreq/Kconfig"
  876. endmenu
  877. menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)"
  878. config PCI
  879. bool "PCI support" if !X86_VISWS
  880. depends on !X86_VOYAGER
  881. default y if X86_VISWS
  882. help
  883. Find out whether you have a PCI motherboard. PCI is the name of a
  884. bus system, i.e. the way the CPU talks to the other stuff inside
  885. your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
  886. VESA. If you have PCI, say Y, otherwise N.
  887. The PCI-HOWTO, available from
  888. <http://www.tldp.org/docs.html#howto>, contains valuable
  889. information about which PCI hardware does work under Linux and which
  890. doesn't.
  891. choice
  892. prompt "PCI access mode"
  893. depends on PCI && !X86_VISWS
  894. default PCI_GOANY
  895. ---help---
  896. On PCI systems, the BIOS can be used to detect the PCI devices and
  897. determine their configuration. However, some old PCI motherboards
  898. have BIOS bugs and may crash if this is done. Also, some embedded
  899. PCI-based systems don't have any BIOS at all. Linux can also try to
  900. detect the PCI hardware directly without using the BIOS.
  901. With this option, you can specify how Linux should detect the
  902. PCI devices. If you choose "BIOS", the BIOS will be used,
  903. if you choose "Direct", the BIOS won't be used, and if you
  904. choose "MMConfig", then PCI Express MMCONFIG will be used.
  905. If you choose "Any", the kernel will try MMCONFIG, then the
  906. direct access method and falls back to the BIOS if that doesn't
  907. work. If unsure, go with the default, which is "Any".
  908. config PCI_GOBIOS
  909. bool "BIOS"
  910. config PCI_GOMMCONFIG
  911. bool "MMConfig"
  912. config PCI_GODIRECT
  913. bool "Direct"
  914. config PCI_GOANY
  915. bool "Any"
  916. endchoice
  917. config PCI_BIOS
  918. bool
  919. depends on !X86_VISWS && PCI && (PCI_GOBIOS || PCI_GOANY)
  920. default y
  921. config PCI_DIRECT
  922. bool
  923. depends on PCI && ((PCI_GODIRECT || PCI_GOANY) || X86_VISWS)
  924. default y
  925. config PCI_MMCONFIG
  926. bool
  927. depends on PCI && ACPI && (PCI_GOMMCONFIG || PCI_GOANY)
  928. default y
  929. source "drivers/pci/pcie/Kconfig"
  930. source "drivers/pci/Kconfig"
  931. config ISA_DMA_API
  932. bool
  933. default y
  934. config ISA
  935. bool "ISA support"
  936. depends on !(X86_VOYAGER || X86_VISWS)
  937. help
  938. Find out whether you have ISA slots on your motherboard. ISA is the
  939. name of a bus system, i.e. the way the CPU talks to the other stuff
  940. inside your box. Other bus systems are PCI, EISA, MicroChannel
  941. (MCA) or VESA. ISA is an older system, now being displaced by PCI;
  942. newer boards don't support it. If you have ISA, say Y, otherwise N.
  943. config EISA
  944. bool "EISA support"
  945. depends on ISA
  946. ---help---
  947. The Extended Industry Standard Architecture (EISA) bus was
  948. developed as an open alternative to the IBM MicroChannel bus.
  949. The EISA bus provided some of the features of the IBM MicroChannel
  950. bus while maintaining backward compatibility with cards made for
  951. the older ISA bus. The EISA bus saw limited use between 1988 and
  952. 1995 when it was made obsolete by the PCI bus.
  953. Say Y here if you are building a kernel for an EISA-based machine.
  954. Otherwise, say N.
  955. source "drivers/eisa/Kconfig"
  956. config MCA
  957. bool "MCA support" if !(X86_VISWS || X86_VOYAGER)
  958. default y if X86_VOYAGER
  959. help
  960. MicroChannel Architecture is found in some IBM PS/2 machines and
  961. laptops. It is a bus system similar to PCI or ISA. See
  962. <file:Documentation/mca.txt> (and especially the web page given
  963. there) before attempting to build an MCA bus kernel.
  964. source "drivers/mca/Kconfig"
  965. config SCx200
  966. tristate "NatSemi SCx200 support"
  967. depends on !X86_VOYAGER
  968. help
  969. This provides basic support for National Semiconductor's
  970. (now AMD's) Geode processors. The driver probes for the
  971. PCI-IDs of several on-chip devices, so its a good dependency
  972. for other scx200_* drivers.
  973. If compiled as a module, the driver is named scx200.
  974. config SCx200HR_TIMER
  975. tristate "NatSemi SCx200 27MHz High-Resolution Timer Support"
  976. depends on SCx200 && GENERIC_TIME
  977. default y
  978. help
  979. This driver provides a clocksource built upon the on-chip
  980. 27MHz high-resolution timer. Its also a workaround for
  981. NSC Geode SC-1100's buggy TSC, which loses time when the
  982. processor goes idle (as is done by the scheduler). The
  983. other workaround is idle=poll boot option.
  984. config K8_NB
  985. def_bool y
  986. depends on AGP_AMD64
  987. source "drivers/pcmcia/Kconfig"
  988. source "drivers/pci/hotplug/Kconfig"
  989. endmenu
  990. menu "Executable file formats"
  991. source "fs/Kconfig.binfmt"
  992. endmenu
  993. source "net/Kconfig"
  994. source "drivers/Kconfig"
  995. source "fs/Kconfig"
  996. menu "Instrumentation Support"
  997. depends on EXPERIMENTAL
  998. source "arch/i386/oprofile/Kconfig"
  999. config KPROBES
  1000. bool "Kprobes (EXPERIMENTAL)"
  1001. depends on KALLSYMS && EXPERIMENTAL && MODULES
  1002. help
  1003. Kprobes allows you to trap at almost any kernel address and
  1004. execute a callback function. register_kprobe() establishes
  1005. a probepoint and specifies the callback. Kprobes is useful
  1006. for kernel debugging, non-intrusive instrumentation and testing.
  1007. If in doubt, say "N".
  1008. endmenu
  1009. source "arch/i386/Kconfig.debug"
  1010. source "security/Kconfig"
  1011. source "crypto/Kconfig"
  1012. source "lib/Kconfig"
  1013. #
  1014. # Use the generic interrupt handling code in kernel/irq/:
  1015. #
  1016. config GENERIC_HARDIRQS
  1017. bool
  1018. default y
  1019. config GENERIC_IRQ_PROBE
  1020. bool
  1021. default y
  1022. config GENERIC_PENDING_IRQ
  1023. bool
  1024. depends on GENERIC_HARDIRQS && SMP
  1025. default y
  1026. config X86_SMP
  1027. bool
  1028. depends on SMP && !X86_VOYAGER
  1029. default y
  1030. config X86_HT
  1031. bool
  1032. depends on SMP && !(X86_VISWS || X86_VOYAGER)
  1033. default y
  1034. config X86_BIOS_REBOOT
  1035. bool
  1036. depends on !(X86_VISWS || X86_VOYAGER)
  1037. default y
  1038. config X86_TRAMPOLINE
  1039. bool
  1040. depends on X86_SMP || (X86_VOYAGER && SMP)
  1041. default y
  1042. config KTIME_SCALAR
  1043. bool
  1044. default y
  1045. config NO_IDLE_HZ
  1046. bool
  1047. depends on PARAVIRT
  1048. default y
  1049. help
  1050. Switches the regular HZ timer off when the system is going idle.
  1051. This helps a hypervisor detect that the Linux system is idle,
  1052. reducing the overhead of idle systems.