Kconfig (b57843e68804c2d53d2cff2b8b2238e37b388faa) Kconfig (05e342554e51767830d7e60f2dab09192fd2a0e1)
1menu "MIPS architecture"
2 depends on MIPS
3
4config SYS_ARCH
5 default "mips"
6
7config SYS_CPU
8 default "mips32" if CPU_MIPS32_R1 || CPU_MIPS32_R2

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

18 select SUPPORTS_LITTLE_ENDIAN
19 select SUPPORTS_CPU_MIPS32_R1
20 select SUPPORTS_CPU_MIPS32_R2
21 select SUPPORTS_CPU_MIPS64_R1
22 select SUPPORTS_CPU_MIPS64_R2
23
24config TARGET_MALTA
25 bool "Support malta"
1menu "MIPS architecture"
2 depends on MIPS
3
4config SYS_ARCH
5 default "mips"
6
7config SYS_CPU
8 default "mips32" if CPU_MIPS32_R1 || CPU_MIPS32_R2

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

18 select SUPPORTS_LITTLE_ENDIAN
19 select SUPPORTS_CPU_MIPS32_R1
20 select SUPPORTS_CPU_MIPS32_R2
21 select SUPPORTS_CPU_MIPS64_R1
22 select SUPPORTS_CPU_MIPS64_R2
23
24config TARGET_MALTA
25 bool "Support malta"
26 select DYNAMIC_IO_PORT_BASE
26 select SUPPORTS_BIG_ENDIAN
27 select SUPPORTS_LITTLE_ENDIAN
28 select SUPPORTS_CPU_MIPS32_R1
29 select SUPPORTS_CPU_MIPS32_R2
30 select SWAP_IO_SPACE
31 select MIPS_L1_CACHE_SHIFT_6
32
33config TARGET_VCT

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

212config MIPS_L1_CACHE_SHIFT
213 int
214 default "7" if MIPS_L1_CACHE_SHIFT_7
215 default "6" if MIPS_L1_CACHE_SHIFT_6
216 default "5" if MIPS_L1_CACHE_SHIFT_5
217 default "4" if MIPS_L1_CACHE_SHIFT_4
218 default "5"
219
27 select SUPPORTS_BIG_ENDIAN
28 select SUPPORTS_LITTLE_ENDIAN
29 select SUPPORTS_CPU_MIPS32_R1
30 select SUPPORTS_CPU_MIPS32_R2
31 select SWAP_IO_SPACE
32 select MIPS_L1_CACHE_SHIFT_6
33
34config TARGET_VCT

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

213config MIPS_L1_CACHE_SHIFT
214 int
215 default "7" if MIPS_L1_CACHE_SHIFT_7
216 default "6" if MIPS_L1_CACHE_SHIFT_6
217 default "5" if MIPS_L1_CACHE_SHIFT_5
218 default "4" if MIPS_L1_CACHE_SHIFT_4
219 default "5"
220
221config DYNAMIC_IO_PORT_BASE
222 bool
223
220endif
221
222endmenu
224endif
225
226endmenu