Skip to content

Commit 576aa49

Browse files
committed
Kconfig.adi: imply SENSORS_MAX42500
Add entry for the MAX42500 driver Signed-off-by: Kent Libetario <[email protected]>
1 parent 047c533 commit 576aa49

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
@@ -95,6 +95,8 @@ config KERNEL_ALL_ADI_DRIVERS
9595
imply REGULATOR_MAX77857
9696
imply REGULATOR_MAX77541
9797
imply MFD_MAX77541
98+
imply MAX42500_WDT
99+
imply MFD_MAX42500
98100

99101
source "drivers/clk/Kconfig.adi"
100102
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)