Kconfig 20 KB

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