diff options
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2015-01-29 20:15:42 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2015-06-22 16:54:21 +0300 |
commit | 04658449dc65911b418d1bf032a67c73027cb70f (patch) | |
tree | 30b7bc1023fd866f3ccf174c1d585fb6b457021d /drivers/watchdog | |
parent | c1f263878e99e44c6e23fee0dfe01ef05ad83024 (diff) | |
download | linux-04658449dc65911b418d1bf032a67c73027cb70f.tar.xz |
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/Kconfig | 2 |
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. |