Kconfig 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see Documentation/kbuild/kconfig-language.txt.
  4. #
  5. # Note: ISA is disabled and will hopefully never be enabled.
  6. # If you managed to buy an ISA x86-64 box you'll have to fix all the
  7. # ISA drivers you need yourself.
  8. #
  9. mainmenu "Linux Kernel Configuration"
  10. config X86_64
  11. bool
  12. default y
  13. help
  14. Port to the x86-64 architecture. x86-64 is a 64-bit extension to the
  15. classical 32-bit x86 architecture. For details see
  16. <http://www.x86-64.org/>.
  17. config 64BIT
  18. def_bool y
  19. config X86
  20. bool
  21. default y
  22. config GENERIC_TIME
  23. bool
  24. default y
  25. config GENERIC_TIME_VSYSCALL
  26. bool
  27. default y
  28. config GENERIC_CMOS_UPDATE
  29. bool
  30. default y
  31. config ZONE_DMA32
  32. bool
  33. default y
  34. config LOCKDEP_SUPPORT
  35. bool
  36. default y
  37. config STACKTRACE_SUPPORT
  38. bool
  39. default y
  40. config SEMAPHORE_SLEEPERS
  41. bool
  42. default y
  43. config MMU
  44. bool
  45. default y
  46. config ZONE_DMA
  47. bool
  48. default y
  49. config QUICKLIST
  50. bool
  51. default y
  52. config NR_QUICK
  53. int
  54. default 2
  55. config ISA
  56. bool
  57. config SBUS
  58. bool
  59. config RWSEM_GENERIC_SPINLOCK
  60. bool
  61. default y
  62. config RWSEM_XCHGADD_ALGORITHM
  63. bool
  64. config GENERIC_HWEIGHT
  65. bool
  66. default y
  67. config GENERIC_CALIBRATE_DELAY
  68. bool
  69. default y
  70. config X86_CMPXCHG
  71. bool
  72. default y
  73. config EARLY_PRINTK
  74. bool
  75. default y
  76. config GENERIC_ISA_DMA
  77. bool
  78. default y
  79. config GENERIC_IOMAP
  80. bool
  81. default y
  82. config ARCH_MAY_HAVE_PC_FDC
  83. bool
  84. default y
  85. config ARCH_POPULATES_NODE_MAP
  86. def_bool y
  87. config DMI
  88. bool
  89. default y
  90. config AUDIT_ARCH
  91. bool
  92. default y
  93. config GENERIC_BUG
  94. bool
  95. default y
  96. depends on BUG
  97. config ARCH_HAS_ILOG2_U32
  98. bool
  99. default n
  100. config ARCH_HAS_ILOG2_U64
  101. bool
  102. default n
  103. source "init/Kconfig"
  104. menu "Processor type and features"
  105. choice
  106. prompt "Subarchitecture Type"
  107. default X86_PC
  108. config X86_PC
  109. bool "PC-compatible"
  110. help
  111. Choose this option if your computer is a standard PC or compatible.
  112. config X86_VSMP
  113. bool "Support for ScaleMP vSMP"
  114. depends on PCI
  115. help
  116. Support for ScaleMP vSMP systems. Say 'Y' here if this kernel is
  117. supposed to run on these EM64T-based machines. Only choose this option
  118. if you have one of these machines.
  119. endchoice
  120. choice
  121. prompt "Processor family"
  122. default GENERIC_CPU
  123. config MK8
  124. bool "AMD-Opteron/Athlon64"
  125. help
  126. Optimize for AMD Opteron/Athlon64/Hammer/K8 CPUs.
  127. config MPSC
  128. bool "Intel P4 / older Netburst based Xeon"
  129. help
  130. Optimize for Intel Pentium 4 and older Nocona/Dempsey Xeon CPUs
  131. with Intel Extended Memory 64 Technology(EM64T). For details see
  132. <http://www.intel.com/technology/64bitextensions/>.
  133. Note that the latest Xeons (Xeon 51xx and 53xx) are not based on the
  134. Netburst core and shouldn't use this option. You can distinguish them
  135. using the cpu family field
  136. in /proc/cpuinfo. Family 15 is an older Xeon, Family 6 a newer one
  137. (this rule only applies to systems that support EM64T)
  138. config MCORE2
  139. bool "Intel Core2 / newer Xeon"
  140. help
  141. Optimize for Intel Core2 and newer Xeons (51xx)
  142. You can distinguish the newer Xeons from the older ones using
  143. the cpu family field in /proc/cpuinfo. 15 is an older Xeon
  144. (use CONFIG_MPSC then), 6 is a newer one. This rule only
  145. applies to CPUs that support EM64T.
  146. config GENERIC_CPU
  147. bool "Generic-x86-64"
  148. help
  149. Generic x86-64 CPU.
  150. Run equally well on all x86-64 CPUs.
  151. endchoice
  152. #
  153. # Define implied options from the CPU selection here
  154. #
  155. config X86_L1_CACHE_BYTES
  156. int
  157. default "128" if GENERIC_CPU || MPSC
  158. default "64" if MK8 || MCORE2
  159. config X86_L1_CACHE_SHIFT
  160. int
  161. default "7" if GENERIC_CPU || MPSC
  162. default "6" if MK8 || MCORE2
  163. config X86_INTERNODE_CACHE_BYTES
  164. int
  165. default "4096" if X86_VSMP
  166. default X86_L1_CACHE_BYTES if !X86_VSMP
  167. config X86_TSC
  168. bool
  169. default y
  170. config X86_GOOD_APIC
  171. bool
  172. default y
  173. config MICROCODE
  174. tristate "/dev/cpu/microcode - Intel CPU microcode support"
  175. select FW_LOADER
  176. ---help---
  177. If you say Y here the 'File systems' section, you will be
  178. able to update the microcode on Intel processors. You will
  179. obviously need the actual microcode binary data itself which is
  180. not shipped with the Linux kernel.
  181. For latest news and information on obtaining all the required
  182. ingredients for this driver, check:
  183. <http://www.urbanmyth.org/microcode/>.
  184. To compile this driver as a module, choose M here: the
  185. module will be called microcode.
  186. If you use modprobe or kmod you may also want to add the line
  187. 'alias char-major-10-184 microcode' to your /etc/modules.conf file.
  188. config MICROCODE_OLD_INTERFACE
  189. bool
  190. depends on MICROCODE
  191. default y
  192. config X86_MSR
  193. tristate "/dev/cpu/*/msr - Model-specific register support"
  194. help
  195. This device gives privileged processes access to the x86
  196. Model-Specific Registers (MSRs). It is a character device with
  197. major 202 and minors 0 to 31 for /dev/cpu/0/msr to /dev/cpu/31/msr.
  198. MSR accesses are directed to a specific CPU on multi-processor
  199. systems.
  200. config X86_CPUID
  201. tristate "/dev/cpu/*/cpuid - CPU information support"
  202. help
  203. This device gives processes access to the x86 CPUID instruction to
  204. be executed on a specific processor. It is a character device
  205. with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to
  206. /dev/cpu/31/cpuid.
  207. config X86_HT
  208. bool
  209. depends on SMP && !MK8
  210. default y
  211. config MATH_EMULATION
  212. bool
  213. config MCA
  214. bool
  215. config EISA
  216. bool
  217. config X86_IO_APIC
  218. bool
  219. default y
  220. config X86_LOCAL_APIC
  221. bool
  222. default y
  223. config MTRR
  224. bool "MTRR (Memory Type Range Register) support"
  225. ---help---
  226. On Intel P6 family processors (Pentium Pro, Pentium II and later)
  227. the Memory Type Range Registers (MTRRs) may be used to control
  228. processor access to memory ranges. This is most useful if you have
  229. a video (VGA) card on a PCI or AGP bus. Enabling write-combining
  230. allows bus write transfers to be combined into a larger transfer
  231. before bursting over the PCI/AGP bus. This can increase performance
  232. of image write operations 2.5 times or more. Saying Y here creates a
  233. /proc/mtrr file which may be used to manipulate your processor's
  234. MTRRs. Typically the X server should use this.
  235. This code has a reasonably generic interface so that similar
  236. control registers on other processors can be easily supported
  237. as well.
  238. Saying Y here also fixes a problem with buggy SMP BIOSes which only
  239. set the MTRRs for the boot CPU and not for the secondary CPUs. This
  240. can lead to all sorts of problems, so it's good to say Y here.
  241. Just say Y here, all x86-64 machines support MTRRs.
  242. See <file:Documentation/mtrr.txt> for more information.
  243. config SMP
  244. bool "Symmetric multi-processing support"
  245. ---help---
  246. This enables support for systems with more than one CPU. If you have
  247. a system with only one CPU, like most personal computers, say N. If
  248. you have a system with more than one CPU, say Y.
  249. If you say N here, the kernel will run on single and multiprocessor
  250. machines, but will use only one CPU of a multiprocessor machine. If
  251. you say Y here, the kernel will run on many, but not all,
  252. singleprocessor machines. On a singleprocessor machine, the kernel
  253. will run faster if you say N here.
  254. If you don't know what to do here, say N.
  255. config SCHED_SMT
  256. bool "SMT (Hyperthreading) scheduler support"
  257. depends on SMP
  258. default n
  259. help
  260. SMT scheduler support improves the CPU scheduler's decision making
  261. when dealing with Intel Pentium 4 chips with HyperThreading at a
  262. cost of slightly increased overhead in some places. If unsure say
  263. N here.
  264. config SCHED_MC
  265. bool "Multi-core scheduler support"
  266. depends on SMP
  267. default y
  268. help
  269. Multi-core scheduler support improves the CPU scheduler's decision
  270. making when dealing with multi-core CPU chips at a cost of slightly
  271. increased overhead in some places. If unsure say N here.
  272. source "kernel/Kconfig.preempt"
  273. config NUMA
  274. bool "Non Uniform Memory Access (NUMA) Support"
  275. depends on SMP
  276. help
  277. Enable NUMA (Non Uniform Memory Access) support. The kernel
  278. will try to allocate memory used by a CPU on the local memory
  279. controller of the CPU and add some more NUMA awareness to the kernel.
  280. This code is recommended on all multiprocessor Opteron systems.
  281. If the system is EM64T, you should say N unless your system is EM64T
  282. NUMA.
  283. config K8_NUMA
  284. bool "Old style AMD Opteron NUMA detection"
  285. depends on NUMA && PCI
  286. default y
  287. help
  288. Enable K8 NUMA node topology detection. You should say Y here if
  289. you have a multi processor AMD K8 system. This uses an old
  290. method to read the NUMA configuration directly from the builtin
  291. Northbridge of Opteron. It is recommended to use X86_64_ACPI_NUMA
  292. instead, which also takes priority if both are compiled in.
  293. config NODES_SHIFT
  294. int
  295. default "6"
  296. depends on NEED_MULTIPLE_NODES
  297. # Dummy CONFIG option to select ACPI_NUMA from drivers/acpi/Kconfig.
  298. config X86_64_ACPI_NUMA
  299. bool "ACPI NUMA detection"
  300. depends on NUMA
  301. select ACPI
  302. select PCI
  303. select ACPI_NUMA
  304. default y
  305. help
  306. Enable ACPI SRAT based node topology detection.
  307. config NUMA_EMU
  308. bool "NUMA emulation"
  309. depends on NUMA
  310. help
  311. Enable NUMA emulation. A flat machine will be split
  312. into virtual nodes when booted with "numa=fake=N", where N is the
  313. number of nodes. This is only useful for debugging.
  314. config ARCH_DISCONTIGMEM_ENABLE
  315. bool
  316. depends on NUMA
  317. default y
  318. config ARCH_DISCONTIGMEM_DEFAULT
  319. def_bool y
  320. depends on NUMA
  321. config ARCH_SPARSEMEM_ENABLE
  322. def_bool y
  323. depends on (NUMA || EXPERIMENTAL)
  324. config ARCH_MEMORY_PROBE
  325. def_bool y
  326. depends on MEMORY_HOTPLUG
  327. config ARCH_FLATMEM_ENABLE
  328. def_bool y
  329. depends on !NUMA
  330. source "mm/Kconfig"
  331. config MEMORY_HOTPLUG_RESERVE
  332. def_bool y
  333. depends on (MEMORY_HOTPLUG && DISCONTIGMEM)
  334. config HAVE_ARCH_EARLY_PFN_TO_NID
  335. def_bool y
  336. depends on NUMA
  337. config OUT_OF_LINE_PFN_TO_PAGE
  338. def_bool y
  339. depends on DISCONTIGMEM
  340. config NR_CPUS
  341. int "Maximum number of CPUs (2-255)"
  342. range 2 255
  343. depends on SMP
  344. default "8"
  345. help
  346. This allows you to specify the maximum number of CPUs which this
  347. kernel will support. Current maximum is 255 CPUs due to
  348. APIC addressing limits. Less depending on the hardware.
  349. This is purely to save memory - each supported CPU requires
  350. memory in the static kernel configuration.
  351. config PHYSICAL_ALIGN
  352. hex
  353. default "0x200000"
  354. config HOTPLUG_CPU
  355. bool "Support for suspend on SMP and hot-pluggable CPUs (EXPERIMENTAL)"
  356. depends on SMP && HOTPLUG && EXPERIMENTAL
  357. help
  358. Say Y here to experiment with turning CPUs off and on. CPUs
  359. can be controlled through /sys/devices/system/cpu/cpu#.
  360. This is also required for suspend/hibernation on SMP systems.
  361. Say N if you want to disable CPU hotplug and don't need to
  362. suspend.
  363. config ARCH_ENABLE_MEMORY_HOTPLUG
  364. def_bool y
  365. config HPET_TIMER
  366. bool
  367. default y
  368. help
  369. Use the IA-PC HPET (High Precision Event Timer) to manage
  370. time in preference to the PIT and RTC, if a HPET is
  371. present. The HPET provides a stable time base on SMP
  372. systems, unlike the TSC, but it is more expensive to access,
  373. as it is off-chip. You can find the HPET spec at
  374. <http://www.intel.com/hardwaredesign/hpetspec.htm>.
  375. config HPET_EMULATE_RTC
  376. bool "Provide RTC interrupt"
  377. depends on HPET_TIMER && RTC=y
  378. # Mark as embedded because too many people got it wrong.
  379. # The code disables itself when not needed.
  380. config IOMMU
  381. bool "IOMMU support" if EMBEDDED
  382. default y
  383. select SWIOTLB
  384. select AGP
  385. depends on PCI
  386. help
  387. Support for full DMA access of devices with 32bit memory access only
  388. on systems with more than 3GB. This is usually needed for USB,
  389. sound, many IDE/SATA chipsets and some other devices.
  390. Provides a driver for the AMD Athlon64/Opteron/Turion/Sempron GART
  391. based hardware IOMMU and a software bounce buffer based IOMMU used
  392. on Intel systems and as fallback.
  393. The code is only active when needed (enough memory and limited
  394. device) unless CONFIG_IOMMU_DEBUG or iommu=force is specified
  395. too.
  396. config CALGARY_IOMMU
  397. bool "IBM Calgary IOMMU support"
  398. select SWIOTLB
  399. depends on PCI && EXPERIMENTAL
  400. help
  401. Support for hardware IOMMUs in IBM's xSeries x366 and x460
  402. systems. Needed to run systems with more than 3GB of memory
  403. properly with 32-bit PCI devices that do not support DAC
  404. (Double Address Cycle). Calgary also supports bus level
  405. isolation, where all DMAs pass through the IOMMU. This
  406. prevents them from going anywhere except their intended
  407. destination. This catches hard-to-find kernel bugs and
  408. mis-behaving drivers and devices that do not use the DMA-API
  409. properly to set up their DMA buffers. The IOMMU can be
  410. turned off at boot time with the iommu=off parameter.
  411. Normally the kernel will make the right choice by itself.
  412. If unsure, say Y.
  413. config CALGARY_IOMMU_ENABLED_BY_DEFAULT
  414. bool "Should Calgary be enabled by default?"
  415. default y
  416. depends on CALGARY_IOMMU
  417. help
  418. Should Calgary be enabled by default? if you choose 'y', Calgary
  419. will be used (if it exists). If you choose 'n', Calgary will not be
  420. used even if it exists. If you choose 'n' and would like to use
  421. Calgary anyway, pass 'iommu=calgary' on the kernel command line.
  422. If unsure, say Y.
  423. # need this always selected by IOMMU for the VIA workaround
  424. config SWIOTLB
  425. bool
  426. help
  427. Support for software bounce buffers used on x86-64 systems
  428. which don't have a hardware IOMMU (e.g. the current generation
  429. of Intel's x86-64 CPUs). Using this PCI devices which can only
  430. access 32-bits of memory can be used on systems with more than
  431. 3 GB of memory. If unsure, say Y.
  432. config X86_MCE
  433. bool "Machine check support" if EMBEDDED
  434. default y
  435. help
  436. Include a machine check error handler to report hardware errors.
  437. This version will require the mcelog utility to decode some
  438. machine check error logs. See
  439. ftp://ftp.x86-64.org/pub/linux/tools/mcelog
  440. config X86_MCE_INTEL
  441. bool "Intel MCE features"
  442. depends on X86_MCE && X86_LOCAL_APIC
  443. default y
  444. help
  445. Additional support for intel specific MCE features such as
  446. the thermal monitor.
  447. config X86_MCE_AMD
  448. bool "AMD MCE features"
  449. depends on X86_MCE && X86_LOCAL_APIC
  450. default y
  451. help
  452. Additional support for AMD specific MCE features such as
  453. the DRAM Error Threshold.
  454. config KEXEC
  455. bool "kexec system call"
  456. help
  457. kexec is a system call that implements the ability to shutdown your
  458. current kernel, and to start another kernel. It is like a reboot
  459. but it is independent of the system firmware. And like a reboot
  460. you can start any kernel with it, not just Linux.
  461. The name comes from the similarity to the exec system call.
  462. It is an ongoing process to be certain the hardware in a machine
  463. is properly shutdown, so do not be surprised if this code does not
  464. initially work for you. It may help to enable device hotplugging
  465. support. As of this writing the exact hardware interface is
  466. strongly in flux, so no good recommendation can be made.
  467. config CRASH_DUMP
  468. bool "kernel crash dumps (EXPERIMENTAL)"
  469. depends on EXPERIMENTAL
  470. help
  471. Generate crash dump after being started by kexec.
  472. This should be normally only set in special crash dump kernels
  473. which are loaded in the main kernel with kexec-tools into
  474. a specially reserved region and then later executed after
  475. a crash by kdump/kexec. The crash dump kernel must be compiled
  476. to a memory address not used by the main kernel or BIOS using
  477. PHYSICAL_START.
  478. For more details see Documentation/kdump/kdump.txt
  479. config RELOCATABLE
  480. bool "Build a relocatable kernel(EXPERIMENTAL)"
  481. depends on EXPERIMENTAL
  482. help
  483. Builds a relocatable kernel. This enables loading and running
  484. a kernel binary from a different physical address than it has
  485. been compiled for.
  486. One use is for the kexec on panic case where the recovery kernel
  487. must live at a different physical address than the primary
  488. kernel.
  489. Note: If CONFIG_RELOCATABLE=y, then kernel run from the address
  490. it has been loaded at and compile time physical address
  491. (CONFIG_PHYSICAL_START) is ignored.
  492. config PHYSICAL_START
  493. hex "Physical address where the kernel is loaded" if (EMBEDDED || CRASH_DUMP)
  494. default "0x200000"
  495. help
  496. This gives the physical address where the kernel is loaded. It
  497. should be aligned to 2MB boundary.
  498. If kernel is a not relocatable (CONFIG_RELOCATABLE=n) then
  499. bzImage will decompress itself to above physical address and
  500. run from there. Otherwise, bzImage will run from the address where
  501. it has been loaded by the boot loader and will ignore above physical
  502. address.
  503. In normal kdump cases one does not have to set/change this option
  504. as now bzImage can be compiled as a completely relocatable image
  505. (CONFIG_RELOCATABLE=y) and be used to load and run from a different
  506. address. This option is mainly useful for the folks who don't want
  507. to use a bzImage for capturing the crash dump and want to use a
  508. vmlinux instead.
  509. So if you are using bzImage for capturing the crash dump, leave
  510. the value here unchanged to 0x200000 and set CONFIG_RELOCATABLE=y.
  511. Otherwise if you plan to use vmlinux for capturing the crash dump
  512. change this value to start of the reserved region (Typically 16MB
  513. 0x1000000). In other words, it can be set based on the "X" value as
  514. specified in the "crashkernel=YM@XM" command line boot parameter
  515. passed to the panic-ed kernel. Typically this parameter is set as
  516. crashkernel=64M@16M. Please take a look at
  517. Documentation/kdump/kdump.txt for more details about crash dumps.
  518. Usage of bzImage for capturing the crash dump is advantageous as
  519. one does not have to build two kernels. Same kernel can be used
  520. as production kernel and capture kernel.
  521. Don't change this unless you know what you are doing.
  522. config SECCOMP
  523. bool "Enable seccomp to safely compute untrusted bytecode"
  524. depends on PROC_FS
  525. default y
  526. help
  527. This kernel feature is useful for number crunching applications
  528. that may need to compute untrusted bytecode during their
  529. execution. By using pipes or other transports made available to
  530. the process as file descriptors supporting the read/write
  531. syscalls, it's possible to isolate those applications in
  532. their own address space using seccomp. Once seccomp is
  533. enabled via /proc/<pid>/seccomp, it cannot be disabled
  534. and the task is only allowed to execute a few safe syscalls
  535. defined by each seccomp mode.
  536. If unsure, say Y. Only embedded should say N here.
  537. config CC_STACKPROTECTOR
  538. bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
  539. depends on EXPERIMENTAL
  540. help
  541. This option turns on the -fstack-protector GCC feature. This
  542. feature puts, at the beginning of critical functions, a canary
  543. value on the stack just before the return address, and validates
  544. the value just before actually returning. Stack based buffer
  545. overflows (that need to overwrite this return address) now also
  546. overwrite the canary, which gets detected and the attack is then
  547. neutralized via a kernel panic.
  548. This feature requires gcc version 4.2 or above, or a distribution
  549. gcc with the feature backported. Older versions are automatically
  550. detected and for those versions, this configuration option is ignored.
  551. config CC_STACKPROTECTOR_ALL
  552. bool "Use stack-protector for all functions"
  553. depends on CC_STACKPROTECTOR
  554. help
  555. Normally, GCC only inserts the canary value protection for
  556. functions that use large-ish on-stack buffers. By enabling
  557. this option, GCC will be asked to do this for ALL functions.
  558. source kernel/Kconfig.hz
  559. config K8_NB
  560. def_bool y
  561. depends on AGP_AMD64 || IOMMU || (PCI && NUMA)
  562. endmenu
  563. #
  564. # Use the generic interrupt handling code in kernel/irq/:
  565. #
  566. config GENERIC_HARDIRQS
  567. bool
  568. default y
  569. config GENERIC_IRQ_PROBE
  570. bool
  571. default y
  572. # we have no ISA slots, but we do have ISA-style DMA.
  573. config ISA_DMA_API
  574. bool
  575. default y
  576. config GENERIC_PENDING_IRQ
  577. bool
  578. depends on GENERIC_HARDIRQS && SMP
  579. default y
  580. menu "Power management options"
  581. source kernel/power/Kconfig
  582. source "drivers/acpi/Kconfig"
  583. source "arch/x86_64/kernel/cpufreq/Kconfig"
  584. endmenu
  585. menu "Bus options (PCI etc.)"
  586. config PCI
  587. bool "PCI support"
  588. select ARCH_SUPPORTS_MSI if (X86_LOCAL_APIC && X86_IO_APIC)
  589. # x86-64 doesn't support PCI BIOS access from long mode so always go direct.
  590. config PCI_DIRECT
  591. bool
  592. depends on PCI
  593. default y
  594. config PCI_MMCONFIG
  595. bool "Support mmconfig PCI config space access"
  596. depends on PCI && ACPI
  597. source "drivers/pci/pcie/Kconfig"
  598. source "drivers/pci/Kconfig"
  599. source "drivers/pcmcia/Kconfig"
  600. source "drivers/pci/hotplug/Kconfig"
  601. endmenu
  602. menu "Executable file formats / Emulations"
  603. source "fs/Kconfig.binfmt"
  604. config IA32_EMULATION
  605. bool "IA32 Emulation"
  606. help
  607. Include code to run 32-bit programs under a 64-bit kernel. You should likely
  608. turn this on, unless you're 100% sure that you don't have any 32-bit programs
  609. left.
  610. config IA32_AOUT
  611. tristate "IA32 a.out support"
  612. depends on IA32_EMULATION
  613. help
  614. Support old a.out binaries in the 32bit emulation.
  615. config COMPAT
  616. bool
  617. depends on IA32_EMULATION
  618. default y
  619. config SYSVIPC_COMPAT
  620. bool
  621. depends on COMPAT && SYSVIPC
  622. default y
  623. endmenu
  624. source "net/Kconfig"
  625. source drivers/Kconfig
  626. source "drivers/firmware/Kconfig"
  627. source fs/Kconfig
  628. menu "Instrumentation Support"
  629. depends on EXPERIMENTAL
  630. source "arch/x86_64/oprofile/Kconfig"
  631. config KPROBES
  632. bool "Kprobes"
  633. depends on KALLSYMS && MODULES
  634. help
  635. Kprobes allows you to trap at almost any kernel address and
  636. execute a callback function. register_kprobe() establishes
  637. a probepoint and specifies the callback. Kprobes is useful
  638. for kernel debugging, non-intrusive instrumentation and testing.
  639. If in doubt, say "N".
  640. endmenu
  641. source "arch/x86_64/Kconfig.debug"
  642. source "security/Kconfig"
  643. source "crypto/Kconfig"
  644. source "lib/Kconfig"