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 0c5afe8..aa054f7 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 aade1f9..f4dad3b 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 24edecb..2873322 100644 (file)
@@ -52,3 +52,4 @@ CONFIG_MII=y
 CONFIG_DM_RTC=y
 CONFIG_RTC_DS1338=y
 CONFIG_MCFUART=y
+CONFIG_WDT=y
index 44e22eb..bd78003 100644 (file)
@@ -50,3 +50,4 @@ CONFIG_MII=y
 CONFIG_DM_RTC=y
 CONFIG_RTC_DS1338=y
 CONFIG_MCFUART=y
+CONFIG_WDT=y