projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffff023
)
watchdog: aspeed: Remove specific reference to AST2400 in Kconfig
author
Andrew Jeffery
<
[email protected]
>
Wed, 20 Sep 2017 05:30:19 +0000
(15:00 +0930)
committer
Wim Van Sebroeck
<
[email protected]
>
Thu, 28 Dec 2017 19:44:49 +0000
(20:44 +0100)
The driver also supports the watchdog in the AST25xx series, and
may work on earlier SoCs as well.
Signed-off-by: Andrew Jeffery <
[email protected]
>
Reviewed-by: Joel Stanley <
[email protected]
>
Reviewed-by: Guenter Roeck <
[email protected]
>
Signed-off-by: Guenter Roeck <
[email protected]
>
Signed-off-by: Wim Van Sebroeck <
[email protected]
>
drivers/watchdog/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/watchdog/Kconfig
b/drivers/watchdog/Kconfig
index 60ab8d90da084cffd19f66084a03e3a3515e969c..ce8013cbdcf2469f4693deb4355eb5dc31bb5041 100644
(file)
--- a/
drivers/watchdog/Kconfig
+++ b/
drivers/watchdog/Kconfig
@@
-741,7
+741,7
@@
config RENESAS_RZAWDT
Renesas RZ/A SoCs. These watchdogs can be used to reset a system.
config ASPEED_WATCHDOG
- tristate "Aspeed
2400
watchdog support"
+ tristate "Aspeed
BMC
watchdog support"
depends on ARCH_ASPEED || COMPILE_TEST
select WATCHDOG_CORE
help