Move VDD-MIN/MAX to Kconfig
/drivers/cpufreq/Kconfig
blob:5eabf405bb57e63456419a33fb9a4a9eb05f36f3 -> blob:2f0ba4f84e93f02a5af1272577f619b438a12e96
--- drivers/cpufreq/Kconfig
+++ drivers/cpufreq/Kconfig
@@ -298,6 +298,18 @@ config VDD_USERSPACE
exposes the VDD table to userspace
allows users to adjust voltages on the fly
+config CPU_FREQ_MIN_VDD
+ int "Minimum VDD (uV)"
+ default 700000
+ help
+ Minimum VDD level in uV
+
+config CPU_FREQ_MAX_VDD
+ int "Maximum VDD (uV)"
+ default 1400000
+ help
+ Maximum VDD level in uV
+
menu "x86 CPU frequency scaling drivers"
depends on X86
source "drivers/cpufreq/Kconfig.x86"