mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-08 15:04:45 +00:00
regulator: Fix MFD_MAX597X dependency
Drivers should depend on rather than select their MFDs. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20220707111753.16581-1-broonie@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
d08412328e
commit
79152fc74f
@ -550,7 +550,7 @@ config REGULATOR_MAX597X
|
|||||||
tristate "Maxim 597x power switch and monitor"
|
tristate "Maxim 597x power switch and monitor"
|
||||||
depends on I2C
|
depends on I2C
|
||||||
depends on OF
|
depends on OF
|
||||||
select MFD_MAX597X
|
depends on MFD_MAX597X
|
||||||
help
|
help
|
||||||
This driver controls a Maxim 5970/5978 switch via I2C bus.
|
This driver controls a Maxim 5970/5978 switch via I2C bus.
|
||||||
The MAX5970/5978 is a smart switch with no output regulation, but
|
The MAX5970/5978 is a smart switch with no output regulation, but
|
||||||
|
Loading…
Reference in New Issue
Block a user