aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-5.10
diff options
context:
space:
mode:
authorMarkus Stockhausen <markus.stockhausen@gmx.de>2022-10-03 14:50:17 +0200
committerSander Vanheule <sander@svanheule.net>2022-10-23 22:33:08 +0200
commitbeb5b079430d1fdb273532dfe270cc1173318506 (patch)
treeca2f0fef0b2f3369f4087c04809ee06a38404e65 /target/linux/realtek/patches-5.10
parentec675fb7446f25e1dbbdbf72d525ba7f771b0cb1 (diff)
downloadupstream-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/patches-5.10')
-rw-r--r--target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch b/target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch
index 3e1ace9660..eaf03c74f9 100644
--- a/target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch
+++ b/target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch
@@ -25,7 +25,7 @@ Submitted-by: Birger Koblitz <git@birger-koblitz.de>
platform-$(CONFIG_SGI_IP28) += sgi-ip22/
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
-@@ -1037,8 +1037,60 @@ config NLM_XLP_BOARD
+@@ -1037,8 +1037,58 @@ config NLM_XLP_BOARD
This board is based on Netlogic XLP Processor.
Say Y here if you have a XLP based board.
@@ -60,8 +60,6 @@ Submitted-by: Birger Koblitz <git@birger-koblitz.de>
+ bool "Realtek RTL839X based platforms"
+ depends on RTL83XX
+ select CPU_SUPPORTS_CPUFREQ
-+ select CSRC_R4K
-+ select CEVT_R4K
+ select MIPS_EXTERNAL_TIMER
+ select SYS_SUPPORTS_MULTITHREADING
+