feat(watchdog): enabled watchdog for EAGLE40-03

This commit is contained in:
Patrick Vogelaar 2024-01-11 15:43:53 +01:00
parent 027ffafd72
commit 23d4da7542
2 changed files with 3 additions and 1 deletions

View File

@ -35,6 +35,6 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " kernel-modules"
# COREOS_IMAGE_SWUPDATE_EXTRACLASSES += "" --> TBD # COREOS_IMAGE_SWUPDATE_EXTRACLASSES += "" --> TBD
# No watchdog available yet # No watchdog available yet
EFIBOOTGUARD_TIMEOUT ?= "0" EFIBOOTGUARD_TIMEOUT ?= "60"
require conf/machine/include/coreos-generic-features/efi.inc require conf/machine/include/coreos-generic-features/efi.inc
require conf/machine/include/coreos-generic-features/partitions.inc require conf/machine/include/coreos-generic-features/partitions.inc

View File

@ -0,0 +1,2 @@
CONFIG_F71808E_WDT=y
CONFIG_WATCHDOG_SYSFS=y