summaryrefslogtreecommitdiff
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorRobin Gong <B38343@freescale.com>2011-10-10 16:34:21 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:16:42 +0800
commit2bc58385ce9f134b40afcb8de3207aff280928b7 (patch)
treec433eb3d203e40d8ab782c4af1a14f168efc6db9 /drivers/mfd/Kconfig
parentc64381d0c36b79755c883ef590789546610a6bde (diff)
ENGR00159530-1 mc34708: add new pmic core driver based on MFD
add new mc34708's core driver based on MFD Signed-off-by: Robin Gong <B38343@freescale.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rwxr-xr-xdrivers/mfd/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index d4cf4bfc8abb..1b43cf6dd3b9 100755
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -507,6 +507,21 @@ config PMIC_DA9053Bx
endchoice
+config MFD_MC_PMIC
+ tristate "Support Freescale Freescale's PMIC"
+ depends on I2C
+ select MFD_CORE
+ help
+ Support for the Freescale's PMIC .
+ This driver provides common support for accessing the device,
+ additional drivers must be enabled in order to use the
+ functionality of the device.
+config MFD_MC34708
+ tristate "Support for Freescale's PMIC MC34708"
+ select MFD_MC_PMIC
+ help
+ Support for the Freescale's PMIC MC34708
+
config PCF50633_ADC
tristate "Support for NXP PCF50633 ADC"
depends on MFD_PCF50633