diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-12-11 00:27:48 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-12-11 16:23:06 +0300 |
commit | 6a6939d5f588b40db32b82ebcec20ee5189c8376 (patch) | |
tree | 52fbbfc96bca1a052e05c9ac10fc010418523643 /drivers/regulator/Kconfig | |
parent | 0da6736ecd10b45e535b100acd58df2db4c099d8 (diff) | |
download | linux-6a6939d5f588b40db32b82ebcec20ee5189c8376.tar.xz |
regulator: pfuze100: Convert the driver to DT-only
Since 5.10-rc1 i.MX is a devicetree-only platform, so simplify the code
by removing the unused non-DT support.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20201210212748.5849-1-festevam@gmail.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 7faedb05b7a6..cb9333d4c0fd 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -830,7 +830,7 @@ config REGULATOR_PF8X00 config REGULATOR_PFUZE100 tristate "Freescale PFUZE100/200/3000/3001 regulator driver" - depends on I2C + depends on I2C && OF select REGMAP_I2C help Say y here to support the regulators found on the Freescale |