diff options
author | Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> | 2018-09-14 10:34:02 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-09-28 15:57:13 +0200 |
commit | 2ece646c90c5b45dd76c76ea207a3f3459f2c472 (patch) | |
tree | 927a901b0fb85096ceec26adb05dec19897f5270 /drivers/regulator/Kconfig | |
parent | regulator: bd718XX use pickable ranges (diff) | |
download | linux-2ece646c90c5b45dd76c76ea207a3f3459f2c472.tar.xz linux-2ece646c90c5b45dd76c76ea207a3f3459f2c472.zip |
regulator: bd718xx: rename bd71837 to 718xx
rename bd71837-regulator.c to bd718x7-regulator.c to reflect the
fact that also BD71847 is now supported by the driver.
Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-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 329cdd33ed62..6e96ef1bd74a 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -189,7 +189,7 @@ config REGULATOR_BD718XX and LDO regulators. This driver can also be built as a module. If so, the module - will be called bd71837-regulator. + will be called bd718x7-regulator. config REGULATOR_BD9571MWV tristate "ROHM BD9571MWV Regulators" |