From: Michael Hennerich Date: Wed, 7 Jan 2009 15:14:39 +0000 (+0800) Subject: Blackfin arch: fix bug - kernel build fails with undefined reference to pm_overflow_h... X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3e706cfcce591e50163d6e979b7fc64d91ced6a0;p=linux-beck.git Blackfin arch: fix bug - kernel build fails with undefined reference to pm_overflow_handler Signed-off-by: Michael Hennerich Signed-off-by: Bryan Wu --- diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index a394957ddaf4..b58af2b1bffe 100644 --- a/arch/blackfin/Kconfig +++ b/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