Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbc8d136 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "regulator: qpnp-regulator: Add snapshot of qpnp-regulator"

parents dc5fcb92 24cec022
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1211,6 +1211,16 @@ config REGULATOR_STUB
	  Consumers can use stub regulator device with proper constraint
	  checking while the real regulator driver is being developed.

config REGULATOR_QPNP
	tristate "Qualcomm Technologies, Inc. QPNP regulator support"
	depends on SPMI
	help
	  This driver supports voltage regulators in Qualcomm Technologies, Inc.
	  PMIC chips which comply with QPNP.  QPNP is a SPMI based PMIC
	  implementation.  These chips provide several different varieties of
	  LDO and switching regulators.  They also provide voltage switches and
	  boost regulators.

config VIRTIO_REGULATOR
	tristate "Virtio regulator driver"
	depends on VIRTIO
+1 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@ obj-$(CONFIG_REGULATOR_RPM_SMD) += rpm-smd-regulator.o
obj-$(CONFIG_REGULATOR_QCOM_SPMI) += qcom_spmi-regulator.o
obj-$(CONFIG_REGULATOR_QPNP_LCDB) += qpnp-lcdb-regulator.o
obj-$(CONFIG_REGULATOR_QPNP_AMOLED) += qpnp-amoled-regulator.o
obj-$(CONFIG_REGULATOR_QPNP) += qpnp-regulator.o
obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o
obj-$(CONFIG_REGULATOR_PFUZE100) += pfuze100-regulator.o
obj-$(CONFIG_REGULATOR_PV88060) += pv88060-regulator.o