From: Linus Walleij Date: Sun, 15 May 2011 17:34:29 +0000 (+0200) Subject: cpufreq: make DB8500 cpufreq driver compile X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f0e733f32e56ded9309a8b8da3a77d47beb3cbdd;p=linux-beck.git cpufreq: make DB8500 cpufreq driver compile Concluding interface update and movement of the driver by making the DB8500 cpufreq driver compile in the cpufreq subsystem. Cc: Arnd Bergmann Acked-by: Dave Jones Signed-off-by: Linus Walleij --- diff --git a/drivers/cpufreq/Makefile b/drivers/cpufreq/Makefile index c7f1a6f16b6e..e2fc2d21fa61 100644 --- a/drivers/cpufreq/Makefile +++ b/drivers/cpufreq/Makefile @@ -39,3 +39,5 @@ obj-$(CONFIG_X86_CPUFREQ_NFORCE2) += cpufreq-nforce2.o ##################################################################################d +# ARM SoC drivers +obj-$(CONFIG_UX500_SOC_DB8500) += db8500-cpufreq.o