diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-04-04 12:54:17 (GMT) |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-04-10 11:19:25 (GMT) |
commit | 81c720c90e6fbda5a1f53f932035de899f27adb6 (patch) | |
tree | 04a21b626b16a0d39b9270ac89c831f28d8132ab /drivers/cpufreq/Makefile | |
parent | 59a2e613d07fbd592ff711c87458eabcf9c98902 (diff) | |
download | linux-fsl-qoriq-81c720c90e6fbda5a1f53f932035de899f27adb6.tar.xz |
cpufreq: AVR32: move cpufreq driver to drivers/cpufreq
This patch moves cpufreq driver of AVR32 based at32ap platform to
drivers/cpufreq.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq/Makefile')
-rw-r--r-- | drivers/cpufreq/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/cpufreq/Makefile b/drivers/cpufreq/Makefile index 8b21016..2701aca 100644 --- a/drivers/cpufreq/Makefile +++ b/drivers/cpufreq/Makefile @@ -74,3 +74,7 @@ obj-$(CONFIG_ARCH_TEGRA) += tegra-cpufreq.o ################################################################################## # PowerPC platform drivers obj-$(CONFIG_CPU_FREQ_MAPLE) += maple-cpufreq.o + +################################################################################## +# Other platform drivers +obj-$(CONFIG_AVR32_AT32AP_CPUFREQ) += at32ap-cpufreq.o |