diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2010-01-08 06:29:23 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-03-07 16:17:06 -0500 |
commit | d50f8f339f6901fccc9d4292b65ce8b69d7413d4 (patch) | |
tree | da0256c7151f96177209c392c49e1a9b058f2f23 /drivers/mfd/Kconfig | |
parent | 34a4b2391e9fbd12de9817de4ae409528bd7d7b6 (diff) |
mfd: Initial max8925 support
Basic Max8925 support, which is a power management IC from Maxim
Semiconductor.
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 815907eb70a4..ee416eefb8e9 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -194,6 +194,15 @@ config PMIC_ADP5520 | |||
194 | individual components like LCD backlight, LEDs, GPIOs and Kepad | 194 | individual components like LCD backlight, LEDs, GPIOs and Kepad |
195 | under the corresponding menus. | 195 | under the corresponding menus. |
196 | 196 | ||
197 | config MFD_MAX8925 | ||
198 | tristate "Maxim Semiconductor MAX8925 PMIC Support" | ||
199 | depends on I2C | ||
200 | help | ||
201 | Say yes here to support for Maxim Semiconductor MAX8925. This is | ||
202 | a Power Management IC. This driver provies common support for | ||
203 | accessing the device, additional drivers must be enabled in order | ||
204 | to use the functionality of the device. | ||
205 | |||
197 | config MFD_WM8400 | 206 | config MFD_WM8400 |
198 | tristate "Support Wolfson Microelectronics WM8400" | 207 | tristate "Support Wolfson Microelectronics WM8400" |
199 | select MFD_CORE | 208 | select MFD_CORE |