[openwrt/openwrt] realtek: disable otto timer for RTL93xx targets

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 23 13:33:21 PDT 2022


svanheule pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b295c7140bc39aa58993171fe1ef4345b3e9838d

commit b295c7140bc39aa58993171fe1ef4345b3e9838d
Author: Markus Stockhausen <markus.stockhausen at gmx.de>
AuthorDate: Mon Oct 3 15:15:06 2022 +0200

    realtek: disable otto timer for RTL93xx targets
    
    The new timer is not yet ready for all targets. Avoid interactive
    questions during build
    
    Signed-off-by: Markus Stockhausen <markus.stockhausen at gmx.de>
    [rename symbol to CONFIG_REALTEK_OTTO_TIMER]
    Signed-off-by: Sander Vanheule <sander at svanheule.net>
---
 target/linux/realtek/rtl930x/config-5.10 | 1 +
 target/linux/realtek/rtl931x/config-5.10 | 1 +
 2 files changed, 2 insertions(+)

diff --git a/target/linux/realtek/rtl930x/config-5.10 b/target/linux/realtek/rtl930x/config-5.10
index 9984533c06..3b2b327f08 100644
--- a/target/linux/realtek/rtl930x/config-5.10
+++ b/target/linux/realtek/rtl930x/config-5.10
@@ -171,6 +171,7 @@ CONFIG_POWER_RESET=y
 CONFIG_POWER_RESET_GPIO_RESTART=y
 CONFIG_POWER_RESET_SYSCON=y
 CONFIG_RATIONAL=y
+# CONFIG_REALTEK_OTTO_TIMER is not set
 CONFIG_REALTEK_OTTO_WDT=y
 CONFIG_REALTEK_PHY=y
 CONFIG_REALTEK_SOC_PHY=y
diff --git a/target/linux/realtek/rtl931x/config-5.10 b/target/linux/realtek/rtl931x/config-5.10
index cc0fd34b38..567421c8d4 100644
--- a/target/linux/realtek/rtl931x/config-5.10
+++ b/target/linux/realtek/rtl931x/config-5.10
@@ -169,6 +169,7 @@ CONFIG_PINCTRL=y
 CONFIG_POWER_RESET=y
 CONFIG_POWER_RESET_SYSCON=y
 CONFIG_RATIONAL=y
+# CONFIG_REALTEK_OTTO_TIMER is not set
 # CONFIG_REALTEK_PHY is not set
 CONFIG_REALTEK_SOC_PHY=y
 CONFIG_REGMAP=y




More information about the lede-commits mailing list