aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>2015-01-29 12:15:42 -0500
committerWim Van Sebroeck <wim@iguana.be>2015-06-22 15:54:21 +0200
commit04658449dc65911b418d1bf032a67c73027cb70f (patch)
tree30b7bc1023fd866f3ccf174c1d585fb6b457021d /drivers/watchdog
parentwatchdog: imgpdc: Add some documentation about the timeout (diff)
downloadlinux-dev-04658449dc65911b418d1bf032a67c73027cb70f.tar.xz
linux-dev-04658449dc65911b418d1bf032a67c73027cb70f.zip
watchdog: MAX63XX_WATCHDOG does not depend on ARM
Remove the ARM Kconfig dependency since the Maxim MAX63xx devices are architecture independent. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index c572a86c6a4e..af5c490eb466 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -408,7 +408,7 @@ config TS72XX_WATCHDOG
config MAX63XX_WATCHDOG
tristate "Max63xx watchdog"
- depends on ARM && HAS_IOMEM
+ depends on HAS_IOMEM
select WATCHDOG_CORE
help
Support for memory mapped max63{69,70,71,72,73,74} watchdog timer.