|
@@ -225,6 +225,7 @@ config CPUFREQ_DT
|
|
depends on HAVE_CLK && OF
|
|
depends on HAVE_CLK && OF
|
|
# if CPU_THERMAL is on and THERMAL=m, CPUFREQ_DT cannot be =y:
|
|
# if CPU_THERMAL is on and THERMAL=m, CPUFREQ_DT cannot be =y:
|
|
depends on !CPU_THERMAL || THERMAL
|
|
depends on !CPU_THERMAL || THERMAL
|
|
|
|
+ select CPUFREQ_DT_PLATDEV
|
|
select PM_OPP
|
|
select PM_OPP
|
|
help
|
|
help
|
|
This adds a generic DT based cpufreq driver for frequency management.
|
|
This adds a generic DT based cpufreq driver for frequency management.
|
|
@@ -233,6 +234,15 @@ config CPUFREQ_DT
|
|
|
|
|
|
If in doubt, say N.
|
|
If in doubt, say N.
|
|
|
|
|
|
|
|
+config CPUFREQ_DT_PLATDEV
|
|
|
|
+ bool
|
|
|
|
+ help
|
|
|
|
+ This adds a generic DT based cpufreq platdev driver for frequency
|
|
|
|
+ management. This creates a 'cpufreq-dt' platform device, on the
|
|
|
|
+ supported platforms.
|
|
|
|
+
|
|
|
|
+ If in doubt, say N.
|
|
|
|
+
|
|
if X86
|
|
if X86
|
|
source "drivers/cpufreq/Kconfig.x86"
|
|
source "drivers/cpufreq/Kconfig.x86"
|
|
endif
|
|
endif
|