From: Ingo Molnar Date: Mon, 8 Dec 2008 18:38:33 +0000 (+0100) Subject: perfcounters: select ANON_INODES X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4c59e4676dc95f6f58a2cff5390b2699fa5b5549;p=deliverable%2Flinux.git perfcounters: select ANON_INODES The perfcounters subsystem depends on CONFIG_ANON_INODES facilities, so make sure it's selected. Signed-off-by: Ingo Molnar --- 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 bool "Kernel Performance Counters" depends on HAVE_PERF_COUNTERS default y + select ANON_INODES help Enable kernel support for performance counter hardware.