video: rockchip: vpu: clear mmu status when vpu reset
[firefly-linux-kernel-4.4.55.git] / drivers / regulator / Kconfig
index 8df0b0e62976d460c96a0be4dffbe53363586b4a..f9dde4d26ea234a298c7728bbb7c38b38dbb1e01 100644 (file)
@@ -295,6 +295,15 @@ config REGULATOR_LP872X
        help
          This driver supports LP8720/LP8725 PMIC
 
+config REGULATOR_LP8752
+       tristate "TI LP8752 High Performance PMU driver"
+       depends on I2C
+       select REGMAP_I2C
+       help
+         This driver supports LP8752 High Performance PMU driver. This
+         chip contains four step-down DC/DC converters which can support
+         4 mode multiphase configuration.
+
 config REGULATOR_LP8755
        tristate "TI LP8755 High Performance PMU driver"
        depends on I2C
@@ -443,9 +452,17 @@ config REGULATOR_MC13892
          Say y here to support the regulators found on the Freescale MC13892
          PMIC.
 
+config REGULATOR_MP8865
+       tristate "MPS MP8865 Power Regulator"
+       depends on I2C
+       select REGMAP_I2C
+       help
+         This driver supports MP8865 voltage regulator chip.
+
 config REGULATOR_MT6311
        tristate "MediaTek MT6311 PMIC"
        depends on I2C
+       select REGMAP_I2C
        help
          Say y here to select this option to enable the power regulator of
          MediaTek MT6311 PMIC.
@@ -557,11 +574,21 @@ config REGULATOR_RC5T583
          outputs which can be controlled by i2c communication.
 
 config REGULATOR_RK808
-       tristate "Rockchip RK808 Power regulators"
+       tristate "Rockchip RK808/RK818 Power regulators"
        depends on MFD_RK808
        help
          Select this option to enable the power regulator of ROCKCHIP
-         PMIC RK808.
+         PMIC RK808 and RK818.
+         This driver supports the control of different power rails of device
+         through regulator interface. The device supports multiple DCDC/LDO
+         outputs which can be controlled by i2c communication.
+
+config REGULATOR_RK818
+       tristate "Rockchip RK818 Power regulators"
+       depends on MFD_RK808
+       help
+         Select this option to enable the power regulator of ROCKCHIP
+         PMIC RK818.
          This driver supports the control of different power rails of device
          through regulator interface. The device supports multiple DCDC/LDO
          outputs which can be controlled by i2c communication.
@@ -615,6 +642,14 @@ config REGULATOR_SKY81452
          This driver can also be built as a module. If so, the module
          will be called sky81452-regulator.
 
+config REGULATOR_SYR82X
+       tristate "SYR82X DCDC SUPPORT REGULATOR"
+       depends on I2C
+       select REGMAP_I2C
+       help
+         Support the voltage and current regulators of the SYR82X
+         series of DCDC devices.
+
 config REGULATOR_TI_ABB
        tristate "TI Adaptive Body Bias on-chip LDO"
        depends on ARCH_OMAP
@@ -784,5 +819,11 @@ config REGULATOR_WM8994
          This driver provides support for the voltage regulators on the
          WM8994 CODEC.
 
+config REGULATOR_XZ3216
+       tristate "Xizhuo XZ3216 voltage regulator"
+       depends on I2C
+       help
+         Support the voltage and current regulators of the XZ321X series of DCDC devices.
+
 endif