浏览代码

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 年之前
父节点
当前提交
4c59e4676d
共有 1 个文件被更改,包括 1 次插入0 次删除
  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.