diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 5 |
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 | ||
945 | config PERF_EVENTS_NMI | 945 | config 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 | ||
950 | menu "Kernel Performance Events And Counters" | 953 | menu "Kernel Performance Events And Counters" |
951 | 954 | ||