All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpufreq: Add ARM_MT8173_CPUFREQ dependencyon THERMAL
@ 2015-09-03 15:20 ` Guenter Roeck
  0 siblings, 0 replies; 14+ messages in thread
From: Guenter Roeck @ 2015-09-03 15:20 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Viresh Kumar, Matthias Brugger, linux-pm, linux-kernel,
	linux-arm-kernel, linux-mediatek, Guenter Roeck

If ARM_MT8173_CPUFREQ is configured, and THERMAL is configured as module,
the following build error is seen for arm:allmodconfig and
arm64:allmodconfig.

drivers/built-in.o: In function `mtk_cpufreq_ready':
:(.text+0x32a20c): undefined reference to `of_cpufreq_cooling_register'
drivers/built-in.o: In function `mtk_cpufreq_exit':
:(.text+0x32a420): undefined reference to `cpufreq_cooling_unregister'

The fix is similar to CPUFREQ_DT, but more restrictive since
ARM_MT8173_CPUFREQ can not be built as module.

Fixes: 1453863fb02a ("cpufreq: mediatek: Add MT8173 cpufreq driver")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
It might also make sense to declare ARM_MT8173_CPUFREQ as tristate
and relax the conditions, but I don't know if that is feasible.

 drivers/cpufreq/Kconfig.arm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
index 77aa34eae92c..c4c6200be435 100644
--- a/drivers/cpufreq/Kconfig.arm
+++ b/drivers/cpufreq/Kconfig.arm
@@ -133,6 +133,7 @@ config ARM_KIRKWOOD_CPUFREQ
 config ARM_MT8173_CPUFREQ
 	bool "Mediatek MT8173 CPUFreq support"
 	depends on ARCH_MEDIATEK && REGULATOR
+	depends on !CPU_THERMAL || THERMAL=y
 	select PM_OPP
 	help
 	  This adds the CPUFreq driver support for Mediatek MT8173 SoC.
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-09-04 22:27 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-03 15:20 [PATCH] cpufreq: Add ARM_MT8173_CPUFREQ dependencyon THERMAL Guenter Roeck
2015-09-03 15:20 ` Guenter Roeck
2015-09-03 15:50 ` Viresh Kumar
2015-09-03 15:50   ` Viresh Kumar
2015-09-03 15:50   ` Viresh Kumar
2015-09-04 19:01   ` Olof Johansson
2015-09-04 19:01     ` Olof Johansson
2015-09-04 19:01     ` Olof Johansson
2015-09-04 19:40     ` Guenter Roeck
2015-09-04 19:40       ` Guenter Roeck
2015-09-04 19:40       ` Guenter Roeck
2015-09-04 22:27     ` Rafael J. Wysocki
2015-09-04 22:27       ` Rafael J. Wysocki
2015-09-04 22:27       ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.