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