aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig10
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
63config HARDWARE_PM
64 def_bool y
65 depends on OPROFILE
66
67source "init/Kconfig" 63source "init/Kconfig"
68 64
69source "kernel/Kconfig.preempt" 65source "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
1019config HARDWARE_PM
1020 bool "OProfile use hardware porformance monitor"
1021 depends on OPROFILE
1022 default n
1023
1022endmenu 1024endmenu
1023 1025
1024############################################################################# 1026#############################################################################