aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorBalaji Rao <balajirrao@openmoko.org>2009-01-08 19:49:26 -0500
committerSamuel Ortiz <samuel@sortiz.org>2009-01-10 19:34:23 -0500
commit08c3e06a5eb27d43b712adef18379f8464425e71 (patch)
tree63950d3beac51f8ca4e51c4fae7959a50608f31e /drivers/mfd/Kconfig
parentf52046b14b1e1a8a02ae48d0c69d39c5e204644f (diff)
mfd: PCF50633 adc driver
This patch adds basic support for the PCF50633 ADC. The subtractive mode is not supported yet. Since we don't have adc subsystem, it currently lives in drivers/mfd. Signed-off-by: Balaji Rao <balajirrao@openmoko.org> Cc: Andy Green <andy@openmoko.com> Acked-by: Jonathan Cameron <jonathan.cameron@gmail.com> Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 3ac32e45b03b..2fa3504e165a 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -226,6 +226,13 @@ config MFD_PCF50633
226 facilities, and registers devices for the various functions 226 facilities, and registers devices for the various functions
227 so that function-specific drivers can bind to them. 227 so that function-specific drivers can bind to them.
228 228
229config PCF50633_ADC
230 tristate "Support for NXP PCF50633 ADC"
231 depends on MFD_PCF50633
232 help
233 Say yes here if you want to include support for ADC in the
234 NXP PCF50633 chip.
235
229endmenu 236endmenu
230 237
231menu "Multimedia Capabilities Port drivers" 238menu "Multimedia Capabilities Port drivers"