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