Kconfig (dd1033e4e0254bd2d19debe433921d9a71bdf674) Kconfig (cd71b1d5d26dfff15222f5df8a5a6df68fc41df7)
1menu "MIPS architecture"
2 depends on MIPS
3
4config SYS_ARCH
5 default "mips"
6
7config SYS_CPU
8 default "mips32" if CPU_MIPS32

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

88 select MIPS_TUNE_24KC
89 select OF_CONTROL
90 select ROM_EXCEPTION_VECTORS
91 select SUPPORTS_CPU_MIPS32_R1
92 select SUPPORTS_CPU_MIPS32_R2
93 select SUPPORTS_LITTLE_ENDIAN
94 select SYSRESET
95
1menu "MIPS architecture"
2 depends on MIPS
3
4config SYS_ARCH
5 default "mips"
6
7config SYS_CPU
8 default "mips32" if CPU_MIPS32

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

88 select MIPS_TUNE_24KC
89 select OF_CONTROL
90 select ROM_EXCEPTION_VECTORS
91 select SUPPORTS_CPU_MIPS32_R1
92 select SUPPORTS_CPU_MIPS32_R2
93 select SUPPORTS_LITTLE_ENDIAN
94 select SYSRESET
95
96config ARCH_JZ47XX
97 bool "Support Ingenic JZ47xx"
98 select SUPPORT_SPL
99 select OF_CONTROL
100 select DM
101
96config MACH_PIC32
97 bool "Support Microchip PIC32"
98 select DM
99 select OF_CONTROL
100 imply CMD_DM
101
102config TARGET_BOSTON
103 bool "Support Boston"

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

140source "board/imgtec/boston/Kconfig"
141source "board/imgtec/malta/Kconfig"
142source "board/imgtec/xilfpga/Kconfig"
143source "board/micronas/vct/Kconfig"
144source "board/qemu-mips/Kconfig"
145source "arch/mips/mach-ath79/Kconfig"
146source "arch/mips/mach-mscc/Kconfig"
147source "arch/mips/mach-bmips/Kconfig"
102config MACH_PIC32
103 bool "Support Microchip PIC32"
104 select DM
105 select OF_CONTROL
106 imply CMD_DM
107
108config TARGET_BOSTON
109 bool "Support Boston"

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

146source "board/imgtec/boston/Kconfig"
147source "board/imgtec/malta/Kconfig"
148source "board/imgtec/xilfpga/Kconfig"
149source "board/micronas/vct/Kconfig"
150source "board/qemu-mips/Kconfig"
151source "arch/mips/mach-ath79/Kconfig"
152source "arch/mips/mach-mscc/Kconfig"
153source "arch/mips/mach-bmips/Kconfig"
154source "arch/mips/mach-jz47xx/Kconfig"
148source "arch/mips/mach-pic32/Kconfig"
149source "arch/mips/mach-mt7620/Kconfig"
150
151if MIPS
152
153choice
154 prompt "Endianness selection"
155 help

--- 319 unchanged lines hidden ---
155source "arch/mips/mach-pic32/Kconfig"
156source "arch/mips/mach-mt7620/Kconfig"
157
158if MIPS
159
160choice
161 prompt "Endianness selection"
162 help

--- 319 unchanged lines hidden ---