aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorSrinidhi Kasagar <srinidhi.kasagar@stericsson.com>2009-10-12 11:11:52 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2009-12-13 13:20:38 -0500
commit0c41839e98272a317d4af4dfcb54b599b2c3dcba (patch)
tree7317c67b92ba9ff5930d78074c93e148c321af6d /drivers/mfd/Kconfig
parent4107da2a2853c070fb3effa58a83f94dc067fc44 (diff)
mfd: add AB4500 driver
This adds core driver support for AB4500 mixed signal multimedia & power management chip. This connects to U8500 on the SSP (pl022) and exports read/write functions for the device to get access to this chip. This also registers the client devices and sets the parent. Signed-off-by: srinidhi kasagar <srinidhi.kasagar@stericsson.com> Acked-by: Andrea Gallo <andrea.gallo@stericsson.com> Reviewed-by: Mark Brown <broonie@sirena.org.uk> Reviewed-by: Jean-Christophe <plagnioj@jcrosoft.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 26a36f887357..2aea25ba7ba0 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -329,6 +329,16 @@ config MFD_88PM8607
329 individual components like voltage regulators, RTC and 329 individual components like voltage regulators, RTC and
330 battery-charger under the corresponding menus. 330 battery-charger under the corresponding menus.
331 331
332config AB4500_CORE
333 tristate "ST-Ericsson's AB4500 Mixed Signal Power management chip"
334 depends on SPI
335 default y
336 help
337 Select this option to enable access to AB4500 power management
338 chip. This connects to U8500 on the SSP/SPI bus and exports
339 read/write functions for the devices to get access to this chip.
340 This chip embeds various other multimedia funtionalities as well.
341
332endmenu 342endmenu
333 343
334menu "Multimedia Capabilities Port drivers" 344menu "Multimedia Capabilities Port drivers"