Kconfig (53c8b29abe42e5601cfa0ea5962532f0cfdec8a0) | Kconfig (e444f6d68c07bc01a3a3d5905409dbe1ca391d26) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only | |
2menuconfig REGULATOR 3 bool "Voltage and Current Regulator Support" 4 help 5 Generic Voltage and Current Regulator support. 6 7 This framework is designed to provide a generic interface to voltage 8 and current regulators within the Linux kernel. It's intended to 9 provide voltage and current control to client or consumer drivers and --- 748 unchanged lines hidden (view full) --- 758 help 759 Select this option to enable the power regulator of RICOH 760 PMIC RC5T583. 761 This driver supports the control of different power rails of device 762 through regulator interface. The device supports multiple DCDC/LDO 763 outputs which can be controlled by i2c communication. 764 765config REGULATOR_RK808 | 1menuconfig REGULATOR 2 bool "Voltage and Current Regulator Support" 3 help 4 Generic Voltage and Current Regulator support. 5 6 This framework is designed to provide a generic interface to voltage 7 and current regulators within the Linux kernel. It's intended to 8 provide voltage and current control to client or consumer drivers and --- 748 unchanged lines hidden (view full) --- 757 help 758 Select this option to enable the power regulator of RICOH 759 PMIC RC5T583. 760 This driver supports the control of different power rails of device 761 through regulator interface. The device supports multiple DCDC/LDO 762 outputs which can be controlled by i2c communication. 763 764config REGULATOR_RK808 |
766 tristate "Rockchip RK805/RK808/RK818 Power regulators" | 765 tristate "Rockchip RK805/RK808/RK809/RK817/RK818 Power regulators" |
767 depends on MFD_RK808 768 help 769 Select this option to enable the power regulator of ROCKCHIP | 766 depends on MFD_RK808 767 help 768 Select this option to enable the power regulator of ROCKCHIP |
770 PMIC RK805,RK808 and RK818. | 769 PMIC RK805,RK809&RK817,RK808 and RK818. |
771 This driver supports the control of different power rails of device 772 through regulator interface. The device supports multiple DCDC/LDO 773 outputs which can be controlled by i2c communication. 774 775config REGULATOR_RN5T618 776 tristate "Ricoh RN5T567/618 voltage regulators" 777 depends on MFD_RN5T618 778 help --- 293 unchanged lines hidden --- | 770 This driver supports the control of different power rails of device 771 through regulator interface. The device supports multiple DCDC/LDO 772 outputs which can be controlled by i2c communication. 773 774config REGULATOR_RN5T618 775 tristate "Ricoh RN5T567/618 voltage regulators" 776 depends on MFD_RN5T618 777 help --- 293 unchanged lines hidden --- |