2021-05-05 00:32:27 +00:00
|
|
|
--- a/arch/mips/Kbuild.platforms
|
|
|
|
+++ b/arch/mips/Kbuild.platforms
|
2021-05-05 05:02:49 +00:00
|
|
|
@@ -23,6 +23,7 @@ platform-$(CONFIG_PIC32MZDA) += pic32/
|
|
|
|
platform-$(CONFIG_MACH_PISTACHIO) += pistachio/
|
|
|
|
platform-$(CONFIG_RALINK) += ralink/
|
|
|
|
platform-$(CONFIG_MIKROTIK_RB532) += rb532/
|
2021-12-29 20:54:21 +00:00
|
|
|
+platform-$(CONFIG_RTL83XX) += rtl838x/
|
2021-05-05 05:02:49 +00:00
|
|
|
platform-$(CONFIG_SGI_IP22) += sgi-ip22/
|
|
|
|
platform-$(CONFIG_SGI_IP27) += sgi-ip27/
|
|
|
|
platform-$(CONFIG_SGI_IP28) += sgi-ip22/
|
2021-05-05 00:32:27 +00:00
|
|
|
--- a/arch/mips/Kconfig
|
|
|
|
+++ b/arch/mips/Kconfig
|
2021-12-29 20:54:21 +00:00
|
|
|
@@ -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.
|
2021-05-05 00:32:27 +00:00
|
|
|
|
2021-12-29 20:54:21 +00:00
|
|
|
+config RTL83XX
|
2021-05-05 00:32:27 +00:00
|
|
|
+ bool "Realtek based platforms"
|
|
|
|
+ select DMA_NONCOHERENT
|
|
|
|
+ select IRQ_MIPS_CPU
|
|
|
|
+ select SYS_HAS_CPU_MIPS32_R1
|
|
|
|
+ select SYS_HAS_CPU_MIPS32_R2
|
|
|
|
+ select SYS_SUPPORTS_BIG_ENDIAN
|
2021-12-29 20:54:21 +00:00
|
|
|
+ select SYS_SUPPORTS_HIGHMEM
|
2021-05-05 00:32:27 +00:00
|
|
|
+ select SYS_SUPPORTS_32BIT_KERNEL
|
|
|
|
+ select SYS_SUPPORTS_MIPS16
|
|
|
|
+ select SYS_HAS_EARLY_PRINTK
|
|
|
|
+ select SYS_HAS_EARLY_PRINTK_8250
|
|
|
|
+ select USE_GENERIC_EARLY_PRINTK_8250
|
|
|
|
+ select BOOT_RAW
|
|
|
|
+ select PINCTRL
|
|
|
|
+ select ARCH_HAS_RESET_CONTROLLER
|
|
|
|
+ select RESET_CONTROLLER
|
|
|
|
+ select USE_OF
|
|
|
|
+
|
2021-12-29 20:54:21 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
+config RTL838X
|
|
|
|
+ bool "Realtek RTL838X based platforms"
|
|
|
|
+ depends on RTL83XX
|
|
|
|
+ select CSRC_R4K
|
|
|
|
+ select CEVT_R4K
|
|
|
|
+
|
|
|
|
+config RTL839X
|
|
|
|
+ bool "Realtek RTL839X based platforms"
|
|
|
|
+ depends on RTL83XX
|
|
|
|
+ select CSRC_R4K
|
|
|
|
+ select CEVT_R4K
|
|
|
|
+ select SYS_SUPPORTS_MULTITHREADING
|
|
|
|
+
|
|
|
|
+config RTL930X
|
2022-08-04 14:09:00 +00:00
|
|
|
+ bool "Realtek RTL930X based platforms"
|
2021-12-29 20:54:21 +00:00
|
|
|
+ depends on RTL83XX
|
|
|
|
+ select MIPS_CPU_SCACHE
|
|
|
|
+ select CSRC_R4K
|
|
|
|
+ select CEVT_RTL9300
|
|
|
|
+ select SYS_SUPPORTS_MULTITHREADING
|
|
|
|
+
|
|
|
|
+config RTL931X
|
|
|
|
+ bool "Realtek RTL931X based platforms"
|
|
|
|
+ depends on RTL930X
|
|
|
|
+ select MIPS_GIC
|
|
|
|
+ select COMMON_CLK
|
|
|
|
+ select CLKSRC_MIPS_GIC
|
|
|
|
+ select SYS_SUPPORTS_VPE_LOADER
|
|
|
|
+ select SYS_SUPPORTS_SMP
|
|
|
|
+ select SYS_SUPPORTS_MIPS_CPS
|
|
|
|
+
|
|
|
|
source "arch/mips/alchemy/Kconfig"
|
|
|
|
source "arch/mips/ath25/Kconfig"
|
|
|
|
source "arch/mips/ath79/Kconfig"
|
2022-08-29 15:30:27 +00:00
|
|
|
@@ -1097,6 +1151,9 @@ config CEVT_GT641XX
|
2021-12-29 20:54:21 +00:00
|
|
|
config CEVT_R4K
|
|
|
|
bool
|
|
|
|
|
|
|
|
+config CEVT_RTL9300
|
|
|
|
+ bool
|
|
|
|
+
|
|
|
|
config CEVT_SB1250
|
|
|
|
bool
|
|
|
|
|