File tree Expand file tree Collapse file tree 4 files changed +563
-0
lines changed Expand file tree Collapse file tree 4 files changed +563
-0
lines changed Original file line number Diff line number Diff line change @@ -787,6 +787,15 @@ config REGULATOR_MT6323
787
787
This driver supports the control of different power rails of device
788
788
through regulator interface.
789
789
790
+ config REGULATOR_MT6331
791
+ tristate "MediaTek MT6331 PMIC"
792
+ depends on MFD_MT6397
793
+ help
794
+ Say y here to select this option to enable the power regulator of
795
+ MediaTek MT6331 PMIC.
796
+ This driver supports the control of different power rails of device
797
+ through regulator interface
798
+
790
799
config REGULATOR_MT6358
791
800
tristate "MediaTek MT6358 PMIC"
792
801
depends on MFD_MT6397
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ obj-$(CONFIG_REGULATOR_MPQ7920) += mpq7920.o
95
95
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
+ obj-$(CONFIG_REGULATOR_MT6331) += mt6331-regulator.o
98
99
obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o
99
100
obj-$(CONFIG_REGULATOR_MT6359) += mt6359-regulator.o
100
101
obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o
You can’t perform that action at this time.
0 commit comments