Browse Source

perfcounters: select ANON_INODES

The perfcounters subsystem depends on CONFIG_ANON_INODES facilities,
so make sure it's selected.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Ingo Molnar 16 years ago
parent
commit
4c59e4676d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      init/Kconfig

+ 1 - 0
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.