Messages in this thread Patch in this message |  | | From | Axel Lin <> | Subject | [PATCH 2/2] regulator: rtmv20: Add Richtek to Kconfig text | Date | Sun, 30 May 2021 20:41:01 +0800 |
| |
The other Richtek drivers has Richtek prefix, make it consistent.
Signed-off-by: Axel Lin <axel.lin@ingics.com> --- drivers/regulator/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 9aeb32c320aa..fc9e8f589d16 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -1032,7 +1032,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 -- 2.25.1
|  |