From c9a7c00f809f6a0a49b600e0ea4f060dfcd0f11f Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Tue, 13 Dec 2022 16:35:37 +0100 Subject: realtek: Disable boston clock We are not on the 'boston' platform so no point in having that clock driver enabled. Signed-off-by: Olliver Schinagl --- target/linux/realtek/rtl930x/config-5.10 | 2 +- target/linux/realtek/rtl930x/config-5.15 | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/realtek/rtl930x') diff --git a/target/linux/realtek/rtl930x/config-5.10 b/target/linux/realtek/rtl930x/config-5.10 index 3b2b327f08..4c1a4ffaf2 100644 --- a/target/linux/realtek/rtl930x/config-5.10 +++ b/target/linux/realtek/rtl930x/config-5.10 @@ -13,7 +13,7 @@ CONFIG_CLKDEV_LOOKUP=y CONFIG_CLKSRC_MMIO=y CONFIG_CLONE_BACKWARDS=y CONFIG_COMMON_CLK=y -CONFIG_COMMON_CLK_BOSTON=y +# CONFIG_COMMON_CLK_BOSTON is not set # CONFIG_COMMON_CLK_REALTEK is not set CONFIG_COMPAT_32BIT_TIME=y CONFIG_CONSOLE_LOGLEVEL_DEFAULT=15 diff --git a/target/linux/realtek/rtl930x/config-5.15 b/target/linux/realtek/rtl930x/config-5.15 index 462cdae541..7804bcc83d 100644 --- a/target/linux/realtek/rtl930x/config-5.15 +++ b/target/linux/realtek/rtl930x/config-5.15 @@ -12,7 +12,6 @@ CONFIG_BOARD_SCACHE=y CONFIG_CEVT_RTL9300=y CONFIG_CLONE_BACKWARDS=y CONFIG_COMMON_CLK=y -CONFIG_COMMON_CLK_BOSTON=y # CONFIG_COMMON_CLK_REALTEK is not set CONFIG_COMPAT_32BIT_TIME=y CONFIG_CONSOLE_LOGLEVEL_DEFAULT=15 -- cgit v1.2.3