File tree Expand file tree Collapse file tree 4 files changed +514
-0
lines changed Expand file tree Collapse file tree 4 files changed +514
-0
lines changed Original file line number Diff line number Diff line change @@ -805,6 +805,15 @@ config REGULATOR_MT6332
805
805
This driver supports the control of different power rails of device
806
806
through regulator interface
807
807
808
+ config REGULATOR_MT6357
809
+ tristate "MediaTek MT6357 PMIC"
810
+ depends on MFD_MT6397
811
+ help
812
+ Say y here to select this option to enable the power regulator of
813
+ MediaTek MT6357 PMIC.
814
+ This driver supports the control of different power rails of device
815
+ through regulator interface.
816
+
808
817
config REGULATOR_MT6358
809
818
tristate "MediaTek MT6358 PMIC"
810
819
depends on MFD_MT6397
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ obj-$(CONFIG_REGULATOR_MT6315) += mt6315-regulator.o
97
97
obj-$(CONFIG_REGULATOR_MT6323) += mt6323-regulator.o
98
98
obj-$(CONFIG_REGULATOR_MT6331) += mt6331-regulator.o
99
99
obj-$(CONFIG_REGULATOR_MT6332) += mt6332-regulator.o
100
+ obj-$(CONFIG_REGULATOR_MT6357) += mt6357-regulator.o
100
101
obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o
101
102
obj-$(CONFIG_REGULATOR_MT6359) += mt6359-regulator.o
102
103
obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o
You can’t perform that action at this time.
0 commit comments