From c0dccbfb82fe975c6426b9ebdd1899efa31c0a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20B=C3=B6hler?= Date: Mon, 11 May 2026 20:11:53 +0200 Subject: [PATCH] realtek: kernel: enable GPIO watchdog modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable the GPIO watchdog kernel module Signed-off-by: Andreas Böhler Link: https://github.com/openwrt/openwrt/pull/23305 Signed-off-by: Robert Marko --- target/linux/realtek/rtl930x/config-6.18 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/realtek/rtl930x/config-6.18 b/target/linux/realtek/rtl930x/config-6.18 index 69ddd0e7e28..688447be6a7 100644 --- a/target/linux/realtek/rtl930x/config-6.18 +++ b/target/linux/realtek/rtl930x/config-6.18 @@ -82,6 +82,8 @@ CONFIG_GPIO_GENERIC=y CONFIG_GPIO_PCA953X=y CONFIG_GPIO_REALTEK_OTTO=y CONFIG_GPIO_REGMAP=y +CONFIG_GPIO_WATCHDOG=y +CONFIG_GPIO_WATCHDOG_ARCH_INITCALL=y CONFIG_GRO_CELLS=y CONFIG_HARDWARE_WATCHPOINTS=y CONFIG_HAS_DMA=y