diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-03-01 09:31:25 +0800 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-03-06 18:46:57 +0100 |
commit | 5a924d13ecdd433fd2c7eb268b72a2770ef2204a (patch) | |
tree | 818f30cd4fb9941f6eb0dcb8663f77196493cedb /drivers/mfd | |
parent | 34fe6f107eab096ac2f70a51763e9978b4abbeb6 (diff) | |
download | talos-obmc-linux-5a924d13ecdd433fd2c7eb268b72a2770ef2204a.tar.gz talos-obmc-linux-5a924d13ecdd433fd2c7eb268b72a2770ef2204a.zip |
mfd: Fix a typo in MFD_MAX8997 Kconfig entry
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 16178e1d2ab4..82da44877cdc 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -415,7 +415,7 @@ config MFD_MAX8997 depends on I2C=y && GENERIC_HARDIRQS select MFD_CORE help - Say yes here to support for Maxim Semiconductor MAX8998/8966. + Say yes here to support for Maxim Semiconductor MAX8997/8966. This is a Power Management IC with RTC, Flash, Fuel Gauge, Haptic, MUIC controls on chip. This driver provides common support for accessing the device; |