aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index 7f1ab802537f..c8def1cf1758 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -967,6 +967,17 @@ menu "CPU Frequency scaling"
967 967
968source "drivers/cpufreq/Kconfig" 968source "drivers/cpufreq/Kconfig"
969 969
970config CPU_VOLTAGE
971 bool "CPU Voltage scaling"
972 depends on EXPERIMENTAL
973 depends on CPU_FREQ
974 default n
975 help
976 Say Y here if you want CPU voltage scaling according to the CPU frequency.
977 This option violates the PLL BYPASS recommendation in the Blackfin Processor
978 manuals. There is a theoretical risk that during VDDINT transitions
979 the PLL may unlock.
980
970endmenu 981endmenu
971 982
972source "net/Kconfig" 983source "net/Kconfig"