diff options
author | Axel Lin <axel.lin@ingics.com> | 2021-06-22 16:15:26 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-23 13:34:41 +0200 |
commit | 1aeb1a72f330a0fa21610fb44769cd0e68379418 (patch) | |
tree | d8716dcc884102511f4a45107f258da92008c115 /drivers/regulator/Kconfig | |
parent | regulator: da9052: Ensure enough delay time for .set_voltage_time_sel (diff) | |
download | linux-1aeb1a72f330a0fa21610fb44769cd0e68379418.tar.xz linux-1aeb1a72f330a0fa21610fb44769cd0e68379418.zip |
regulator: max8893: Select REGMAP_I2C to fix build error
Fix build error if REGMAP_I2C is not set.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Link: https://lore.kernel.org/r/20210622141526.472175-1-axel.lin@ingics.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 7c39570b99b0..3a71b020ea1c 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -581,6 +581,7 @@ config REGULATOR_MAX8660 config REGULATOR_MAX8893 tristate "Maxim 8893 voltage regulator" depends on I2C + select REGMAP_I2C help This driver controls a Maxim 8893 voltage output regulator via I2C bus. |