video: rockchip: vpu: clear mmu status when vpu reset
[firefly-linux-kernel-4.4.55.git] / drivers / regulator / Kconfig
index 9f7da20920a7c11f90e0683e1362d73d5e5bf15e..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,11 @@ 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.
@@ -802,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