aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorUwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>2012-03-23 05:02:19 -0400
committerJean Delvare <khali@endymion.delvare>2012-03-23 05:02:19 -0400
commit0c2732152a5813a870d0b96f0844f4dfe1436519 (patch)
treee9ba0ad606d58085217b9a179b9bb508fc4d1d0a /drivers/hwmon/Kconfig
parentcb88200490d723048994753ed59dc0abddc51e77 (diff)
hwmon: (mc13783-adc) Add support for the MC13892 PMIC
Based on a patch by David Jander that mostly did s/mc13783/mc13xxx/ . Additionally use dev_get_drvdata instead of to_platform_device + platform_get_drvdata in mc13783_adc_read (spotted by Jean Delvare). Cc: David Jander <david.jander@protonic.nl> Signed-off-by: Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index fc3f4e1cad2c..7190a3f4a827 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1360,10 +1360,10 @@ config SENSORS_APPLESMC
1360 the awesome power of applesmc. 1360 the awesome power of applesmc.
1361 1361
1362config SENSORS_MC13783_ADC 1362config SENSORS_MC13783_ADC
1363 tristate "Freescale MC13783 ADC" 1363 tristate "Freescale MC13783/MC13892 ADC"
1364 depends on MFD_MC13783 1364 depends on MFD_MC13XXX
1365 help 1365 help
1366 Support for the A/D converter on MC13783 PMIC. 1366 Support for the A/D converter on MC13783 and MC13892 PMIC.
1367 1367
1368if ACPI 1368if ACPI
1369 1369