projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b84d71
)
regulator: Fix MAX77838 selection
author
Igor Belwon
<igor.belwon@mentallysanemainliners.org>
Wed, 17 Sep 2025 14:58:28 +0000
(16:58 +0200)
committer
Mark Brown
<broonie@kernel.org>
Wed, 17 Sep 2025 17:46:21 +0000
(18:46 +0100)
The current entry for the MAX77838 regulator is unselectable (as it
depended on a non-user-selectable config - REGMAP_I2C). Fix this by
making it select the config, and not depending on it.
Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org>
Link:
https://patch.msgid.link/20250917-maxreg-kconfig-fix-v1-1-1369f88d6272@mentallysanemainliners.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/regulator/Kconfig
b/drivers/regulator/Kconfig
index
5e451be
..
e252bb1
100644
(file)
--- a/
drivers/regulator/Kconfig
+++ b/
drivers/regulator/Kconfig
@@
-779,7
+779,8
@@
config REGULATOR_MAX77826
config REGULATOR_MAX77838
tristate "Maxim 77838 regulator"
- depends on REGMAP_I2C
+ depends on I2C
+ select REGMAP_I2C
help
This driver controls a Maxim 77838 regulator via I2C bus.
The regulator include 4 LDOs and a BUCK regulator. It's