Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions drivers/watchdog/wdt_silabs_siwx91x.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@ static int siwx91x_wdt_setup(const struct device *dev, uint8_t options)
return -ENOTSUP;
}

if (options & (WDT_OPT_PAUSE_IN_SLEEP)) {
return -ENOTSUP;
}

RSI_WWDT_ConfigSysRstTimer(config->reg, data->delay_reset);
RSI_WWDT_ConfigIntrTimer(config->reg, data->delay_irq);

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_PM=y
CONFIG_PM_DEVICE=y
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_PM=y
CONFIG_PM_DEVICE=y
Loading