[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1457473181-10631-1-git-send-email-edubezval@gmail.com>
Date: Tue, 8 Mar 2016 13:39:41 -0800
From: Eduardo Valentin <edubezval@...il.com>
To: Rui Zhang <rui.zhang@...el.com>
Cc: Eduardo Valentin <edubezval@...il.com>,
Krzysztof Kozlowski <k.kozlowski@...sung.com>,
Matthias Brugger <matthias.bgg@...il.com>,
linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org
Subject: [PATCH 1/1] thermal: mtk: allow compile testing on UM
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@...sung.com>
Cc: Zhang Rui <rui.zhang@...el.com>
Cc: Matthias Brugger <matthias.bgg@...il.com>
Cc: linux-pm@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Cc: linux-arm-kernel@...ts.infradead.org
Cc: linux-mediatek@...ts.infradead.org
Signed-off-by: Eduardo Valentin <edubezval@...il.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
Powered by blists - more mailing lists