]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Blackfin arch: fix bug - kernel build fails with undefined reference to pm_overflow_h...
authorMichael Hennerich <michael.hennerich@analog.com>
Wed, 7 Jan 2009 15:14:39 +0000 (23:14 +0800)
committerBryan Wu <cooloney@kernel.org>
Wed, 7 Jan 2009 15:14:39 +0000 (23:14 +0800)
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/Kconfig

index a394957ddaf4922c737b0e49394fba38e9d47fcf..b58af2b1bffe2ae79d6f9cdd1b2de68ba2489d2a 100644 (file)
@@ -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