From 91eaa7690969b6a4eb51a5d7e3eb707ad0187378 Mon Sep 17 00:00:00 2001 From: Markus Stockhausen Date: Sun, 1 Sep 2024 02:51:17 -0400 Subject: [PATCH] realtek: 6.6: fix rtl931x kernel config The CONFIG_CLOCKSOURCE_WATCHDOG_MAX_SKEW_US is missing. Avoid complaints and add it with its default 125. Signed-off-by: Markus Stockhausen --- target/linux/realtek/rtl931x/config-6.6 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/realtek/rtl931x/config-6.6 b/target/linux/realtek/rtl931x/config-6.6 index 2da27941c7..736f472029 100644 --- a/target/linux/realtek/rtl931x/config-6.6 +++ b/target/linux/realtek/rtl931x/config-6.6 @@ -11,6 +11,7 @@ CONFIG_BOARD_SCACHE=y CONFIG_CEVT_RTL9300=y CONFIG_CLKSRC_MIPS_GIC=y CONFIG_CLOCKSOURCE_WATCHDOG=y +CONFIG_CLOCKSOURCE_WATCHDOG_MAX_SKEW_US=125 CONFIG_CLONE_BACKWARDS=y CONFIG_COMMON_CLK=y # CONFIG_COMMON_CLK_REALTEK is not set -- 2.30.2