watchdog: aspeed: Remove specific reference to AST2400 in Kconfig
"Linux Kernel Mailing List" <[email protected]>
| Newsgroups | gmane.linux.kernel.commits.head |
|---|---|
| Message-ID | <[email protected]> |
Web: https://git.kernel.org/torvalds/c/2050dd0610237488df12fce45966db7debbfa4f0 Commit: 2050dd0610237488df12fce45966db7debbfa4f0 Parent: ffff023a72e28e3ab4e7e43d8d41cb74f4b85e97 Refname: refs/heads/master Author: Andrew Jeffery <[email protected]> AuthorDate: Wed Sep 20 15:00:19 2017 +0930 Committer: Wim Van Sebroeck <[email protected]> CommitDate: Thu Dec 28 20:44:49 2017 +0100 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]> --- drivers/watchdog/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html