File tree Expand file tree Collapse file tree 4 files changed +459
-0
lines changed Expand file tree Collapse file tree 4 files changed +459
-0
lines changed Original file line number Diff line number Diff line change @@ -796,6 +796,15 @@ config REGULATOR_MT6331
796
796
This driver supports the control of different power rails of device
797
797
through regulator interface
798
798
799
+ config REGULATOR_MT6332
800
+ tristate "MediaTek MT6332 PMIC"
801
+ depends on MFD_MT6397
802
+ help
803
+ Say y here to select this option to enable the power regulator of
804
+ MediaTek MT6332 PMIC.
805
+ This driver supports the control of different power rails of device
806
+ through regulator interface
807
+
799
808
config REGULATOR_MT6358
800
809
tristate "MediaTek MT6358 PMIC"
801
810
depends on MFD_MT6397
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ obj-$(CONFIG_REGULATOR_MT6311) += mt6311-regulator.o
96
96
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
+ obj-$(CONFIG_REGULATOR_MT6332) += mt6332-regulator.o
99
100
obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o
100
101
obj-$(CONFIG_REGULATOR_MT6359) += mt6359-regulator.o
101
102
obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o
You can’t perform that action at this time.
0 commit comments