regulator: tps650xx - build fixes for x86_64
[deliverable/linux.git] / drivers / regulator / Kconfig
index f4317798e47ccdab3c09cfead840ccebc93fc771..29910e3a3e4125243149316ef3877fc9148fcb51 100644 (file)
@@ -82,6 +82,13 @@ config REGULATOR_TWL4030
          This driver supports the voltage regulators provided by
          this family of companion chips.
 
+config REGULATOR_WM831X
+       tristate "Wolfson Microelcronics WM831x PMIC regulators"
+       depends on MFD_WM831X
+       help
+         Support the voltage and current regulators of the WM831x series
+         of PMIC devices.
+
 config REGULATOR_WM8350
        tristate "Wolfson Microelectroncis WM8350 AudioPlus PMIC"
        depends on MFD_WM8350
@@ -117,4 +124,44 @@ config REGULATOR_LP3971
         Say Y here to support the voltage regulators and convertors
         on National Semiconductors LP3971 PMIC
 
+config REGULATOR_PCAP
+       tristate "PCAP2 regulator driver"
+       depends on EZX_PCAP
+       help
+        This driver provides support for the voltage regulators of the
+        PCAP2 PMIC.
+
+config REGULATOR_MC13783
+       tristate "Support regulators on Freescale MC13783 PMIC"
+       depends on MFD_MC13783
+       help
+         Say y here to support the regulators found on the Freescale MC13783
+         PMIC.
+
+config REGULATOR_AB3100
+       tristate "ST-Ericsson AB3100 Regulator functions"
+       depends on AB3100_CORE
+       default y if AB3100_CORE
+       help
+        These regulators correspond to functionality in the
+        AB3100 analog baseband dealing with power regulators
+        for the system.
+
+config REGULATOR_TPS65023
+       tristate "TI TPS65023 Power regulators"
+       depends on I2C
+       help
+         This driver supports TPS65023 voltage regulator chips. TPS65023 provides
+         three step-down converters and two general-purpose LDO voltage regulators.
+         It supports TI's software based Class-2 SmartReflex implementation.
+
+config REGULATOR_TPS6507X
+       tristate "TI TPS6507X Power regulators"
+       depends on I2C
+       help
+         This driver supports TPS6507X voltage regulator chips. TPS6507X provides
+         three step-down converters and two general-purpose LDO voltage regulators.
+         It supports TI's software based Class-2 SmartReflex implementation.
+
 endif
+
This page took 0.024879 seconds and 5 git commands to generate.