aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorGravatar Kyungmin Park <kyungmin.park@samsung.com> 2010-08-23 13:46:49 +0900
committerGravatar Samuel Ortiz <sameo@linux.intel.com> 2010-10-29 00:28:45 +0200
commitf8539ddcbbbca7b6a06e0c2cdfbd116ba43a2fe0 (patch)
treefbc128750d423e91aa3b876f45a723959b84f480 /drivers/mfd/Kconfig
parentgpio: Add bitmask to block requests to unavailable stmpe GPIOs (diff)
downloadlinux-f8539ddcbbbca7b6a06e0c2cdfbd116ba43a2fe0.tar.gz
linux-f8539ddcbbbca7b6a06e0c2cdfbd116ba43a2fe0.tar.bz2
linux-f8539ddcbbbca7b6a06e0c2cdfbd116ba43a2fe0.zip
mfd: LP3974 PMIC support
LP3974 PMIC support. It has same functionality as max8998. Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig11
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index b3aedaaa7092..02cd6c0e59cb 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -294,14 +294,15 @@ config MFD_MAX8925
to use the functionality of the device.
config MFD_MAX8998
- bool "Maxim Semiconductor MAX8998 PMIC Support"
+ bool "Maxim Semiconductor MAX8998/National LP3974 PMIC Support"
depends on I2C=y
select MFD_CORE
help
- Say yes here to support for Maxim Semiconductor MAX8998. This is
- a Power Management IC. This driver provies common support for
- accessing the device, additional drivers must be enabled in order
- to use the functionality of the device.
+ Say yes here to support for Maxim Semiconductor MAX8998 and
+ National Semiconductor LP3974. This is a Power Management IC.
+ This driver provies common support for accessing the device,
+ additional drivers must be enabled in order to use the functionality
+ of the device.
config MFD_WM8400
tristate "Support Wolfson Microelectronics WM8400"