dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Ingo Molnar 2008-12-08 19:38:33 +01:00
parent 87b9cf4623
commit 4c59e4676d
1 changed files with 1 additions and 0 deletions

View File

@ -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.