diff options
author | Markus Stockhausen <markus.stockhausen@gmx.de> | 2022-10-03 15:15:06 +0200 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2022-10-23 22:33:08 +0200 |
commit | b295c7140bc39aa58993171fe1ef4345b3e9838d (patch) | |
tree | 1576c75dee59380a61994a28c0bb069e8ad14a2f /target/linux/realtek/rtl930x | |
parent | beb5b079430d1fdb273532dfe270cc1173318506 (diff) | |
download | upstream-b295c7140bc39aa58993171fe1ef4345b3e9838d.tar.gz upstream-b295c7140bc39aa58993171fe1ef4345b3e9838d.tar.bz2 upstream-b295c7140bc39aa58993171fe1ef4345b3e9838d.zip |
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@gmx.de>
[rename symbol to CONFIG_REALTEK_OTTO_TIMER]
Signed-off-by: Sander Vanheule <sander@svanheule.net>
Diffstat (limited to 'target/linux/realtek/rtl930x')
-rw-r--r-- | target/linux/realtek/rtl930x/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |