diff options
author | Axel Lin <axel.lin@ingics.com> | 2021-05-30 14:41:01 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-01 15:03:04 +0200 |
commit | 5f01de6ffae2b00d3795a399d8d630bdae3c8997 (patch) | |
tree | b39045122ffc9b99ce9693c960e4e5f34c640346 /drivers/regulator/Kconfig | |
parent | regulator: rtmv20: Fix .set_current_limit/.get_current_limit callbacks (diff) | |
download | linux-5f01de6ffae2b00d3795a399d8d630bdae3c8997.tar.xz linux-5f01de6ffae2b00d3795a399d8d630bdae3c8997.zip |
regulator: rtmv20: Add Richtek to Kconfig text
The other Richtek drivers has Richtek prefix, make it consistent.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Link: https://lore.kernel.org/r/20210530124101.477727-2-axel.lin@ingics.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 77c43134bc9e..6120c5cf6ccc 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -1011,7 +1011,7 @@ config REGULATOR_RT5033 current source, LDO and Buck. config REGULATOR_RTMV20 - tristate "RTMV20 Laser Diode Regulator" + tristate "Richtek RTMV20 Laser Diode Regulator" depends on I2C select REGMAP_I2C help |