aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2016-05-18 04:21:00 -0400
committerWim Van Sebroeck <wim@iguana.be>2016-07-17 14:59:10 -0400
commitefa859f7d7860f73396c1ff28017e55b5b403e82 (patch)
tree43a41fd747ace77f93b776a2d77c02ba09365db6 /drivers/watchdog/Kconfig
parent0c9444cc9e031541694268e58d4b999a6ee258e3 (diff)
watchdog: Add Aspeed watchdog driver
Provides generic watchdog features as well as reboot support for the Aspeed SoCs. Signed-off-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index b4b3e256491b..a12bf540c0b1 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -669,6 +669,19 @@ config RENESAS_WDT
669 This driver adds watchdog support for the integrated watchdogs in the 669 This driver adds watchdog support for the integrated watchdogs in the
670 Renesas R-Car and other SH-Mobile SoCs (usually named RWDT or SWDT). 670 Renesas R-Car and other SH-Mobile SoCs (usually named RWDT or SWDT).
671 671
672config ASPEED_WATCHDOG
673 tristate "Aspeed 2400 watchdog support"
674 depends on ARCH_ASPEED || COMPILE_TEST
675 select WATCHDOG_CORE
676 help
677 Say Y here to include support for the watchdog timer
678 in Apseed BMC SoCs.
679
680 This driver is required to reboot the SoC.
681
682 To compile this driver as a module, choose M here: the
683 module will be called aspeed_wdt.
684
672# AVR32 Architecture 685# AVR32 Architecture
673 686
674config AT32AP700X_WDT 687config AT32AP700X_WDT