1 --- a/arch/mips/Kconfig
2 +++ b/arch/mips/Kconfig
3 @@ -51,6 +51,24 @@ choice
8 + bool "Infineon/ADMtek ADM5120 SoC based machines"
10 + select NO_EXCEPT_FILL
13 + select SYS_HAS_CPU_MIPS32_R1
14 + select SYS_HAS_EARLY_PRINTK
15 + select DMA_NONCOHERENT
17 + select SYS_SUPPORTS_LITTLE_ENDIAN
18 + select SYS_SUPPORTS_BIG_ENDIAN
19 + select SYS_SUPPORTS_32BIT_KERNEL
20 + select ARCH_REQUIRE_GPIOLIB
21 + select SWAP_IO_SPACE if CPU_BIG_ENDIAN
26 bool "Alchemy processor based machines"
27 select 64BIT_PHYS_ADDR
28 @@ -836,6 +854,7 @@ config NLM_XLP_BOARD
32 +source "arch/mips/adm5120/Kconfig"
33 source "arch/mips/alchemy/Kconfig"
34 source "arch/mips/ath79/Kconfig"
35 source "arch/mips/bcm47xx/Kconfig"
36 --- a/arch/mips/Kbuild.platforms
37 +++ b/arch/mips/Kbuild.platforms
39 # All platforms listed in alphabetic order