Kconfig 20 KB

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