diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2009-01-07 16:14:39 +0100 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-01-07 16:14:39 +0100 |
commit | 3e706cfcce591e50163d6e979b7fc64d91ced6a0 (patch) | |
tree | c0a80ef233362cf512663e434a14bbb818a4e355 /arch/blackfin/Kconfig | |
parent | Blackfin arch: Use reads/writes instead of ins/outs directly (diff) | |
download | linux-3e706cfcce591e50163d6e979b7fc64d91ced6a0.tar.xz linux-3e706cfcce591e50163d6e979b7fc64d91ced6a0.zip |
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>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 2 |
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 config HARDWARE_PM bool "OProfile use hardware porformance monitor" - depends on OPROFILE + depends on OPROFILE=y default n endmenu |