diff options
author | Biju Das <[email protected]> | 2023-08-18 15:18:15 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-08-18 16:21:45 +0100 |
commit | 8845252f6690e4fceca67f2bb7ee2920939d3ac5 (patch) | |
tree | 5b01b03227a30ab8384c898b75bb0a3108fb1942 | |
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 <[email protected]>
Closes: https://lore.kernel.org/all/ZN3%[email protected]/
Signed-off-by: Biju Das <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-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" |