diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 10 |
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 | ||
322 | config 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 | |||
322 | endmenu | 332 | endmenu |
323 | 333 | ||
324 | menu "Multimedia Capabilities Port drivers" | 334 | menu "Multimedia Capabilities Port drivers" |