diff options
-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 aedc4cba9240..23e3e4a35cc9 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -550,7 +550,7 @@ config REGULATOR_MAX597X tristate "Maxim 597x power switch and monitor" depends on I2C depends on OF - select MFD_MAX597X + depends on MFD_MAX597X help This driver controls a Maxim 5970/5978 switch via I2C bus. The MAX5970/5978 is a smart switch with no output regulation, but |