summaryrefslogtreecommitdiff
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2019-04-30 17:26:22 +0200
committerPatrice Chotard <patrice.chotard@st.com>2019-06-06 17:40:16 +0200
commit8c1007a2cbd845b47003753f54b2f7d2a502e13e (patch)
tree3d30b4322850ea0c981adb65f33c7d4582ed9608 /drivers/watchdog/Kconfig
parent75500a41825bd8daadcdc6ab2a3c6e1c3c8f39e7 (diff)
watchdog: stm32mp: Add watchdog driver
This patch adds IWDG (Independent WatchDoG) support for STM32MP platform. Signed-off-by: Christophe Kerello <christophe.kerello@st.com> Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 7a8619f05c..dbafb74a34 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -154,6 +154,14 @@ config WDT_SP805
Select this to enable SP805 watchdog timer, which can be found on some
nxp layerscape chips.
+config WDT_STM32MP
+ bool "IWDG watchdog driver for STM32 MP's family"
+ depends on WDT
+ imply WATCHDOG
+ help
+ Enable the STM32 watchdog (IWDG) driver. Enable support to
+ configure STM32's on-SoC watchdog.
+
config XILINX_TB_WATCHDOG
bool "Xilinx Axi watchdog timer support"
depends on WDT