diff options
author | Keerthy <j-keerthy@ti.com> | 2016-08-31 14:28:12 +0530 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-08-31 13:20:44 +0100 |
commit | f618ed218dc01207882a8f02b1310c7daaf5156a (patch) | |
tree | a9ef5fbfd0d03428fa807f2f212f67fa3512f341 | |
parent | 83f141030cec8861969121582f13ab2caff5c4ba (diff) |
regulator: lp873x: Change the MFD config option as per latest naming
Change the MFD config option as per latest naming
Signed-off-by: Keerthy <j-keerthy@ti.com>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | drivers/regulator/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 6c88e31c01f7..97dc4cc3ef43 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -323,7 +323,7 @@ config REGULATOR_LP872X config REGULATOR_LP873X tristate "TI LP873X Power regulators" - depends on MFD_LP873X && OF + depends on MFD_TI_LP873X && OF help This driver supports LP873X voltage regulator chips. LP873X provides two step-down converters and two general-purpose LDO |