diff options
author | Graf Yang <graf.yang@analog.com> | 2009-01-07 10:14:39 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-01-07 10:14:39 -0500 |
commit | f994607a2e118aedf1116a58ecd16126dbb83d28 (patch) | |
tree | 2b1764e2a037c904aa1358a54852eeb6e349cf6f /arch/blackfin/Kconfig | |
parent | 6f985294f7df30c0caa80a795ca10fb6f8466702 (diff) |
Blackfin arch: get oprofile work for user space
Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 5f09d9349322..a394957ddaf4 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -60,10 +60,6 @@ config GENERIC_CALIBRATE_DELAY | |||
60 | bool | 60 | bool |
61 | default y | 61 | default y |
62 | 62 | ||
63 | config HARDWARE_PM | ||
64 | def_bool y | ||
65 | depends on OPROFILE | ||
66 | |||
67 | source "init/Kconfig" | 63 | source "init/Kconfig" |
68 | 64 | ||
69 | source "kernel/Kconfig.preempt" | 65 | source "kernel/Kconfig.preempt" |
@@ -1019,6 +1015,12 @@ config EBIU_FCTLVAL | |||
1019 | hex "Flash Memory Bank Control Register" | 1015 | hex "Flash Memory Bank Control Register" |
1020 | depends on BF54x | 1016 | depends on BF54x |
1021 | default 6 | 1017 | default 6 |
1018 | |||
1019 | config HARDWARE_PM | ||
1020 | bool "OProfile use hardware porformance monitor" | ||
1021 | depends on OPROFILE | ||
1022 | default n | ||
1023 | |||
1022 | endmenu | 1024 | endmenu |
1023 | 1025 | ||
1024 | ############################################################################# | 1026 | ############################################################################# |