perfcounters: select ANON_INODES
authorIngo Molnar <mingo@elte.hu>
Mon, 8 Dec 2008 18:38:33 +0000 (19:38 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 8 Dec 2008 18:38:33 +0000 (19:38 +0100)
The perfcounters subsystem depends on CONFIG_ANON_INODES facilities,
so make sure it's selected.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
init/Kconfig

index 78bede2..7d147a3 100644 (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.