mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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>
This commit is contained in:
parent
8c1007a2cb
commit
ca9c5dccb7
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -96,3 +96,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
|
||||
|
|
Loading…
Reference in a new issue