projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1f2638
)
watchdog: MAX63XX_WATCHDOG does not depend on ARM
author
Vivien Didelot
<vivien.didelot@savoirfairelinux.com>
Thu, 29 Jan 2015 17:15:42 +0000
(12:15 -0500)
committer
Wim Van Sebroeck
<wim@iguana.be>
Mon, 22 Jun 2015 13:54:21 +0000
(15:54 +0200)
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>
drivers/watchdog/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/watchdog/Kconfig
b/drivers/watchdog/Kconfig
index c572a86c6a4e77c5600cdcfad6def45335836476..af5c490eb4667cce3273beed984348c641ec8795 100644
(file)
--- 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.