From ee46517a638263310999e38b74c2bfd64daf98dc Mon Sep 17 00:00:00 2001 From: Markus Stockhausen Date: Sun, 22 Jun 2025 03:51:51 -0400 Subject: [PATCH] realtek: build Otto timer for RTL931x The Otto timer is very helpful on the RTL931x devices. Include it into the builds. Signed-off-by: Markus Stockhausen Link: https://github.com/openwrt/openwrt/pull/19205 Signed-off-by: Robert Marko --- target/linux/realtek/rtl931x/config-6.12 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/realtek/rtl931x/config-6.12 b/target/linux/realtek/rtl931x/config-6.12 index 8cadfb6a5a..8d79bcbec2 100644 --- a/target/linux/realtek/rtl931x/config-6.12 +++ b/target/linux/realtek/rtl931x/config-6.12 @@ -203,7 +203,7 @@ CONFIG_QUEUED_RWLOCKS=y CONFIG_QUEUED_SPINLOCKS=y CONFIG_RANDSTRUCT_NONE=y CONFIG_RATIONAL=y -# CONFIG_REALTEK_OTTO_TIMER is not set +CONFIG_REALTEK_OTTO_TIMER=y CONFIG_REALTEK_OTTO_WDT=y CONFIG_REALTEK_SOC_PHY=y CONFIG_REGMAP=y -- 2.30.2