Skip to content

Commit 5baf2de

Browse files
committed
Kconfig.adi: imply SENSORS_MAX42500
Add entry for the MAX42500 driver Signed-off-by: Kent Libetario <[email protected]>
1 parent 466ca9a commit 5baf2de

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Kconfig.adi

+2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ config KERNEL_ALL_ADI_DRIVERS
9696
imply REGULATOR_MAX77857
9797
imply REGULATOR_MAX77541
9898
imply MFD_MAX77541
99+
imply MAX42500_WDT
100+
imply MFD_MAX42500
99101

100102
source "drivers/clk/Kconfig.adi"
101103
source "drivers/hwmon/Kconfig.adi"

drivers/hwmon/Kconfig.adi

+1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ config HWMON_ALL_ADI_DRIVERS
4444
imply MAX31827
4545
imply SENSORS_MAX31760
4646
imply SENSORS_LT7182S
47+
imply SENSORS_MAX42500
4748

0 commit comments

Comments
 (0)