diff options
-rw-r--r-- | drivers/watchdog/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 37bddc1802de..da0741da712a 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -343,11 +343,12 @@ config IBMASR | |||
343 | module will be called ibmasr. | 343 | module will be called ibmasr. |
344 | 344 | ||
345 | config WAFER_WDT | 345 | config WAFER_WDT |
346 | tristate "ICP Wafer 5823 Single Board Computer Watchdog" | 346 | tristate "ICP Single Board Computer Watchdog Timer" |
347 | depends on X86 | 347 | depends on X86 |
348 | help | 348 | help |
349 | This is a driver for the hardware watchdog on the ICP Wafer 5823 | 349 | This is a driver for the hardware watchdog on the ICP Single |
350 | Single Board Computer (and probably other similar models). | 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 | To compile this driver as a module, choose M here: the | 353 | To compile this driver as a module, choose M here: the |
353 | module will be called wafer5823wdt. | 354 | module will be called wafer5823wdt. |