aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index c6c8903cb534..e44e25422f22 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -944,8 +944,11 @@ config PERF_USE_VMALLOC
944 944
945config PERF_EVENTS_NMI 945config PERF_EVENTS_NMI
946 bool 946 bool
947 depends on PERF_EVENTS
947 help 948 help
948 Arch has support for nmi_watchdog 949 System hardware can generate an NMI using the perf event
950 subsystem. Also has support for calculating CPU cycle events
951 to determine how many clock cycles in a given period.
949 952
950menu "Kernel Performance Events And Counters" 953menu "Kernel Performance Events And Counters"
951 954