Loading drivers/regulator/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -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 Loading drivers/regulator/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
drivers/regulator/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
drivers/regulator/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading