diff options
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 | ############################################################################# |