diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-12-08 13:38:33 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-08 13:38:33 -0500 |
commit | 4c59e4676dc95f6f58a2cff5390b2699fa5b5549 (patch) | |
tree | cc72161f22431f8c00fba8fd488980326d31e827 /init | |
parent | 87b9cf4623ad4e5fc009e48c020593dffd5d3793 (diff) |
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>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
741 | bool "Kernel Performance Counters" | 741 | bool "Kernel Performance Counters" |
742 | depends on HAVE_PERF_COUNTERS | 742 | depends on HAVE_PERF_COUNTERS |
743 | default y | 743 | default y |
744 | select ANON_INODES | ||
744 | help | 745 | help |
745 | Enable kernel support for performance counter hardware. | 746 | Enable kernel support for performance counter hardware. |
746 | 747 | ||