Kconfig (38493f008deb435577361d4c4cdd69f7bb30f4b9) Kconfig (79152fc74ff664e2912abe17f21c42d7c49c90c9)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig REGULATOR
3 bool "Voltage and Current Regulator Support"
4 select LINEAR_RANGES
5 help
6 Generic Voltage and Current Regulator support.
7
8 This framework is designed to provide a generic interface to voltage

--- 536 unchanged lines hidden (view full) ---

545 This driver controls a Maxim 1586 or 1587 voltage output
546 regulator via I2C bus. The provided regulator is suitable
547 for PXA27x chips to control VCC_CORE and VCC_USIM voltages.
548
549config REGULATOR_MAX597X
550 tristate "Maxim 597x power switch and monitor"
551 depends on I2C
552 depends on OF
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig REGULATOR
3 bool "Voltage and Current Regulator Support"
4 select LINEAR_RANGES
5 help
6 Generic Voltage and Current Regulator support.
7
8 This framework is designed to provide a generic interface to voltage

--- 536 unchanged lines hidden (view full) ---

545 This driver controls a Maxim 1586 or 1587 voltage output
546 regulator via I2C bus. The provided regulator is suitable
547 for PXA27x chips to control VCC_CORE and VCC_USIM voltages.
548
549config REGULATOR_MAX597X
550 tristate "Maxim 597x power switch and monitor"
551 depends on I2C
552 depends on OF
553 select MFD_MAX597X
553 depends on MFD_MAX597X
554 help
555 This driver controls a Maxim 5970/5978 switch via I2C bus.
556 The MAX5970/5978 is a smart switch with no output regulation, but
557 fault protection and voltage and current monitoring capabilities.
558
559config REGULATOR_MAX77620
560 tristate "Maxim 77620/MAX20024 voltage regulator"
561 depends on MFD_MAX77620 || COMPILE_TEST

--- 938 unchanged lines hidden ---
554 help
555 This driver controls a Maxim 5970/5978 switch via I2C bus.
556 The MAX5970/5978 is a smart switch with no output regulation, but
557 fault protection and voltage and current monitoring capabilities.
558
559config REGULATOR_MAX77620
560 tristate "Maxim 77620/MAX20024 voltage regulator"
561 depends on MFD_MAX77620 || COMPILE_TEST

--- 938 unchanged lines hidden ---