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

Commit 2e0b29da authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "regulator: mem-acc-regulator: Enable mem-acc regulator"

parents 114ef2c3 180d24e0
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