From: Andrew Jeffery Date: Wed, 20 Sep 2017 05:30:19 +0000 (+0930) Subject: watchdog: aspeed: Remove specific reference to AST2400 in Kconfig X-Git-Tag: v4.16-rc1~44^2~61 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2050dd0610237488df12fce45966db7debbfa4f0;p=users%2Fhch%2Fmisc.git 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 Reviewed-by: Joel Stanley Reviewed-by: Guenter Roeck Signed-off-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- 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