summaryrefslogtreecommitdiffstats
path: root/drivers/staging/Makefile
diff options
context:
space:
mode:
authorEduardo Valentin2012-07-12 18:02:29 +0200
committerGreg Kroah-Hartman2012-07-17 04:02:47 +0200
commit8feaf0ce1a04328c490a4400b9e457f1f88252c8 (patch)
tree6f1f873b68040b0a04f416cba5b7bac142455475 /drivers/staging/Makefile
parentstaging: panel: Use pr_info(...) rather than printk(KERN_INFO (diff)
downloadkernel-qcow2-linux-8feaf0ce1a04328c490a4400b9e457f1f88252c8.tar.gz
kernel-qcow2-linux-8feaf0ce1a04328c490a4400b9e457f1f88252c8.tar.xz
kernel-qcow2-linux-8feaf0ce1a04328c490a4400b9e457f1f88252c8.zip
staging: OMAP4+: thermal: introduce bandgap temperature sensor
In the System Control Module, OMAP supplies a voltage reference and a temperature sensor feature that are gathered in the band gap voltage and temperature sensor (VBGAPTS) module. The band gap provides current and voltage reference for its internal circuits and other analog IP blocks. The analog-to-digital converter (ADC) produces an output value that is proportional to the silicon temperature. This patch provides a platform driver which expose this feature. It is moduled as a MFD child of the System Control Module core MFD driver. This driver provides only APIs to access the device properties, like temperature, thresholds and update rate. Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com> Signed-off-by: J Keerthy <j-keerthy@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r--drivers/staging/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
index 5b2219ac5207..3be59d02cae4 100644
--- a/drivers/staging/Makefile
+++ b/drivers/staging/Makefile
@@ -59,3 +59,4 @@ obj-$(CONFIG_USB_WPAN_HCD) += ozwpan/
obj-$(CONFIG_USB_G_CCG) += ccg/
obj-$(CONFIG_WIMAX_GDM72XX) += gdm72xx/
obj-$(CONFIG_CSR_WIFI) += csr/
+obj-$(CONFIG_OMAP_BANDGAP) += omap-thermal/