diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2009-01-07 10:14:39 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-01-07 10:14:39 -0500 |
commit | 3e706cfcce591e50163d6e979b7fc64d91ced6a0 (patch) | |
tree | c0a80ef233362cf512663e434a14bbb818a4e355 /arch/blackfin/Kconfig | |
parent | 55e247e7155829a94e4f77459fc1ebf411b863ab (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>
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 | |||
1018 | 1018 | ||
1019 | config HARDWARE_PM | 1019 | config 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 | ||
1024 | endmenu | 1024 | endmenu |