From 742dea4165c4fb5832b0db0c9e9cf88a961879a3 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 4 Jul 2023 20:35:09 +0200 Subject: [PATCH] Add support for iTCO and IT87 watchdogs on x86_64 (#2629) --- buildroot-external/board/pc/generic-x86-64/kernel.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildroot-external/board/pc/generic-x86-64/kernel.config b/buildroot-external/board/pc/generic-x86-64/kernel.config index 7668cb097..3d59fe0e7 100644 --- a/buildroot-external/board/pc/generic-x86-64/kernel.config +++ b/buildroot-external/board/pc/generic-x86-64/kernel.config @@ -180,3 +180,6 @@ CONFIG_SENSORS_K10TEMP=m CONFIG_SENSORS_CORETEMP=m CONFIG_UHID=y + +CONFIG_ITCO_WDT=y +CONFIG_IT87_WDT=y