diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2023-08-18 15:18:15 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-18 16:21:45 +0100 |
commit | 8845252f6690e4fceca67f2bb7ee2920939d3ac5 (patch) | |
tree | 5b01b03227a30ab8384c898b75bb0a3108fb1942 /drivers/regulator | |
parent | 6673fc98953231f5d85f780d3025ea95c7584683 (diff) |
regulator: raa215300: Update help description
Add module description to the help section and update the existing
help description.
Reported-by: Pavel Machek <pavel@denx.de>
Closes: https://lore.kernel.org/all/ZN3%2FSjL50ls+3dnD@duo.ucw.cz/
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20230818141815.314197-4-biju.das.jz@bp.renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 086596239356..186b97c5aa16 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -1072,7 +1072,11 @@ config REGULATOR_RAA215300 depends on COMMON_CLK depends on I2C help - Support for the Renesas RAA215300 PMIC. + If you say yes to this option, support will be included for the + Renesas RAA215300 PMIC. + + Say M here if you want to include support for Renesas RAA215300 PMIC + as a module. The module will be named "raa215300". config REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY tristate "Raspberry Pi 7-inch touchscreen panel ATTINY regulator" |