aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2010-07-11 21:48:08 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2010-08-12 05:27:58 -0400
commit91f4debf5e2df904e7fade530bd1a6d182efd72c (patch)
tree263ca3ab3ca3a52e011c4500f9afc051190ad023 /drivers/mfd/Kconfig
parentb12c35e22d102172cd2a69581f939ec9a70a7942 (diff)
mfd: Add JZ4740 ADC driver
This patch adds a MFD driver for the JZ4740 ADC unit. The driver is used to demultiplex IRQs and synchronize access to shared registers between the battery, hwmon and (future) touchscreen driver. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 8f5145b4b56f..d59334f34bf6 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -514,6 +514,14 @@ config MFD_JANZ_CMODIO
514 host many different types of MODULbus daughterboards, including 514 host many different types of MODULbus daughterboards, including
515 CAN and GPIO controllers. 515 CAN and GPIO controllers.
516 516
517config MFD_JZ4740_ADC
518 tristate "Support for the JZ4740 SoC ADC core"
519 select MFD_CORE
520 depends on MACH_JZ4740
521 help
522 Say yes here if you want support for the ADC unit in the JZ4740 SoC.
523 This driver is necessary for jz4740-battery and jz4740-hwmon driver.
524
517endif # MFD_SUPPORT 525endif # MFD_SUPPORT
518 526
519menu "Multimedia Capabilities Port drivers" 527menu "Multimedia Capabilities Port drivers"