aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorAshish Jangam <ashish.jangam@kpitcummins.com>2012-10-08 09:26:47 -0400
committerGuenter Roeck <linux@roeck-us.net>2012-12-05 13:55:55 -0500
commite597022353631194d93d142b6e14a9f673660de6 (patch)
tree67969abd05519f49425d11a07070e82ee9a7574e /drivers/hwmon/Kconfig
parent04a87a0fbeab7aaebb52b4a079905f732f56d4a7 (diff)
hwmon: DA9055 HWMON driver
This is the HWMON patch for DA9055 PMIC and has got dependency on the DA9055 MFD core. This patch monitors the DA9055 PMIC's ADC channels vddout, junction temperature and auxiliary channels. 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: Dropped __devinit, __devexit, __devexit_p] 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 42f21ad5627..4800d4c2a7b 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -334,6 +334,16 @@ config SENSORS_DA9052_ADC
334 This driver can also be built as module. If so, the module 334 This driver can also be built as module. If so, the module
335 will be called da9052-hwmon. 335 will be called da9052-hwmon.
336 336
337config SENSORS_DA9055
338 tristate "Dialog Semiconductor DA9055 ADC"
339 depends on MFD_DA9055
340 help
341 If you say yes here you get support for ADC on the Dialog
342 Semiconductor DA9055 PMIC.
343
344 This driver can also be built as a module. If so, the module
345 will be called da9055-hwmon.
346
337config SENSORS_I5K_AMB 347config SENSORS_I5K_AMB
338 tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets" 348 tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
339 depends on PCI 349 depends on PCI