diff options
author | Markus Stockhausen <markus.stockhausen@gmx.de> | 2022-10-03 14:49:35 +0200 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2022-10-23 22:33:08 +0200 |
commit | ec675fb7446f25e1dbbdbf72d525ba7f771b0cb1 (patch) | |
tree | 9148bec6b042e07a486913d260fb9228ad6a4f0d /target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch | |
parent | 5c677b2298ed435277782d224be1a10b3d3e9044 (diff) | |
download | upstream-ec675fb7446f25e1dbbdbf72d525ba7f771b0cb1.tar.gz upstream-ec675fb7446f25e1dbbdbf72d525ba7f771b0cb1.tar.bz2 upstream-ec675fb7446f25e1dbbdbf72d525ba7f771b0cb1.zip |
realtek: timer driver: activate for RTL838X devices
Use the new timer driver for the RTL838X devices. 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/300-mips-add-rtl838x-platform.patch')
-rw-r--r-- | target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch | 4 |
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 591b157d40..3e1ace9660 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,62 @@ config NLM_XLP_BOARD +@@ -1037,8 +1037,60 @@ config NLM_XLP_BOARD This board is based on Netlogic XLP Processor. Say Y here if you have a XLP based board. @@ -54,8 +54,6 @@ Submitted-by: Birger Koblitz <git@birger-koblitz.de> + bool "Realtek RTL838X based platforms" + depends on RTL83XX + select CPU_SUPPORTS_CPUFREQ -+ select CSRC_R4K -+ select CEVT_R4K + select MIPS_EXTERNAL_TIMER + +config RTL839X |