These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / perf / Kconfig
diff --git a/kernel/drivers/perf/Kconfig b/kernel/drivers/perf/Kconfig
new file mode 100644 (file)
index 0000000..04e2653
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# Performance Monitor Drivers
+#
+
+menu "Performance monitor support"
+
+config ARM_PMU
+       depends on PERF_EVENTS && (ARM || ARM64)
+       bool "ARM PMU framework"
+       default y
+       help
+         Say y if you want to use CPU performance monitors on ARM-based
+         systems.
+
+endmenu