Kconfig (eed0eabd12ef061821cbfa20d903476e07645320) Kconfig (3f5f0a4475e13345326061f00c68f428232ba2bc)
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

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

541config MACH_PIC32
542 bool "Microchip PIC32 Family"
543 help
544 This enables support for the Microchip PIC32 family of platforms.
545
546 Microchip PIC32 is a family of general-purpose 32 bit MIPS core
547 microcontrollers.
548
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

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

541config MACH_PIC32
542 bool "Microchip PIC32 Family"
543 help
544 This enables support for the Microchip PIC32 family of platforms.
545
546 Microchip PIC32 is a family of general-purpose 32 bit MIPS core
547 microcontrollers.
548
549config MIPS_SEAD3
550 bool "MIPS SEAD3 board"
551 select BOOT_ELF32
552 select BOOT_RAW
553 select BUILTIN_DTB
554 select CEVT_R4K
555 select CSRC_R4K
556 select CLKSRC_MIPS_GIC
557 select COMMON_CLK
558 select CPU_MIPSR2_IRQ_VI
559 select CPU_MIPSR2_IRQ_EI
560 select DMA_NONCOHERENT
561 select IRQ_MIPS_CPU
562 select MIPS_GIC
563 select LIBFDT
564 select MIPS_MSC
565 select SYS_HAS_CPU_MIPS32_R1
566 select SYS_HAS_CPU_MIPS32_R2
567 select SYS_HAS_CPU_MIPS32_R6
568 select SYS_HAS_CPU_MIPS64_R1
569 select SYS_SUPPORTS_32BIT_KERNEL
570 select SYS_SUPPORTS_64BIT_KERNEL
571 select SYS_SUPPORTS_BIG_ENDIAN
572 select SYS_SUPPORTS_LITTLE_ENDIAN
573 select SYS_SUPPORTS_SMARTMIPS
574 select SYS_SUPPORTS_MICROMIPS
575 select SYS_SUPPORTS_MIPS16
576 select SYS_SUPPORTS_RELOCATABLE
577 select USB_EHCI_BIG_ENDIAN_DESC
578 select USB_EHCI_BIG_ENDIAN_MMIO
579 select USE_OF
580 help
581 This enables support for the MIPS Technologies SEAD3 evaluation
582 board.
583
584config NEC_MARKEINS
585 bool "NEC EMMA2RH Mark-eins board"
586 select SOC_EMMA2RH
587 select HW_HAS_PCI
588 help
589 This enables support for the NEC Electronics Mark-eins boards.
590
591config MACH_VR41XX

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

2971 look like a DTB header after a reboot if no actual DTB is appended
2972 to vmlinux.bin. Do not leave this option active in a production kernel
2973 if you don't intend to always append a DTB.
2974endchoice
2975
2976choice
2977 prompt "Kernel command line type" if !CMDLINE_OVERRIDE
2978 default MIPS_CMDLINE_FROM_DTB if USE_OF && !ATH79 && !MACH_INGENIC && \
549config NEC_MARKEINS
550 bool "NEC EMMA2RH Mark-eins board"
551 select SOC_EMMA2RH
552 select HW_HAS_PCI
553 help
554 This enables support for the NEC Electronics Mark-eins boards.
555
556config MACH_VR41XX

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

2936 look like a DTB header after a reboot if no actual DTB is appended
2937 to vmlinux.bin. Do not leave this option active in a production kernel
2938 if you don't intend to always append a DTB.
2939endchoice
2940
2941choice
2942 prompt "Kernel command line type" if !CMDLINE_OVERRIDE
2943 default MIPS_CMDLINE_FROM_DTB if USE_OF && !ATH79 && !MACH_INGENIC && \
2979 !MIPS_MALTA && !MIPS_SEAD3 && \
2944 !MIPS_MALTA && \
2980 !CAVIUM_OCTEON_SOC
2981 default MIPS_CMDLINE_FROM_BOOTLOADER
2982
2983 config MIPS_CMDLINE_FROM_DTB
2984 depends on USE_OF
2985 bool "Dtb kernel arguments if available"
2986
2987 config MIPS_CMDLINE_DTB_EXTEND

--- 244 unchanged lines hidden ---
2945 !CAVIUM_OCTEON_SOC
2946 default MIPS_CMDLINE_FROM_BOOTLOADER
2947
2948 config MIPS_CMDLINE_FROM_DTB
2949 depends on USE_OF
2950 bool "Dtb kernel arguments if available"
2951
2952 config MIPS_CMDLINE_DTB_EXTEND

--- 244 unchanged lines hidden ---