Skip to content

Commit 7d608c3

Browse files
andrejpicejWim Van Sebroeck
authored andcommitted
watchdog: da9063: Add hard dependency on I2C
Commit 5ea2991 ("watchdog: da9063: use atomic safe i2c transfer in reset handler") implements atomic save i2c transfer which uses i2c functions directly. Add I2C hard dependency which overrides COMPILE_TEST. Reported-by: kernel test robot <[email protected]> Fixes: 968011a ("watchdog: da9063: use atomic safe i2c transfer in reset handler") Signed-off-by: Andrej Picej <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent 7d7267a commit 7d608c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/watchdog/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ config DA9055_WATCHDOG
207207
config DA9063_WATCHDOG
208208
tristate "Dialog DA9063 Watchdog"
209209
depends on MFD_DA9063 || COMPILE_TEST
210+
depends on I2C
210211
select WATCHDOG_CORE
211212
help
212213
Support for the watchdog in the DA9063 PMIC.

0 commit comments

Comments
 (0)