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-Tag: v2.6.29-rc1~189^2~73 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e706cfcce591e50163d6e979b7fc64d91ced6a0;p=platform%2Fkernel%2Flinux-exynos.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 a394957..b58af2b 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