cpufreq: exynos: Fix for memory leak in case SoC name does not match
[firefly-linux-kernel-4.4.55.git] / drivers / cpufreq / Kconfig
index a171fef2c2b66d0732e01f349f9fa13b01f8af2e..659879a56dbac59c7f18e0d2f51393bf9a3e645f 100644 (file)
@@ -293,5 +293,13 @@ config SH_CPU_FREQ
          If unsure, say N.
 endif
 
+config QORIQ_CPUFREQ
+       tristate "CPU frequency scaling driver for Freescale QorIQ SoCs"
+       depends on OF && COMMON_CLK && (PPC_E500MC || ARM)
+       select CLK_QORIQ
+       help
+         This adds the CPUFreq driver support for Freescale QorIQ SoCs
+         which are capable of changing the CPU's frequency dynamically.
+
 endif
 endmenu