diff options
author | Ahmad Fatoum <a.fatoum@pengutronix.de> | 2019-10-11 18:27:52 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2019-10-14 15:18:23 +0200 |
commit | d1cd3da95e191a4303551f5dc8e508a472a99849 (patch) | |
tree | a54b58a4db361ccbc394d390d7a72dd0ede4245f /drivers/watchdog/Kconfig | |
parent | ddb95cd90368f4d7ff11d6018cd0f24064e5bd28 (diff) | |
download | barebox-d1cd3da95e191a4303551f5dc8e508a472a99849.tar.gz barebox-d1cd3da95e191a4303551f5dc8e508a472a99849.tar.xz |
watchdog: add support for Fintek F718xx and, F818xx Super I/O
This is an adaptation of the Linux v5.3 f71808e_wdt driver for the watchdog
component of the Fintek Super I/O chips.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index fbaab896d4..45dd41a2a2 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -96,4 +96,13 @@ config STPMIC1_WATCHDOG help Enable to support configuration of the stpmic1's built-in watchdog. +config F71808E_WDT + bool "Fintek F718xx, F818xx Super I/O Watchdog" + depends on X86 + depends on FINTEK_SUPERIO + help + This is the driver for the hardware watchdog on the Fintek F71808E, + F71862FG, F71868, F71869, F71882FG, F71889FG, F81865 and F81866 + Super I/O controllers. + endif |