diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2007-12-02 06:54:42 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-01-29 07:58:38 -0500 |
commit | 1ceea8243aa917ac7fc5a4a6585dea4789f7c20f (patch) | |
tree | bbb46154ec73532cdd3cb4e56049224453d896a3 /drivers/watchdog/Kconfig | |
parent | 0ba6c33bcddc64a54b5f1c25a696c4767dc76292 (diff) |
[WATCHDOG] use SGI_HAS_INDYDOG for INDYDOG depends
Use SGI_HAS_INDYDOG for INDYDOG depends.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 899fc13d0612..afcdc69e37d6 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -609,7 +609,7 @@ config SBC_EPX_C3_WATCHDOG | |||
609 | 609 | ||
610 | config INDYDOG | 610 | config INDYDOG |
611 | tristate "Indy/I2 Hardware Watchdog" | 611 | tristate "Indy/I2 Hardware Watchdog" |
612 | depends on SGI_IP22 | 612 | depends on SGI_HAS_INDYDOG |
613 | help | 613 | help |
614 | Hardware driver for the Indy's/I2's watchdog. This is a | 614 | Hardware driver for the Indy's/I2's watchdog. This is a |
615 | watchdog timer that will reboot the machine after a 60 second | 615 | watchdog timer that will reboot the machine after a 60 second |