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

Commit 180d24e0 authored by Ravindranath Thiyagarajan's avatar Ravindranath Thiyagarajan Committed by Tirupathi Reddy
Browse files

regulator: mem-acc-regulator: Enable mem-acc regulator



Add memory accelerator Kconfig and Makefile entries.

Change-Id: Iff727dff4c9935cdf5f64165c4fc7b038c3cbad5
Signed-off-by: default avatarRavindranath Thiyagarajan <rthiyaga@codeaurora.org>
parent 60dc58a6
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -258,6 +258,15 @@ config REGULATOR_ISL9305
	help
	  This driver supports ISL9305 voltage regulator chip.

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

config REGULATOR_ISL6271A
	tristate "Intersil ISL6271A Power regulator"
	depends on I2C
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
obj-$(CONFIG_REGULATOR_USERSPACE_CONSUMER) += userspace-consumer.o
obj-$(CONFIG_REGULATOR_PROXY_CONSUMER) += proxy-consumer.o

obj-$(CONFIG_REGULATOR_MEM_ACC) += mem-acc-regulator.o
obj-$(CONFIG_REGULATOR_88PM800) += 88pm800.o
obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o
obj-$(CONFIG_REGULATOR_AAT2870) += aat2870-regulator.o