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 78bede218f10f86c2a1ebc46ab5ffe8a6fc79f3c..7d147a36e968ab6a6bab5b7696ca675c7bef9a8f 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.
 
This page took 0.025367 seconds and 5 git commands to generate.