summaryrefslogtreecommitdiff
path: root/configs/stm32mp15_basic_defconfig
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2019-04-30 17:26:23 +0200
committerPatrice Chotard <patrice.chotard@st.com>2019-06-06 17:40:16 +0200
commitca9c5dccb7eec1a52dd39c6014279f1fab7d4fe6 (patch)
tree1f709f3662ea00b5cec56c9eff562df3a07bc97e /configs/stm32mp15_basic_defconfig
parent8c1007a2cbd845b47003753f54b2f7d2a502e13e (diff)
configs: stm32mp15: Enable WDT flags
This allows to enable WATCHDOG and WDT flags to be able to reset the watchdog and to support watchdog driver model. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'configs/stm32mp15_basic_defconfig')
-rw-r--r--configs/stm32mp15_basic_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig
index ae77bd57e4..3e100957ff 100644
--- a/configs/stm32mp15_basic_defconfig
+++ b/configs/stm32mp15_basic_defconfig
@@ -106,3 +106,5 @@ CONFIG_USB_GADGET_MANUFACTURER="STMicroelectronics"
CONFIG_USB_GADGET_VENDOR_NUM=0x0483
CONFIG_USB_GADGET_PRODUCT_NUM=0x5720
CONFIG_USB_GADGET_DWC2_OTG=y
+CONFIG_WDT=y
+CONFIG_WDT_STM32MP=y