浏览代码

Blackfin arch: fix bug - kernel build fails with undefined reference to pm_overflow_handler

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Michael Hennerich 16 年之前
父节点
当前提交
3e706cfcce
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/blackfin/Kconfig

+ 1 - 1
arch/blackfin/Kconfig

@@ -1018,7 +1018,7 @@ config EBIU_FCTLVAL
 
 config HARDWARE_PM
 	bool "OProfile use hardware porformance monitor"
-	depends on OPROFILE
+	depends on OPROFILE=y
 	default n
 
 endmenu