diff options
-rw-r--r-- | drivers/cpufreq/Kconfig.arm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm index 3275e9cab1cc..0468ad147301 100644 --- a/drivers/cpufreq/Kconfig.arm +++ b/drivers/cpufreq/Kconfig.arm | |||
@@ -81,11 +81,11 @@ config ARM_HIGHBANK_CPUFREQ | |||
81 | If in doubt, say N. | 81 | If in doubt, say N. |
82 | 82 | ||
83 | config ARM_IMX6Q_CPUFREQ | 83 | config ARM_IMX6Q_CPUFREQ |
84 | tristate "Freescale i.MX6Q cpufreq support" | 84 | tristate "Freescale i.MX6 cpufreq support" |
85 | depends on SOC_IMX6Q | 85 | depends on ARCH_MXC |
86 | depends on REGULATOR_ANATOP | 86 | depends on REGULATOR_ANATOP |
87 | help | 87 | help |
88 | This adds cpufreq driver support for Freescale i.MX6Q SOC. | 88 | This adds cpufreq driver support for Freescale i.MX6 series SoCs. |
89 | 89 | ||
90 | If in doubt, say N. | 90 | If in doubt, say N. |
91 | 91 | ||