aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2009-01-07 10:14:39 -0500
committerBryan Wu <cooloney@kernel.org>2009-01-07 10:14:39 -0500
commit3e706cfcce591e50163d6e979b7fc64d91ced6a0 (patch)
treec0a80ef233362cf512663e434a14bbb818a4e355
parent55e247e7155829a94e4f77459fc1ebf411b863ab (diff)
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 a394957ddaf4..b58af2b1bffe 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -1018,7 +1018,7 @@ config EBIU_FCTLVAL
1018 1018
1019config HARDWARE_PM 1019config HARDWARE_PM
1020 bool "OProfile use hardware porformance monitor" 1020 bool "OProfile use hardware porformance monitor"
1021 depends on OPROFILE 1021 depends on OPROFILE=y
1022 default n 1022 default n
1023 1023
1024endmenu 1024endmenu