diff options
-rw-r--r-- | drivers/watchdog/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 32b9fe153641..db20542796bf 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -285,10 +285,11 @@ config ALIM1535_WDT | |||
285 | 285 | ||
286 | config ALIM7101_WDT | 286 | config ALIM7101_WDT |
287 | tristate "ALi M7101 PMU Computer Watchdog" | 287 | tristate "ALi M7101 PMU Computer Watchdog" |
288 | depends on X86 && PCI | 288 | depends on PCI |
289 | help | 289 | help |
290 | This is the driver for the hardware watchdog on the ALi M7101 PMU | 290 | This is the driver for the hardware watchdog on the ALi M7101 PMU |
291 | as used in the x86 Cobalt servers. | 291 | as used in the x86 Cobalt servers and also found in some |
292 | SPARC Netra servers too. | ||
292 | 293 | ||
293 | To compile this driver as a module, choose M here: the | 294 | To compile this driver as a module, choose M here: the |
294 | module will be called alim7101_wdt. | 295 | module will be called alim7101_wdt. |