diff options
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch | 6 |
1 files changed, 5 insertions, 1 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 373bcff421..476afba6a8 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 @@ -10,7 +10,7 @@ platform-$(CONFIG_SGI_IP28) += sgi-ip22/ --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -1037,8 +1037,58 @@ config NLM_XLP_BOARD +@@ -1037,8 +1037,62 @@ config NLM_XLP_BOARD This board is based on Netlogic XLP Processor. Say Y here if you have a XLP based board. @@ -38,14 +38,18 @@ +config RTL838X + bool "Realtek RTL838X based platforms" + depends on RTL83XX ++ select CPU_SUPPORTS_CPUFREQ + select CSRC_R4K + select CEVT_R4K ++ select MIPS_EXTERNAL_TIMER + +config RTL839X + 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 + +config RTL930X |