File tree Expand file tree Collapse file tree 5 files changed +857
-0
lines changed Expand file tree Collapse file tree 5 files changed +857
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,9 @@ config KERNEL_ALL_ADI_DRIVERS
96
96
imply REGULATOR_MAX77857
97
97
imply REGULATOR_MAX77541
98
98
imply MFD_MAX77541
99
+ imply REGULATOR_MAX77840
100
+ imply CHARGER_MAX77840
101
+ imply MFD_MAX77840
99
102
imply REGULATOR_ADP5055
100
103
101
104
source "drivers/clk/Kconfig.adi"
Original file line number Diff line number Diff line change @@ -894,6 +894,19 @@ config MFD_MAX77714
894
894
drivers must be enabled in order to use each functionality of the
895
895
device.
896
896
897
+ config MFD_MAX77840
898
+ tristate "Maxim Integrated MAX77840 Charger Support"
899
+ depends on I2C=y
900
+ select MFD_CORE
901
+ select REGMAP_I2C
902
+ select REGMAP_IRQ
903
+ help
904
+ Say yes here to add support for Maxim Integrated MAX77840.
905
+ This is a 3A Switch Mode Charger with Fuel Gauge.
906
+ This driver provides common support for accessing the device,
907
+ additional drivers must be enabled in order to use the functionality
908
+ of the device.
909
+
897
910
config MFD_MAX77843
898
911
bool "Maxim Semiconductor MAX77843 PMIC Support"
899
912
depends on I2C=y
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ obj-$(CONFIG_MFD_MAX77650) += max77650.o
163
163
obj-$(CONFIG_MFD_MAX77686) += max77686.o
164
164
obj-$(CONFIG_MFD_MAX77693) += max77693.o
165
165
obj-$(CONFIG_MFD_MAX77714) += max77714.o
166
+ obj-$(CONFIG_MFD_MAX77840) += max77840.o
166
167
obj-$(CONFIG_MFD_MAX77843) += max77843.o
167
168
obj-$(CONFIG_MFD_MAX8907) += max8907.o
168
169
max8925-objs := max8925-core.o max8925-i2c.o
You can’t perform that action at this time.
0 commit comments