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

Commit 15f005ae authored by Ravindranath Thiyagarajan's avatar Ravindranath Thiyagarajan
Browse files

regulator: Kconfig: Add Kconfig for stub regulators



Stub regulators does not perform hardware transactions with the
regulator hardware. Stub regulators allow the regulator consumer drivers
to successfully pass through the regulator callbacks

Change-Id: I3ca1d9d4b1e45ac5d545d6e39cb6dfd8887240cd
Signed-off-by: default avatarRavindranath Thiyagarajan <rthiyaga@codeaurora.org>
parent 3d109ee5
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -131,6 +131,17 @@ config REGULATOR_AS3711
	  This driver provides support for the voltage regulators on the
	  AS3711 PMIC

config REGULATOR_STUB
	tristate "Stub Regulator"
	help
	  This driver adds stub regulator support. The driver is absent of any
	  real hardware based implementation. It allows for clients to register
	  their regulator device constraints and use all of the standard
	  regulator interfaces. This is useful for bringing up new platforms
	  when the real hardware based implementation may not be yet available.
	  Clients can use the real regulator device names with proper
	  constraint checking while the real driver is being developed.

config REGULATOR_AS3722
	tristate "AMS AS3722 PMIC Regulators"
	depends on MFD_AS3722