summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2009-01-07 23:14:39 +0800
committerBryan Wu <cooloney@kernel.org>2009-01-07 23:14:39 +0800
commit3e706cfcce591e50163d6e979b7fc64d91ced6a0 (patch)
treec0a80ef233362cf512663e434a14bbb818a4e355
parent55e247e7155829a94e4f77459fc1ebf411b863ab (diff)
downloadop-kernel-dev-3e706cfcce591e50163d6e979b7fc64d91ced6a0.zip
op-kernel-dev-3e706cfcce591e50163d6e979b7fc64d91ced6a0.tar.gz
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>
-rw-r--r--arch/blackfin/Kconfig2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud