Kconfig (eae21770b4fed5597623aad0d618190fa60426ff) Kconfig (2572f00db8a68bb46001678c1c98ad8b70e04b31)
1config MIPS
2 bool
3 default y
4 select ARCH_SUPPORTS_UPROBES
5 select ARCH_MIGHT_HAVE_PC_PARPORT
6 select ARCH_MIGHT_HAVE_PC_SERIO
7 select ARCH_USE_CMPXCHG_LOCKREF if 64BIT
8 select ARCH_USE_BUILTIN_BSWAP

--- 17 unchanged lines hidden (view full) ---

26 select HAVE_SYSCALL_TRACEPOINTS
27 select HAVE_DEBUG_KMEMLEAK
28 select HAVE_SYSCALL_TRACEPOINTS
29 select ARCH_HAS_ELF_RANDOMIZE
30 select HAVE_ARCH_TRANSPARENT_HUGEPAGE if CPU_SUPPORTS_HUGEPAGES && 64BIT
31 select RTC_LIB if !MACH_LOONGSON64
32 select GENERIC_ATOMIC64 if !64BIT
33 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
1config MIPS
2 bool
3 default y
4 select ARCH_SUPPORTS_UPROBES
5 select ARCH_MIGHT_HAVE_PC_PARPORT
6 select ARCH_MIGHT_HAVE_PC_SERIO
7 select ARCH_USE_CMPXCHG_LOCKREF if 64BIT
8 select ARCH_USE_BUILTIN_BSWAP

--- 17 unchanged lines hidden (view full) ---

26 select HAVE_SYSCALL_TRACEPOINTS
27 select HAVE_DEBUG_KMEMLEAK
28 select HAVE_SYSCALL_TRACEPOINTS
29 select ARCH_HAS_ELF_RANDOMIZE
30 select HAVE_ARCH_TRANSPARENT_HUGEPAGE if CPU_SUPPORTS_HUGEPAGES && 64BIT
31 select RTC_LIB if !MACH_LOONGSON64
32 select GENERIC_ATOMIC64 if !64BIT
33 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
34 select HAVE_DMA_ATTRS
34 select HAVE_DMA_CONTIGUOUS
35 select HAVE_DMA_API_DEBUG
36 select GENERIC_IRQ_PROBE
37 select GENERIC_IRQ_SHOW
38 select GENERIC_PCI_IOMAP
39 select HAVE_ARCH_JUMP_LABEL
40 select ARCH_WANT_IPC_PARSE_VERSION
41 select IRQ_FORCED_THREADING

--- 433 unchanged lines hidden (view full) ---

475 select USE_OF
476 select ZONE_DMA32 if 64BIT
477 select BUILTIN_DTB
478 select LIBFDT
479 help
480 This enables support for the MIPS Technologies Malta evaluation
481 board.
482
35 select HAVE_DMA_CONTIGUOUS
36 select HAVE_DMA_API_DEBUG
37 select GENERIC_IRQ_PROBE
38 select GENERIC_IRQ_SHOW
39 select GENERIC_PCI_IOMAP
40 select HAVE_ARCH_JUMP_LABEL
41 select ARCH_WANT_IPC_PARSE_VERSION
42 select IRQ_FORCED_THREADING

--- 433 unchanged lines hidden (view full) ---

476 select USE_OF
477 select ZONE_DMA32 if 64BIT
478 select BUILTIN_DTB
479 select LIBFDT
480 help
481 This enables support for the MIPS Technologies Malta evaluation
482 board.
483
484config MACH_PIC32
485 bool "Microchip PIC32 Family"
486 help
487 This enables support for the Microchip PIC32 family of platforms.
488
489 Microchip PIC32 is a family of general-purpose 32 bit MIPS core
490 microcontrollers.
491
483config MIPS_SEAD3
484 bool "MIPS SEAD3 board"
485 select BOOT_ELF32
486 select BOOT_RAW
487 select BUILTIN_DTB
488 select CEVT_R4K
489 select CSRC_R4K
490 select CLKSRC_MIPS_GIC

--- 483 unchanged lines hidden (view full) ---

974source "arch/mips/ath79/Kconfig"
975source "arch/mips/bcm47xx/Kconfig"
976source "arch/mips/bcm63xx/Kconfig"
977source "arch/mips/bmips/Kconfig"
978source "arch/mips/jazz/Kconfig"
979source "arch/mips/jz4740/Kconfig"
980source "arch/mips/lantiq/Kconfig"
981source "arch/mips/lasat/Kconfig"
492config MIPS_SEAD3
493 bool "MIPS SEAD3 board"
494 select BOOT_ELF32
495 select BOOT_RAW
496 select BUILTIN_DTB
497 select CEVT_R4K
498 select CSRC_R4K
499 select CLKSRC_MIPS_GIC

--- 483 unchanged lines hidden (view full) ---

983source "arch/mips/ath79/Kconfig"
984source "arch/mips/bcm47xx/Kconfig"
985source "arch/mips/bcm63xx/Kconfig"
986source "arch/mips/bmips/Kconfig"
987source "arch/mips/jazz/Kconfig"
988source "arch/mips/jz4740/Kconfig"
989source "arch/mips/lantiq/Kconfig"
990source "arch/mips/lasat/Kconfig"
991source "arch/mips/pic32/Kconfig"
982source "arch/mips/pistachio/Kconfig"
983source "arch/mips/pmcs-msp71xx/Kconfig"
984source "arch/mips/ralink/Kconfig"
985source "arch/mips/sgi-ip27/Kconfig"
986source "arch/mips/sibyte/Kconfig"
987source "arch/mips/txx9/Kconfig"
988source "arch/mips/vr41xx/Kconfig"
989source "arch/mips/cavium-octeon/Kconfig"

--- 2043 unchanged lines hidden ---
992source "arch/mips/pistachio/Kconfig"
993source "arch/mips/pmcs-msp71xx/Kconfig"
994source "arch/mips/ralink/Kconfig"
995source "arch/mips/sgi-ip27/Kconfig"
996source "arch/mips/sibyte/Kconfig"
997source "arch/mips/txx9/Kconfig"
998source "arch/mips/vr41xx/Kconfig"
999source "arch/mips/cavium-octeon/Kconfig"

--- 2043 unchanged lines hidden ---