diff options
author | Adrien Grassein <adrien.grassein@gmail.com> | 2021-01-14 18:47:09 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-01-15 14:16:11 +0000 |
commit | 4d23b84d1fcd1eadbc5c6cd93e76b02a8d191d66 (patch) | |
tree | c5faf3c4cfcd8aba973ed705662179b3840069fc /drivers/regulator/Kconfig | |
parent | c2fa56173ba66bab8f0005789c383cb8cc2aaf62 (diff) |
regulator: pf8x00: add a doc for the module
pf8x00 module build was not documented.
Signed-off-by: Adrien Grassein <adrien.grassein@gmail.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Link: https://lore.kernel.org/r/20210114174714.122561-2-adrien.grassein@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index eafa13be6e3e..ba8c09d90701 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -846,6 +846,10 @@ config REGULATOR_PF8X00 Say y here to support the regulators found on the NXP PF8100/PF8121A/PF8200 PMIC. + Say M here if you want to support for the regulators found + on the NXP PF8100/PF8121A/PF8200 PMIC. The module will be named + "pf8x00-regulator". + config REGULATOR_PFUZE100 tristate "Freescale PFUZE100/200/3000/3001 regulator driver" depends on I2C && OF |