Merge remote-tracking branches 'regulator/topic/rc5t619' and 'regulator/topic/stm32...
[platform/kernel/linux-starfive.git] / drivers / regulator / Kconfig
index a847f82..e740a66 100644 (file)
@@ -559,6 +559,15 @@ config REGULATOR_MT6323
          This driver supports the control of different power rails of device
          through regulator interface.
 
+config REGULATOR_MT6380
+       tristate "MediaTek MT6380 PMIC"
+       depends on MTK_PMIC_WRAP
+       help
+         Say y here to select this option to enable the power regulator of
+         MediaTek MT6380 PMIC.
+         This driver supports the control of different power rails of device
+         through regulator interface.
+
 config REGULATOR_MT6397
        tristate "MediaTek MT6397 PMIC"
        depends on MFD_MT6397
@@ -746,6 +755,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