From: Andreas Böhler Date: Mon, 11 May 2026 18:11:53 +0000 (+0200) Subject: realtek: kernel: enable GPIO watchdog modules X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0dccbfb82fe975c6426b9ebdd1899efa31c0a3a;p=thirdparty%2Fopenwrt.git realtek: kernel: enable GPIO watchdog modules 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 --- 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