diff options
| author | Andrew Jeffery <[email protected]> | 2017-09-20 15:00:19 +0930 |
|---|---|---|
| committer | Wim Van Sebroeck <[email protected]> | 2017-12-28 20:44:49 +0100 |
| commit | 2050dd0610237488df12fce45966db7debbfa4f0 (patch) | |
| tree | a4a6284e49c4a1e4a5e66bec9315dc27a2845d78 | |
| parent | ffff023a72e28e3ab4e7e43d8d41cb74f4b85e97 (diff) | |
watchdog: aspeed: Remove specific reference to AST2400 in Kconfig
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]>
| -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 60ab8d90da08..ce8013cbdcf2 100644 --- 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 |