Kconfig 21 KB

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