* [PATCH 1/1] thermal: mtk: allow compile testing on UM
@ 2016-03-08 21:39 Eduardo Valentin
0 siblings, 0 replies; only message in thread
From: Eduardo Valentin @ 2016-03-08 21:39 UTC (permalink / raw)
To: linux-arm-kernel
Following the fix on thermal Kconfig, this
patch adds dependency on HAS_IOMEM so driver
properly compile test on UM arch.
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: Matthias Brugger <matthias.bgg@gmail.com>
Cc: linux-pm at vger.kernel.org
Cc: linux-kernel at vger.kernel.org
Cc: linux-arm-kernel at lists.infradead.org
Cc: linux-mediatek at lists.infradead.org
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
---
Krzysztof,
I had to split your patch into two, because mtk driver
is only in my for-linus branch. I want to send your patch
as a fix for the current kernel. This is why you are seeing
this patch now.
This patch has been added to my linus branch.
BR,
Eduardo
---
drivers/thermal/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 5e7c97a..462d014 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -368,6 +368,7 @@ config INTEL_PCH_THERMAL
config MTK_THERMAL
tristate "Temperature sensor driver for mediatek SoCs"
depends on ARCH_MEDIATEK || COMPILE_TEST
+ depends on HAS_IOMEM
default y
help
Enable this option if you want to have support for thermal management
--
2.1.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-03-08 21:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-08 21:39 [PATCH 1/1] thermal: mtk: allow compile testing on UM Eduardo Valentin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).