]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: m68k: add watchdog driver
authorAngelo Dureghello <angelo@kernel-space.org>
Sat, 24 Jun 2023 21:46:17 +0000 (23:46 +0200)
committerAngelo Dureghello <angelo@kernel-space.org>
Tue, 25 Jul 2023 21:21:42 +0000 (23:21 +0200)
Add config options for mcf_wdt driver.

Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
---
Changes for v2:
- none
Changes for v3:
- none

configs/M5208EVBE_defconfig
configs/astro_mcf5373l_defconfig
configs/eb_cpu5282_defconfig
configs/eb_cpu5282_internal_defconfig

index 0c5afe869b47344644098ae008b501dea71e9e60..aa054f753f6afb0a3061f2892e1d09198c22bc2c 100644 (file)
@@ -50,3 +50,5 @@ CONFIG_MCFFEC=y
 CONFIG_MII=y
 CONFIG_MCFUART=y
 CONFIG_WATCHDOG_TIMEOUT_MSECS=5000
+CONFIG_WDT=y
+CONFIG_WDT_MCF=y
index aade1f98be39dec99f90fc6df2f89a412b6f1df7..f4dad3bcc84eeadfded68c11d61142b652f8cde2 100644 (file)
@@ -46,5 +46,5 @@ CONFIG_DM_RTC=y
 CONFIG_MCFRTC=y
 CONFIG_SYS_MCFRTC_BASE=0xFC0A8000
 CONFIG_MCFUART=y
-CONFIG_WATCHDOG=y
-CONFIG_WATCHDOG_TIMEOUT_MSECS=3355
+CONFIG_WDT=y
+CONFIG_WDT_MCF=y
index 24edecb5105dec8252b3113fe2a8de3f15d01104..28733225980c83c8696f57e079cd353d653dd8ba 100644 (file)
@@ -52,3 +52,4 @@ CONFIG_MII=y
 CONFIG_DM_RTC=y
 CONFIG_RTC_DS1338=y
 CONFIG_MCFUART=y
+CONFIG_WDT=y
index 44e22eb01ddb1952bec5d5813324785a251f1da2..bd780034ba0fbecf42e19b3e5720fcb18d44415f 100644 (file)
@@ -50,3 +50,4 @@ CONFIG_MII=y
 CONFIG_DM_RTC=y
 CONFIG_RTC_DS1338=y
 CONFIG_MCFUART=y
+CONFIG_WDT=y