[linux-yocto] [PATCH] features/thermal: Enable Intel PMIC thermal feature
Nilesh Bacchewar
nilesh.bacchewar at intel.com
Wed Jul 6 16:14:14 PDT 2016
Enable this for Intel PMIC with ADC channels monitoring system
temperature measurements and alerts.
Signed-off-by: Nilesh Bacchewar <nilesh.bacchewar at intel.com>
---
features/power/intel_pmic.cfg | 6 ++++++
features/thermal/coretemp.cfg | 3 +++
2 files changed, 9 insertions(+)
diff --git a/features/power/intel_pmic.cfg b/features/power/intel_pmic.cfg
index 1b15a2c..4b2472b 100644
--- a/features/power/intel_pmic.cfg
+++ b/features/power/intel_pmic.cfg
@@ -1,2 +1,8 @@
+# Intel Atom SoC PMIC
CONFIG_INTEL_SOC_PMIC=y
+
+# Intel PMIC operation region support
CONFIG_PMIC_OPREGION=y
+
+# Intel PMIC GPIO driver
+CONFIG_GPIO_WHISKEY_COVE=m
diff --git a/features/thermal/coretemp.cfg b/features/thermal/coretemp.cfg
index 9be6e74..bdaf6d0 100644
--- a/features/thermal/coretemp.cfg
+++ b/features/thermal/coretemp.cfg
@@ -12,3 +12,6 @@ CONFIG_INT340X_THERMAL=m
# Intel PowerClamp idle injection driver
CONFIG_INTEL_POWERCLAMP=y
+
+# Intel PMIC thermal driver
+CONFIG_INTEL_PMIC_THERMAL=m
--
1.9.1
More information about the linux-yocto
mailing list