From: Patrick Talbert ptalbert@redhat.com
[redhat] New configs in drivers/watchdog
12984cea1b8c5 ('watchdog: xilinx_wwdt: Add Versal window watchdog support') adds a new config option CONFIG_XILINX_WINDOW_WATCHDOG: ~~~ config XILINX_WINDOW_WATCHDOG tristate "Xilinx window watchdog timer" depends on HAS_IOMEM depends on ARM64 select WATCHDOG_CORE help Window watchdog driver for the versal_wwdt IP core. Window watchdog timer(WWDT) contains closed(first) and open(second) window with 32 bit width. Write to the watchdog timer within predefined window periods of time. This means a period that is not too soon and a period that is not too late. The WWDT has to be restarted within the open window time. If software tries to restart WWDT outside of the open window time period, it generates a reset.
To compile this driver as a module, choose M here: the module will be called xilinx_wwdt. ~~~
Set it as disabled.
Signed-off-by: Patrick Talbert ptalbert@redhat.com
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_XILINX_WINDOW_WATCHDOG b/redhat/configs/rhel/generic/CONFIG_XILINX_WINDOW_WATCHDOG rename from redhat/configs/pending-rhel/generic/CONFIG_XILINX_WINDOW_WATCHDOG rename to redhat/configs/rhel/generic/CONFIG_XILINX_WINDOW_WATCHDOG index blahblah..blahblah 100644 --- a/redhat/configs/pending-rhel/generic/CONFIG_XILINX_WINDOW_WATCHDOG +++ b/redhat/configs/rhel/generic/CONFIG_XILINX_WINDOW_WATCHDOG
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2594
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2594#note_1494836...
@darcari @prarit here is another one.
kernel@lists.fedoraproject.org