aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/cpufreq/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
index 659879a56dba..f93511031177 100644
--- a/drivers/cpufreq/Kconfig
+++ b/drivers/cpufreq/Kconfig
@@ -296,6 +296,7 @@ endif
296config QORIQ_CPUFREQ 296config QORIQ_CPUFREQ
297 tristate "CPU frequency scaling driver for Freescale QorIQ SoCs" 297 tristate "CPU frequency scaling driver for Freescale QorIQ SoCs"
298 depends on OF && COMMON_CLK && (PPC_E500MC || ARM) 298 depends on OF && COMMON_CLK && (PPC_E500MC || ARM)
299 depends on !CPU_THERMAL || THERMAL
299 select CLK_QORIQ 300 select CLK_QORIQ
300 help 301 help
301 This adds the CPUFreq driver support for Freescale QorIQ SoCs 302 This adds the CPUFreq driver support for Freescale QorIQ SoCs