aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2013-04-14 10:53:54 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-04-14 10:53:54 -0700
commit4f9a197c223cc019801be948e444d05904391109 (patch)
tree53212e57ecf357dd006ec7d4626024cec307aa47
parent3792a64fdeeb9cab56c22695aaeb0624f1b295b4 (diff)
parent09549cd01726a7ff8b102a93e46b059531583ab6 (diff)
downloadmisc-4f9a197c223cc019801be948e444d05904391109.tar.gz
Merge git://www.linux-watchdog.org/linux-watchdog
Pull watchdog fix from Wim Van Sebroeck: "It will fix compile errors for the at91rm9200_wdt driver" * git://www.linux-watchdog.org/linux-watchdog: watchdog: Revert the AT91RM9200_WATCHDOG dependency
-rw-r--r--drivers/watchdog/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 9fcc70c11ceae..e89fc31339723 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -117,7 +117,7 @@ config ARM_SP805_WATCHDOG
config AT91RM9200_WATCHDOG
tristate "AT91RM9200 watchdog"
- depends on ARCH_AT91
+ depends on ARCH_AT91RM9200
help
Watchdog timer embedded into AT91RM9200 chips. This will reboot your
system when the timeout is reached.