[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <57166067.4090009@infradead.org>
Date: Tue, 19 Apr 2016 09:44:23 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
Linux PM list <linux-pm@...r.kernel.org>
Cc: Zhang Rui <rui.zhang@...el.com>,
Eduardo Valentin <edubezval@...il.com>,
Sascha Hauer <s.hauer@...gutronix.de>,
Hanyi Wu <hanyi.wu@...iatek.com>
Subject: [PATCH -next] thermal: fix mtk_thermal build dependency
From: Randy Dunlap <rdunlap@...radead.org>
Fix build errors when MTK_THERMAL=y and NVMEM=m by preventing that
Kconfig combination.
drivers/built-in.o: In function `mtk_thermal_probe':
mtk_thermal.c:(.text+0xffa8f): undefined reference to `nvmem_cell_get'
mtk_thermal.c:(.text+0xffabe): undefined reference to `nvmem_cell_read'
mtk_thermal.c:(.text+0xffac9): undefined reference to `nvmem_cell_put'
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Zhang Rui <rui.zhang@...el.com>
Cc: Eduardo Valentin <edubezval@...il.com>
Cc: <linux-pm@...r.kernel.org>
Cc: Sascha Hauer <s.hauer@...gutronix.de>
Cc: Hanyi Wu <hanyi.wu@...iatek.com>
---
drivers/thermal/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20160419.orig/drivers/thermal/Kconfig
+++ linux-next-20160419/drivers/thermal/Kconfig
@@ -366,6 +366,7 @@ config MTK_THERMAL
tristate "Temperature sensor driver for mediatek SoCs"
depends on ARCH_MEDIATEK || COMPILE_TEST
depends on HAS_IOMEM
+ depends on NVMEM || NVMEM=n
default y
help
Enable this option if you want to have support for thermal management
Powered by blists - more mailing lists