1 --- a/arch/mips/Kconfig
2 +++ b/arch/mips/Kconfig
3 @@ -29,6 +29,21 @@ choice
8 + bool "Infineon/ADMtek ADM5120 SoC based machines"
11 + select SYS_HAS_CPU_MIPS32_R1
12 + select SYS_HAS_EARLY_PRINTK
13 + select DMA_NONCOHERENT
15 + select SYS_SUPPORTS_LITTLE_ENDIAN
16 + select SYS_SUPPORTS_BIG_ENDIAN
17 + select SYS_SUPPORTS_32BIT_KERNEL
18 + select ARCH_REQUIRE_GPIOLIB
19 + select SWAP_IO_SPACE if CPU_BIG_ENDIAN
23 bool "Alchemy processor based machines"
24 select 64BIT_PHYS_ADDR
25 @@ -714,6 +729,7 @@ config CAVIUM_OCTEON_REFERENCE_BOARD
29 +source "arch/mips/adm5120/Kconfig"
30 source "arch/mips/alchemy/Kconfig"
31 source "arch/mips/bcm63xx/Kconfig"
32 source "arch/mips/jazz/Kconfig"