Commit 01ed08c14de6933e9f29ba3359a46598dae6f5b7

Authored by Veljkovic Srdjan
Committed by Wim Van Sebroeck
1 parent 0895e91d60

[WATCHDOG] Linux kernel IPC SBC Watchdog Timer driver

ICP's Wafer 5823 SBC has, as far as I can tell, the same WDT as many,
if not all ICP's SBC's (that do have a WDT). I have tested it with
several boards, including Rocky 4783, Rocky 3703 and Rocky 3782.

I propose a rename of the  Wafer 5823 watchdog timer driver
to something like "IPC (SBC) Watchdog Timer", to reflect that it
works with other IPC boards (maybe even all of them).

Signed-off-by: Veljkovic Srdjan <sveljko@gvs.co.yu>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

Showing 1 changed file with 4 additions and 3 deletions Side-by-side Diff

drivers/watchdog/Kconfig
... ... @@ -343,11 +343,12 @@
343 343 module will be called ibmasr.
344 344  
345 345 config WAFER_WDT
346   - tristate "ICP Wafer 5823 Single Board Computer Watchdog"
  346 + tristate "ICP Single Board Computer Watchdog Timer"
347 347 depends on X86
348 348 help
349   - This is a driver for the hardware watchdog on the ICP Wafer 5823
350   - Single Board Computer (and probably other similar models).
  349 + This is a driver for the hardware watchdog on the ICP Single
  350 + Board Computer. This driver is working on (at least) the following
  351 + IPC SBC's: Wafer 5823, Rocky 4783, Rocky 3703 and Rocky 3782.
351 352  
352 353 To compile this driver as a module, choose M here: the
353 354 module will be called wafer5823wdt.