[linux-yocto] [PATCH 01/17] features/thermal: use the correct config name

Anuj Mittal anuj.mittal at intel.com
Wed Aug 29 21:28:31 PDT 2018


CONFIG_INTEL_PMIC_THERMAL was enabled for the bxt kernel tree which had
in-review patches as well. This config was re-named to
CONFIG_INTEL_BXT_PMIC_THERMAL in the final merged version of patch:

https://github.com/torvalds/linux/commit/b474303ffd57e0a379ce73ca10232350f866f77b

Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
---
 features/thermal/coretemp.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/thermal/coretemp.cfg b/features/thermal/coretemp.cfg
index fdab608f..7d24566e 100644
--- a/features/thermal/coretemp.cfg
+++ b/features/thermal/coretemp.cfg
@@ -14,4 +14,4 @@ CONFIG_INT340X_THERMAL=m
 CONFIG_INTEL_POWERCLAMP=m
 
 # Intel PMIC thermal driver
-CONFIG_INTEL_PMIC_THERMAL=m
+CONFIG_INTEL_BXT_PMIC_THERMAL=m
-- 
2.17.1



More information about the linux-yocto mailing list