diff options
author | Eric Long <eric.long@spreadtrum.com> | 2017-11-06 03:46:28 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2017-12-28 20:45:40 +0100 |
commit | 477603467009673d0965ca7ec165a09bd0fcb87e (patch) | |
tree | d2ac478f2edce54d20e9bd378596693f9c96f058 /drivers/watchdog/Kconfig | |
parent | dt-bindings: watchdog: Add Spreadtrum watchdog documentation (diff) | |
download | linux-477603467009673d0965ca7ec165a09bd0fcb87e.tar.xz linux-477603467009673d0965ca7ec165a09bd0fcb87e.zip |
watchdog: Add Spreadtrum watchdog driver
This patch adds the watchdog driver for Spreadtrum SC9860 platform.
Signed-off-by: Eric Long <eric.long@spreadtrum.com>
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/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index be37e102dd30..633173260f5a 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -799,6 +799,14 @@ config RTD119X_WATCHDOG Say Y here to include support for the watchdog timer in Realtek RTD1295 SoCs. +config SPRD_WATCHDOG + tristate "Spreadtrum watchdog support" + depends on ARCH_SPRD || COMPILE_TEST + select WATCHDOG_CORE + help + Say Y here to include watchdog timer supported + by Spreadtrum system. + # AVR32 Architecture config AT32AP700X_WDT |