LP3971 PMIC regulator driver (updated and combined version)
[sfrench/cifs-2.6.git] / drivers / regulator / Kconfig
index e7e0cf102d6dcacc00272bd299c5366dbfc4f527..f4317798e47ccdab3c09cfead840ccebc93fc771 100644 (file)
@@ -29,8 +29,12 @@ config REGULATOR_DEBUG
          Say yes here to enable debugging support.
 
 config REGULATOR_FIXED_VOLTAGE
-       tristate
+       tristate "Fixed voltage regulator support"
        default n
+       help
+         This driver provides support for fixed voltage regulators,
+         useful for systems which use a combination of software
+         managed regulators and simple non-configurable regulators.
 
 config REGULATOR_VIRTUAL_CONSUMER
        tristate "Virtual regulator consumer support"
@@ -43,6 +47,16 @@ config REGULATOR_VIRTUAL_CONSUMER
 
           If unsure, say no.
 
+config REGULATOR_USERSPACE_CONSUMER
+       tristate "Userspace regulator consumer support"
+       default n
+       help
+         There are some classes of devices that are controlled entirely
+         from user space. Usersapce consumer driver provides ability to
+         control power supplies for such devices.
+
+          If unsure, say no.
+
 config REGULATOR_BQ24022
        tristate "TI bq24022 Dual Input 1-Cell Li-Ion Charger IC"
        default n
@@ -52,6 +66,22 @@ config REGULATOR_BQ24022
          charging select between 100 mA and 500 mA charging current
          limit.
 
+config REGULATOR_MAX1586
+       tristate "Maxim 1586/1587 voltage regulator"
+       depends on I2C
+       default n
+       help
+         This driver controls a Maxim 1586 or 1587 voltage output
+         regulator via I2C bus. The provided regulator is suitable
+         for PXA27x chips to control VCC_CORE and VCC_USIM voltages.
+
+config REGULATOR_TWL4030
+       bool "TI TWL4030/TWL5030/TPS695x0 PMIC"
+       depends on TWL4030_CORE
+       help
+         This driver supports the voltage regulators provided by
+         this family of companion chips.
+
 config REGULATOR_WM8350
        tristate "Wolfson Microelectroncis WM8350 AudioPlus PMIC"
        depends on MFD_WM8350
@@ -80,4 +110,11 @@ config REGULATOR_PCF50633
         Say Y here to support the voltage regulators and convertors
         on PCF50633
 
+config REGULATOR_LP3971
+       tristate "National Semiconductors LP3971 PMIC regulator driver"
+       depends on I2C
+       help
+        Say Y here to support the voltage regulators and convertors
+        on National Semiconductors LP3971 PMIC
+
 endif