diff options
author | Keerthy | 2017-09-13 17:47:09 +0530 |
---|---|---|
committer | Lee Jones | 2017-10-13 10:42:59 +0100 |
commit | 8f76af65a53cfee25c1a7eccbf8a180d7471657d (patch) | |
tree | 62b60dd2d615f1ae8b1fff4c027a2fd835164e58 /drivers/mfd | |
parent | 69075af67245c9a18d95028dd947135e85e08877 (diff) |
mfd: tps65218: Correct the config description
When the initial support was added for this PMIC was added
only regulator support was present. Now we have GPIO and Powerbutton
support as well. Hence correct the description of MFD_TPS65218 config
option.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 47c2418dc662..c5bc48a4d7a0 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1421,8 +1421,7 @@ config MFD_TPS65218 If you say yes here you get support for the TPS65218 series of Power Management chips. These include voltage regulators, gpio and other features - that are often used in portable devices. Only regulator - component is currently supported. + that are often used in portable devices. This driver can also be built as a module. If so, the module will be called tps65218. |