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

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

Merge "regulator: mem-acc: add snapshot of mem-acc-regulator driver"

parents a1fe213f e22db7d9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1057,6 +1057,14 @@ config REGULATOR_WM8994
	  This driver provides support for the voltage regulators on the
	  WM8994 CODEC.

config REGULATOR_MEM_ACC
	tristate "QTI Memory accelerator regulator driver"
	help
	  Say y here to enable the memory accelerator driver for
	  Qualcomm Technologies, Inc. (QTI) chips. The accelerator
	  controls delays applied for memory accesses.  This driver
	  configures the power-mode(corner) for the memory accelerator.

config REGULATOR_REFGEN
	tristate "Qualcomm Technologies, Inc. REFGEN regulator driver"
	depends on OF
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ obj-$(CONFIG_REGULATOR_WM831X) += wm831x-ldo.o
obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o
obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
obj-$(CONFIG_REGULATOR_WM8994) += wm8994-regulator.o

obj-$(CONFIG_REGULATOR_MEM_ACC) += mem-acc-regulator.o
obj-$(CONFIG_REGULATOR_REFGEN) += refgen.o
obj-$(CONFIG_REGULATOR_RPMH) += rpmh-regulator.o
obj-$(CONFIG_REGULATOR_STUB) += stub-regulator.o
+1527 −0

File added.

Preview size limit exceeded, changes collapsed.