]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
mfd: add missing Kconfig entry for da903x
authorSamuel Ortiz <sameo@openedhand.com>
Fri, 24 Oct 2008 15:10:05 +0000 (17:10 +0200)
committerSamuel Ortiz <samuel@sortiz.org>
Fri, 24 Oct 2008 16:34:27 +0000 (18:34 +0200)
This one was accidentally left out during the rc1 mfd merge.

Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
drivers/mfd/Kconfig
drivers/mfd/Makefile

index 5a79d2d4cdaeaff90e0306a651dea21ba95e79f8..8aa4333be0e4f560aae1e9dbc4ad0fdf124b08c8 100644 (file)
@@ -103,6 +103,17 @@ config MFD_TC6393XB
        help
          Support for Toshiba Mobile IO Controller TC6393XB
 
+config PMIC_DA903X
+       bool "Dialog Semiconductor DA9030/DA9034 PMIC Support"
+       depends on I2C=y
+       help
+         Say yes here to support for Dialog Semiconductor DA9030 (a.k.a
+         ARAVA) and DA9034 (a.k.a MICCO), these are Power Management IC
+         usually found on PXA processors-based platforms. This includes
+         the I2C driver and the core APIs _only_, you have to select
+         individual components like LCD backlight, voltage regulators,
+         LEDs and battery-charger under the corresponding menus.
+
 config MFD_WM8400
        tristate "Support Wolfson Microelectronics WM8400"
        help
index 0acefe8aff8729921ab5953c4a518e7450454cad..9a5ad8af9116327e07369ba81c80a9e8e00ec882 100644 (file)
@@ -30,3 +30,5 @@ ifeq ($(CONFIG_SA1100_ASSABET),y)
 obj-$(CONFIG_MCP_UCB1200)      += ucb1x00-assabet.o
 endif
 obj-$(CONFIG_UCB1400_CORE)     += ucb1400_core.o
+
+obj-$(CONFIG_PMIC_DA903X)      += da903x.o
\ No newline at end of file