diff options
author | Markus Stockhausen <markus.stockhausen@gmx.de> | 2022-10-03 14:50:17 +0200 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2022-10-23 22:33:08 +0200 |
commit | beb5b079430d1fdb273532dfe270cc1173318506 (patch) | |
tree | ca2f0fef0b2f3369f4087c04809ee06a38404e65 /target/linux/realtek/rtl839x | |
parent | ec675fb7446f25e1dbbdbf72d525ba7f771b0cb1 (diff) | |
download | upstream-beb5b079430d1fdb273532dfe270cc1173318506.tar.gz upstream-beb5b079430d1fdb273532dfe270cc1173318506.tar.bz2 upstream-beb5b079430d1fdb273532dfe270cc1173318506.zip |
realtek: timer driver: activate for RTL839X devices
Use the new timer driver for the RTL839X devices and remove the
no longer needed modules.
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
[correct timer compatible order, update selected symbols]
Signed-off-by: Sander Vanheule <sander@svanheule.net>
Diffstat (limited to 'target/linux/realtek/rtl839x')
-rw-r--r-- | target/linux/realtek/rtl839x/config-5.10 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/realtek/rtl839x/config-5.10 b/target/linux/realtek/rtl839x/config-5.10 index c685a3f24b..57eded97fc 100644 --- a/target/linux/realtek/rtl839x/config-5.10 +++ b/target/linux/realtek/rtl839x/config-5.10 @@ -7,10 +7,7 @@ CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=16 CONFIG_BLK_DEV_RAM_SIZE=4096 # CONFIG_BMIPS_CPUFREQ is not set -CONFIG_CEVT_R4K=y -CONFIG_CEVT_RTL9300=y CONFIG_CLKDEV_LOOKUP=y -CONFIG_CLKSRC_MMIO=y CONFIG_CLONE_BACKWARDS=y CONFIG_COMMON_CLK=y CONFIG_COMMON_CLK_BOSTON=y @@ -53,7 +50,6 @@ CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y CONFIG_CRYPTO_LIB_POLY1305_RSIZE=2 CONFIG_CRYPTO_NULL2=y CONFIG_CRYPTO_RNG2=y -CONFIG_CSRC_R4K=y CONFIG_DEBUG_SECTION_MISMATCH=y CONFIG_DMA_NONCOHERENT=y CONFIG_DTC=y @@ -185,6 +181,7 @@ CONFIG_POWER_RESET=y CONFIG_POWER_RESET_GPIO_RESTART=y CONFIG_POWER_RESET_SYSCON=y CONFIG_RATIONAL=y +CONFIG_REALTEK_OTTO_TIMER=y CONFIG_REALTEK_OTTO_WDT=y CONFIG_REALTEK_PHY=y CONFIG_REALTEK_SOC_PHY=y |