aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 78bede218f10..7d147a36e968 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -741,6 +741,7 @@ config PERF_COUNTERS
741 bool "Kernel Performance Counters" 741 bool "Kernel Performance Counters"
742 depends on HAVE_PERF_COUNTERS 742 depends on HAVE_PERF_COUNTERS
743 default y 743 default y
744 select ANON_INODES
744 help 745 help
745 Enable kernel support for performance counter hardware. 746 Enable kernel support for performance counter hardware.
746 747