瀏覽代碼

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 <arnd@arndb.de>
Acked-by: Dave Jones <davej@redhat.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Linus Walleij 14 年之前
父節點
當前提交
f0e733f32e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      drivers/cpufreq/Makefile

+ 2 - 0
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