aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorAshish Jangam <ashish.jangam@kpitcummins.com>2012-03-17 06:04:41 -0400
committerGuenter Roeck <linux@roeck-us.net>2012-07-22 00:48:37 -0400
commite41f6432d1ca757d8e4a2dccfd772e421d640e98 (patch)
tree30a336cdb790c5253b8504656dcd168dccdfcdf6 /drivers/hwmon/Kconfig
parent62867d491a27affee36194d4856564f2f4e12b3c (diff)
hwmon: Driver for DA9052/53 PMIC
The DA9052 PMIC provides an Analogue to Digital Converter with 10 bits resolution and 10 channels. This patch monitors the DA9052 PMIC's ADC channels mostly for battery parameters like battery temperature, junction temperature, battery current etc. This patch is functionally tested on Samsung SMDKV6410 Signed-off-by: David Dajun Chen <dchen@diasemi.com> Signed-off-by: Ashish Jangam <ashish.jangam@kpitcummins.com> [Guenter Roeck: __init --> __devinit for probe function] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 6f1d167cb1ea..40393535563d 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -314,6 +314,16 @@ config SENSORS_DS1621
314 This driver can also be built as a module. If so, the module 314 This driver can also be built as a module. If so, the module
315 will be called ds1621. 315 will be called ds1621.
316 316
317config SENSORS_DA9052_ADC
318 tristate "Dialog DA9052/DA9053 ADC"
319 depends on PMIC_DA9052
320 help
321 Say y here to support the ADC found on Dialog Semiconductor
322 DA9052-BC and DA9053-AA/Bx PMICs.
323
324 This driver can also be built as module. If so, the module
325 will be called da9052-hwmon.
326
317config SENSORS_EXYNOS4_TMU 327config SENSORS_EXYNOS4_TMU
318 tristate "Temperature sensor on Samsung EXYNOS4" 328 tristate "Temperature sensor on Samsung EXYNOS4"
319 depends on ARCH_EXYNOS4 329 depends on ARCH_EXYNOS4