summaryrefslogtreecommitdiff
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorRajagopala V <rajagopala.v@stericsson.com>2011-08-25 13:27:42 +0530
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 10:59:56 +0200
commitc671d5c9c8303a965e97635d97384f2a7880ed7a (patch)
tree77d14f44ffab3fb75df13b565a24d0eafebf5201 /drivers/hwmon/Kconfig
parent388022b6b95cba8732eec6d2f622919d9769a33a (diff)
abx500: hwmon: temperature monitor support for AB5500
Includes support for xtal temp, pcb temp and die temp monitoring ST-Ericsson Linux next: NA ST-Ericsson ID: WP257616 & WP351655 ST-Ericsson FOSS-OUT ID: NA Change-Id: I7668fb36df957b66929bfd13a4b6ad0386036aa1 Signed-off-by: Rajagopala V <rajagopala.v@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/28139 Reviewed-by: QATEST Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig14
1 files changed, 13 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 0d0f033852d..ecb19ff1a40 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -50,7 +50,19 @@ config SENSORS_AB8500
used to access sensors outside the AB8500 chip.
This driver can also be built as a module. If so, the module
- will be called ab8500-temp.
+ will be called abx500-temp.
+
+config SENSORS_AB5500
+ tristate "AB5500 thermal monitoring"
+ depends on AB5500_GPADC
+ default n
+ help
+ If you say yes here you get support for the thermal sensor part
+ of the AB5500 chip. The driver includes thermal management for
+ AB5500 die, pcb and RF XTAL temperature.
+
+ This driver can also be built as a module. If so, the module
+ will be called abx500-temp.
config SENSORS_DB8500
tristate "DB8500 thermal monitoring"