Kconfig 41 KB

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