regulator: Add support for stm32-vrefbuf
[sfrench/cifs-2.6.git] / drivers / regulator / Kconfig
index 48db87d6dfef4d0bc6f2037feeab7cf88c7949c5..2cb2c6324480435def64a71372c0fd64fbf54434 100644 (file)
@@ -214,11 +214,11 @@ config REGULATOR_DA9055
          will be called da9055-regulator.
 
 config REGULATOR_DA9062
-       tristate "Dialog Semiconductor DA9062 regulators"
+       tristate "Dialog Semiconductor DA9061/62 regulators"
        depends on MFD_DA9062
        help
          Say y here to support the BUCKs and LDOs regulators found on
-         DA9062 PMICs.
+         DA9061 and DA9062 PMICs.
 
          This driver can also be built as a module. If so, the module
          will be called da9062-regulator.
@@ -296,6 +296,16 @@ config REGULATOR_HI6421
          21 general purpose LDOs, 3 dedicated LDOs, and 5 BUCKs. All
          of them come with support to either ECO (idle) or sleep mode.
 
+config REGULATOR_HI6421V530
+       tristate "HiSilicon Hi6421v530 PMIC voltage regulator support"
+       depends on MFD_HI6421_PMIC && OF
+       help
+         This driver provides support for the voltage regulators on
+         HiSilicon Hi6421v530 PMU / Codec IC.
+         Hi6421v530 is a multi-function device which, on regulator part,
+         provides 5 general purpose LDOs, and all of them come with support
+         to either ECO (idle) or sleep mode.
+
 config REGULATOR_HI655X
        tristate "Hisilicon HI655X PMIC regulators support"
        depends on ARCH_HISI || COMPILE_TEST
@@ -365,6 +375,14 @@ config REGULATOR_LP8755
          chip contains six step-down DC/DC converters which can support
          9 mode multiphase configuration.
 
+config REGULATOR_LP87565
+       tristate "TI LP87565 Power regulators"
+       depends on MFD_TI_LP87565 && OF
+       help
+         This driver supports LP87565 voltage regulator chips. LP87565
+         provides four step-down converters. It supports software based
+         voltage control for different voltage domains
+
 config REGULATOR_LP8788
        tristate "TI LP8788 Power Regulators"
        depends on MFD_LP8788
@@ -728,6 +746,18 @@ config REGULATOR_SKY81452
          This driver can also be built as a module. If so, the module
          will be called sky81452-regulator.
 
+config REGULATOR_STM32_VREFBUF
+       tristate "STMicroelectronics STM32 VREFBUF"
+       depends on ARCH_STM32 || COMPILE_TEST
+       help
+         This driver supports STMicroelectronics STM32 VREFBUF (voltage
+         reference buffer) which can be used as voltage reference for
+         internal ADCs, DACs and also for external components through
+         dedicated Vref+ pin.
+
+         This driver can also be built as a module. If so, the module
+         will be called stm32-vrefbuf.
+
 config REGULATOR_TI_ABB
        tristate "TI Adaptive Body Bias on-chip LDO"
        depends on ARCH_OMAP