Skip to content

Commit a483ab1

Browse files
committed
Merge branch 'for-linus' of git://git.o-hand.com/linux-mfd
* 'for-linus' of git://git.o-hand.com/linux-mfd: mfd: Make WM8400 depend on I2C until SPI is submitted mfd: add missing Kconfig entry for da903x
2 parents eba966a + 9c36645 commit a483ab1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

drivers/mfd/Kconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,20 @@ config MFD_TC6393XB
103103
help
104104
Support for Toshiba Mobile IO Controller TC6393XB
105105

106+
config PMIC_DA903X
107+
bool "Dialog Semiconductor DA9030/DA9034 PMIC Support"
108+
depends on I2C=y
109+
help
110+
Say yes here to support for Dialog Semiconductor DA9030 (a.k.a
111+
ARAVA) and DA9034 (a.k.a MICCO), these are Power Management IC
112+
usually found on PXA processors-based platforms. This includes
113+
the I2C driver and the core APIs _only_, you have to select
114+
individual components like LCD backlight, voltage regulators,
115+
LEDs and battery-charger under the corresponding menus.
116+
106117
config MFD_WM8400
107118
tristate "Support Wolfson Microelectronics WM8400"
119+
depends on I2C
108120
help
109121
Support for the Wolfson Microelecronics WM8400 PMIC and audio
110122
CODEC. This driver adds provides common support for accessing

drivers/mfd/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ ifeq ($(CONFIG_SA1100_ASSABET),y)
3030
obj-$(CONFIG_MCP_UCB1200) += ucb1x00-assabet.o
3131
endif
3232
obj-$(CONFIG_UCB1400_CORE) += ucb1400_core.o
33+
34+
obj-$(CONFIG_PMIC_DA903X) += da903x.o

0 commit comments

Comments
 (0)