commit | ce7c4f674216cac1f52c860b4247ff95a0783355 | [log] [tgz] |
---|---|---|
author | Angelo Dureghello <angelo@kernel-space.org> | Sat Jun 24 23:46:17 2023 +0200 |
committer | Angelo Dureghello <angelo@kernel-space.org> | Tue Jul 25 23:21:42 2023 +0200 |
tree | 960cd0fa1ca886c41c4d8aa84c195e587e27c5a5 | |
parent | 0e81230a21f7dacfe21cfc9167c57a2cdaee02f6 [diff] [blame] |
configs: m68k: add watchdog driver Add config options for mcf_wdt driver. Signed-off-by: Angelo Dureghello <angelo@kernel-space.org> --- Changes for v2: - none Changes for v3: - none
diff --git a/configs/M5208EVBE_defconfig b/configs/M5208EVBE_defconfig index 0c5afe8..aa054f7 100644 --- a/configs/M5208EVBE_defconfig +++ b/configs/M5208EVBE_defconfig
@@ -50,3 +50,5 @@ CONFIG_MII=y CONFIG_MCFUART=y CONFIG_WATCHDOG_TIMEOUT_MSECS=5000 +CONFIG_WDT=y +CONFIG_WDT_MCF=y