diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-01-31 09:36:35 +1100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-01-31 09:36:35 +1100 |
commit | 5bdeae46be6dfe9efa44a548bd622af325f4bdb4 (patch) | |
tree | ae9d2dd31a35c70d9928498cc8271230838f030c | |
parent | d145c7253c8cb2ed8a75a8839621b0bb8f778820 (diff) | |
parent | 1ceea8243aa917ac7fc5a4a6585dea4789f7c20f (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
* git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:
[WATCHDOG] use SGI_HAS_INDYDOG for INDYDOG depends
-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 config INDYDOG tristate "Indy/I2 Hardware Watchdog" - depends on SGI_IP22 + depends on SGI_HAS_INDYDOG help Hardware driver for the Indy's/I2's watchdog. This is a watchdog timer that will reboot the machine after a 60 second |