aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorHaojian Zhuang <haojian.zhuang@marvell.com>2009-09-17 08:54:03 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2009-12-13 13:20:37 -0500
commit4107da2a2853c070fb3effa58a83f94dc067fc44 (patch)
tree581a762a8428ba3dc29fe4dbb02092ddeb760814 /drivers/mfd/Kconfig
parentf40542532e96dda5506eb76badea322f2ae4731c (diff)
mfd: Add 88PM8607 driver
This adds a core driver for 88PM8607 found in Marvell DKB development platform. This driver is a proxy for all accesses to 88PM8607 sub-drivers which will be merged on top of this one, RTC, regulators, battery and so on. This chip is manufactured by Marvell. Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com> Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index a296e717e86e..26a36f887357 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -319,6 +319,16 @@ config EZX_PCAP
319 This enables the PCAP ASIC present on EZX Phones. This is 319 This enables the PCAP ASIC present on EZX Phones. This is
320 needed for MMC, TouchScreen, Sound, USB, etc.. 320 needed for MMC, TouchScreen, Sound, USB, etc..
321 321
322config MFD_88PM8607
323 bool "Support Marvell 88PM8607"
324 depends on I2C
325 select MFD_CORE
326 help
327 This supports for Marvell 88PM8607 Power Management IC. This includes
328 the I2C driver and the core APIs _only_, you have to select
329 individual components like voltage regulators, RTC and
330 battery-charger under the corresponding menus.
331
322endmenu 332endmenu
323 333
324menu "Multimedia Capabilities Port drivers" 334menu "Multimedia Capabilities Port drivers"