diff options
| author | Markus Stockhausen | 2025-06-22 07:51:51 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-06-22 21:12:02 +0000 |
| commit | ee46517a638263310999e38b74c2bfd64daf98dc (patch) | |
| tree | 433a9c96ef1df04105cd7e9bf91667c8200726c7 | |
| parent | f1257b1ca3d70b9dbf144783417dbecdbfff8665 (diff) | |
| download | openwrt-ee46517a638263310999e38b74c2bfd64daf98dc.tar.gz | |
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 <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/19205
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/realtek/rtl931x/config-6.12 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |