diff options
author | Axel Lin <axel.lin@ingics.com> | 2021-06-22 22:15:26 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-23 12:34:41 +0100 |
commit | 1aeb1a72f330a0fa21610fb44769cd0e68379418 (patch) | |
tree | d8716dcc884102511f4a45107f258da92008c115 /drivers/regulator | |
parent | a336dc8f683e5be794186b5643cd34cb28dd2c53 (diff) |
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')
-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. |