diff options
Diffstat (limited to 'arch/mips/Kconfig')
| -rw-r--r-- | arch/mips/Kconfig | 1510 |
1 files changed, 790 insertions, 720 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 4cd724c05700..0097a0d53b3b 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
| @@ -4,216 +4,147 @@ config MIPS | |||
| 4 | # Horrible source of confusion. Die, die, die ... | 4 | # Horrible source of confusion. Die, die, die ... |
| 5 | select EMBEDDED | 5 | select EMBEDDED |
| 6 | 6 | ||
| 7 | # shouldn't it be per-subarchitecture? | ||
| 8 | config ARCH_MAY_HAVE_PC_FDC | ||
| 9 | bool | ||
| 10 | default y | ||
| 11 | |||
| 12 | mainmenu "Linux/MIPS Kernel Configuration" | 7 | mainmenu "Linux/MIPS Kernel Configuration" |
| 13 | 8 | ||
| 14 | source "init/Kconfig" | 9 | source "init/Kconfig" |
| 15 | 10 | ||
| 16 | config SYS_SUPPORTS_32BIT_KERNEL | ||
| 17 | bool | ||
| 18 | config SYS_SUPPORTS_64BIT_KERNEL | ||
| 19 | bool | ||
| 20 | config CPU_SUPPORTS_32BIT_KERNEL | ||
| 21 | bool | ||
| 22 | config CPU_SUPPORTS_64BIT_KERNEL | ||
| 23 | bool | ||
| 24 | |||
| 25 | menu "Kernel type" | ||
| 26 | |||
| 27 | choice | ||
| 28 | |||
| 29 | prompt "Kernel code model" | ||
| 30 | help | ||
| 31 | You should only select this option if you have a workload that | ||
| 32 | actually benefits from 64-bit processing or if your machine has | ||
| 33 | large memory. You will only be presented a single option in this | ||
| 34 | menu if your system does not support both 32-bit and 64-bit kernels. | ||
| 35 | |||
| 36 | config 32BIT | ||
| 37 | bool "32-bit kernel" | ||
| 38 | depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL | ||
| 39 | select TRAD_SIGNALS | ||
| 40 | help | ||
| 41 | Select this option if you want to build a 32-bit kernel. | ||
| 42 | |||
| 43 | config 64BIT | ||
| 44 | bool "64-bit kernel" | ||
| 45 | depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL | ||
| 46 | help | ||
| 47 | Select this option if you want to build a 64-bit kernel. | ||
| 48 | |||
| 49 | endchoice | ||
| 50 | |||
| 51 | endmenu | ||
| 52 | |||
| 53 | menu "Machine selection" | 11 | menu "Machine selection" |
| 54 | 12 | ||
| 55 | config MACH_JAZZ | 13 | choice |
| 56 | bool "Support for the Jazz family of machines" | 14 | prompt "System type" |
| 57 | select ARC | 15 | default SGI_IP22 |
| 58 | select ARC32 | ||
| 59 | select GENERIC_ISA_DMA | ||
| 60 | select I8259 | ||
| 61 | select ISA | ||
| 62 | select SYS_SUPPORTS_32BIT_KERNEL | ||
| 63 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | ||
| 64 | help | ||
| 65 | This a family of machines based on the MIPS R4030 chipset which was | ||
| 66 | used by several vendors to build RISC/os and Windows NT workstations. | ||
| 67 | Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and | ||
| 68 | Olivetti M700-10 workstations. | ||
| 69 | 16 | ||
| 70 | config ACER_PICA_61 | 17 | config MIPS_MTX1 |
| 71 | bool "Support for Acer PICA 1 chipset (EXPERIMENTAL)" | 18 | bool "Support for 4G Systems MTX-1 board" |
| 72 | depends on MACH_JAZZ && EXPERIMENTAL | ||
| 73 | select DMA_NONCOHERENT | 19 | select DMA_NONCOHERENT |
| 74 | help | 20 | select HW_HAS_PCI |
| 75 | This is a machine with a R4400 133/150 MHz CPU. To compile a Linux | 21 | select SOC_AU1500 |
| 76 | kernel that runs on these, say Y here. For details about Linux on | 22 | select SYS_HAS_CPU_MIPS32_R1 |
| 77 | the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at | 23 | select SYS_SUPPORTS_LITTLE_ENDIAN |
| 78 | <http://www.linux-mips.org/>. | ||
| 79 | 24 | ||
| 80 | config MIPS_MAGNUM_4000 | 25 | config MIPS_BOSPORUS |
| 81 | bool "Support for MIPS Magnum 4000" | 26 | bool "AMD Alchemy Bosporus board" |
| 82 | depends on MACH_JAZZ | 27 | select SOC_AU1500 |
| 83 | select DMA_NONCOHERENT | 28 | select DMA_NONCOHERENT |
| 84 | help | 29 | select SYS_HAS_CPU_MIPS32_R1 |
| 85 | This is a machine with a R4000 100 MHz CPU. To compile a Linux | 30 | select SYS_SUPPORTS_LITTLE_ENDIAN |
| 86 | kernel that runs on these, say Y here. For details about Linux on | ||
| 87 | the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at | ||
| 88 | <http://www.linux-mips.org/>. | ||
| 89 | 31 | ||
| 90 | config OLIVETTI_M700 | 32 | config MIPS_PB1000 |
| 91 | bool "Support for Olivetti M700-10" | 33 | bool "AMD Alchemy PB1000 board" |
| 92 | depends on MACH_JAZZ | 34 | select SOC_AU1000 |
| 93 | select DMA_NONCOHERENT | 35 | select DMA_NONCOHERENT |
| 94 | help | 36 | select HW_HAS_PCI |
| 95 | This is a machine with a R4000 100 MHz CPU. To compile a Linux | 37 | select SWAP_IO_SPACE |
| 96 | kernel that runs on these, say Y here. For details about Linux on | 38 | select SYS_HAS_CPU_MIPS32_R1 |
| 97 | the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at | 39 | select SYS_SUPPORTS_LITTLE_ENDIAN |
| 98 | <http://www.linux-mips.org/>. | ||
| 99 | |||
| 100 | config MACH_VR41XX | ||
| 101 | bool "Support for NEC VR4100 series based machines" | ||
| 102 | select SYS_SUPPORTS_32BIT_KERNEL | ||
| 103 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | ||
| 104 | 40 | ||
| 105 | config NEC_CMBVR4133 | 41 | config MIPS_PB1100 |
| 106 | bool "Support for NEC CMB-VR4133" | 42 | bool "AMD Alchemy PB1100 board" |
| 107 | depends on MACH_VR41XX | 43 | select SOC_AU1100 |
| 108 | select CPU_VR41XX | ||
| 109 | select DMA_NONCOHERENT | 44 | select DMA_NONCOHERENT |
| 110 | select IRQ_CPU | ||
| 111 | select HW_HAS_PCI | 45 | select HW_HAS_PCI |
| 46 | select SWAP_IO_SPACE | ||
| 47 | select SYS_HAS_CPU_MIPS32_R1 | ||
| 48 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 112 | 49 | ||
| 113 | config ROCKHOPPER | 50 | config MIPS_PB1500 |
| 114 | bool "Support for Rockhopper baseboard" | 51 | bool "AMD Alchemy PB1500 board" |
| 115 | depends on NEC_CMBVR4133 | 52 | select SOC_AU1500 |
| 116 | select I8259 | 53 | select DMA_NONCOHERENT |
| 117 | select HAVE_STD_PC_SERIAL_PORT | 54 | select HW_HAS_PCI |
| 55 | select SYS_HAS_CPU_MIPS32_R1 | ||
| 56 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 118 | 57 | ||
| 119 | config CASIO_E55 | 58 | config MIPS_PB1550 |
| 120 | bool "Support for CASIO CASSIOPEIA E-10/15/55/65" | 59 | bool "AMD Alchemy PB1550 board" |
| 121 | depends on MACH_VR41XX | 60 | select SOC_AU1550 |
| 122 | select CPU_LITTLE_ENDIAN | ||
| 123 | select DMA_NONCOHERENT | 61 | select DMA_NONCOHERENT |
| 124 | select IRQ_CPU | 62 | select HW_HAS_PCI |
| 125 | select ISA | 63 | select MIPS_DISABLE_OBSOLETE_IDE |
| 64 | select SYS_HAS_CPU_MIPS32_R1 | ||
| 65 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 126 | 66 | ||
| 127 | config IBM_WORKPAD | 67 | config MIPS_PB1200 |
| 128 | bool "Support for IBM WorkPad z50" | 68 | bool "AMD Alchemy PB1200 board" |
| 129 | depends on MACH_VR41XX | 69 | select SOC_AU1200 |
| 130 | select CPU_LITTLE_ENDIAN | ||
| 131 | select DMA_NONCOHERENT | 70 | select DMA_NONCOHERENT |
| 132 | select IRQ_CPU | 71 | select MIPS_DISABLE_OBSOLETE_IDE |
| 133 | select ISA | 72 | select SYS_HAS_CPU_MIPS32_R1 |
| 73 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 134 | 74 | ||
| 135 | config TANBAC_TB022X | 75 | config MIPS_DB1000 |
| 136 | bool "Support for TANBAC VR4131 multichip module and TANBAC VR4131DIMM" | 76 | bool "AMD Alchemy DB1000 board" |
| 137 | depends on MACH_VR41XX | 77 | select SOC_AU1000 |
| 138 | select CPU_LITTLE_ENDIAN | ||
| 139 | select DMA_NONCOHERENT | 78 | select DMA_NONCOHERENT |
| 140 | select IRQ_CPU | ||
| 141 | select HW_HAS_PCI | 79 | select HW_HAS_PCI |
| 142 | help | 80 | select SYS_HAS_CPU_MIPS32_R1 |
| 143 | The TANBAC VR4131 multichip module(TB0225) and | 81 | select SYS_SUPPORTS_LITTLE_ENDIAN |
| 144 | the TANBAC VR4131DIMM(TB0229) are MIPS-based platforms | ||
| 145 | manufactured by TANBAC. | ||
| 146 | Please refer to <http://www.tanbac.co.jp/> | ||
| 147 | about VR4131 multichip module and VR4131DIMM. | ||
| 148 | 82 | ||
| 149 | config TANBAC_TB0226 | 83 | config MIPS_DB1100 |
| 150 | bool "Support for TANBAC Mbase(TB0226)" | 84 | bool "AMD Alchemy DB1100 board" |
| 151 | depends on TANBAC_TB022X | 85 | select SOC_AU1100 |
| 152 | select GPIO_VR41XX | ||
| 153 | help | ||
| 154 | The TANBAC Mbase(TB0226) is a MIPS-based platform manufactured by TANBAC. | ||
| 155 | Please refer to <http://www.tanbac.co.jp/> about Mbase. | ||
| 156 | |||
| 157 | config TANBAC_TB0287 | ||
| 158 | bool "Support for TANBAC Mini-ITX DIMM base(TB0287)" | ||
| 159 | depends on TANBAC_TB022X | ||
| 160 | help | ||
| 161 | The TANBAC Mini-ITX DIMM base(TB0287) is a MIPS-based platform manufactured by TANBAC. | ||
| 162 | Please refer to <http://www.tanbac.co.jp/> about Mini-ITX DIMM base. | ||
| 163 | |||
| 164 | config VICTOR_MPC30X | ||
| 165 | bool "Support for Victor MP-C303/304" | ||
| 166 | depends on MACH_VR41XX | ||
| 167 | select CPU_LITTLE_ENDIAN | ||
| 168 | select DMA_NONCOHERENT | 86 | select DMA_NONCOHERENT |
| 169 | select IRQ_CPU | 87 | select SYS_HAS_CPU_MIPS32_R1 |
| 170 | select HW_HAS_PCI | 88 | select SYS_SUPPORTS_LITTLE_ENDIAN |
| 171 | 89 | ||
| 172 | config ZAO_CAPCELLA | 90 | config MIPS_DB1500 |
| 173 | bool "Support for ZAO Networks Capcella" | 91 | bool "AMD Alchemy DB1500 board" |
| 174 | depends on MACH_VR41XX | 92 | select SOC_AU1500 |
| 175 | select CPU_LITTLE_ENDIAN | ||
| 176 | select DMA_NONCOHERENT | 93 | select DMA_NONCOHERENT |
| 177 | select IRQ_CPU | ||
| 178 | select HW_HAS_PCI | 94 | select HW_HAS_PCI |
| 95 | select MIPS_DISABLE_OBSOLETE_IDE | ||
| 96 | select SYS_HAS_CPU_MIPS32_R1 | ||
| 97 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 98 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 179 | 99 | ||
| 180 | config PCI_VR41XX | 100 | config MIPS_DB1550 |
| 181 | bool "Add PCI control unit support of NEC VR4100 series" | 101 | bool "AMD Alchemy DB1550 board" |
| 182 | depends on MACH_VR41XX && HW_HAS_PCI | 102 | select SOC_AU1550 |
| 183 | default y | 103 | select HW_HAS_PCI |
| 184 | select PCI | 104 | select DMA_NONCOHERENT |
| 105 | select MIPS_DISABLE_OBSOLETE_IDE | ||
| 106 | select SYS_HAS_CPU_MIPS32_R1 | ||
| 107 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 185 | 108 | ||
| 186 | config VRC4173 | 109 | config MIPS_DB1200 |
| 187 | tristate "Add NEC VRC4173 companion chip support" | 110 | bool "AMD Alchemy DB1200 board" |
| 188 | depends on MACH_VR41XX && PCI_VR41XX | 111 | select SOC_AU1200 |
| 189 | ---help--- | 112 | select DMA_COHERENT |
| 190 | The NEC VRC4173 is a companion chip for NEC VR4122/VR4131. | 113 | select MIPS_DISABLE_OBSOLETE_IDE |
| 114 | select SYS_HAS_CPU_MIPS32_R1 | ||
| 115 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 191 | 116 | ||
| 192 | config TOSHIBA_JMR3927 | 117 | config MIPS_MIRAGE |
| 193 | bool "Support for Toshiba JMR-TX3927 board" | 118 | bool "AMD Alchemy Mirage board" |
| 194 | select DMA_NONCOHERENT | 119 | select DMA_NONCOHERENT |
| 195 | select HW_HAS_PCI | 120 | select SOC_AU1500 |
| 196 | select SWAP_IO_SPACE | 121 | select SYS_HAS_CPU_MIPS32_R1 |
| 197 | select SYS_SUPPORTS_32BIT_KERNEL | 122 | select SYS_SUPPORTS_LITTLE_ENDIAN |
| 198 | 123 | ||
| 199 | config MIPS_COBALT | 124 | config MIPS_COBALT |
| 200 | bool "Support for Cobalt Server" | 125 | bool "Support for Cobalt Server" |
| 201 | depends on EXPERIMENTAL | ||
| 202 | select DMA_NONCOHERENT | 126 | select DMA_NONCOHERENT |
| 203 | select HW_HAS_PCI | 127 | select HW_HAS_PCI |
| 204 | select I8259 | 128 | select I8259 |
| 205 | select IRQ_CPU | 129 | select IRQ_CPU |
| 130 | select MIPS_GT64111 | ||
| 131 | select SYS_HAS_CPU_NEVADA | ||
| 206 | select SYS_SUPPORTS_32BIT_KERNEL | 132 | select SYS_SUPPORTS_32BIT_KERNEL |
| 207 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | 133 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL |
| 134 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 208 | 135 | ||
| 209 | config MACH_DECSTATION | 136 | config MACH_DECSTATION |
| 210 | bool "Support for DECstations" | 137 | bool "Support for DECstations" |
| 211 | select BOOT_ELF32 | 138 | select BOOT_ELF32 |
| 212 | select DMA_NONCOHERENT | 139 | select DMA_NONCOHERENT |
| 140 | select EARLY_PRINTK | ||
| 213 | select IRQ_CPU | 141 | select IRQ_CPU |
| 142 | select SYS_HAS_CPU_R3000 | ||
| 143 | select SYS_HAS_CPU_R4X00 | ||
| 214 | select SYS_SUPPORTS_32BIT_KERNEL | 144 | select SYS_SUPPORTS_32BIT_KERNEL |
| 215 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | 145 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL |
| 216 | ---help--- | 146 | select SYS_SUPPORTS_LITTLE_ENDIAN |
| 147 | help | ||
| 217 | This enables support for DEC's MIPS based workstations. For details | 148 | This enables support for DEC's MIPS based workstations. For details |
| 218 | see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the | 149 | see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the |
| 219 | DECstation porting pages on <http://decstation.unix-ag.org/>. | 150 | DECstation porting pages on <http://decstation.unix-ag.org/>. |
| @@ -234,8 +165,10 @@ config MIPS_EV64120 | |||
| 234 | select DMA_NONCOHERENT | 165 | select DMA_NONCOHERENT |
| 235 | select HW_HAS_PCI | 166 | select HW_HAS_PCI |
| 236 | select MIPS_GT64120 | 167 | select MIPS_GT64120 |
| 168 | select SYS_HAS_CPU_R5000 | ||
| 237 | select SYS_SUPPORTS_32BIT_KERNEL | 169 | select SYS_SUPPORTS_32BIT_KERNEL |
| 238 | select SYS_SUPPORTS_64BIT_KERNEL | 170 | select SYS_SUPPORTS_64BIT_KERNEL |
| 171 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 239 | help | 172 | help |
| 240 | This is an evaluation board based on the Galileo GT-64120 | 173 | This is an evaluation board based on the Galileo GT-64120 |
| 241 | single-chip system controller that contains a MIPS R5000 compatible | 174 | single-chip system controller that contains a MIPS R5000 compatible |
| @@ -243,10 +176,6 @@ config MIPS_EV64120 | |||
| 243 | <http://www.marvell.com/>. Say Y here if you wish to build a | 176 | <http://www.marvell.com/>. Say Y here if you wish to build a |
| 244 | kernel for this platform. | 177 | kernel for this platform. |
| 245 | 178 | ||
| 246 | config EVB_PCI1 | ||
| 247 | bool "Enable Second PCI (PCI1)" | ||
| 248 | depends on MIPS_EV64120 | ||
| 249 | |||
| 250 | config MIPS_EV96100 | 179 | config MIPS_EV96100 |
| 251 | bool "Support for Galileo EV96100 Evaluation board (EXPERIMENTAL)" | 180 | bool "Support for Galileo EV96100 Evaluation board (EXPERIMENTAL)" |
| 252 | depends on EXPERIMENTAL | 181 | depends on EXPERIMENTAL |
| @@ -256,8 +185,11 @@ config MIPS_EV96100 | |||
| 256 | select MIPS_GT96100 | 185 | select MIPS_GT96100 |
| 257 | select RM7000_CPU_SCACHE | 186 | select RM7000_CPU_SCACHE |
| 258 | select SWAP_IO_SPACE | 187 | select SWAP_IO_SPACE |
| 188 | select SYS_HAS_CPU_R5000 | ||
| 189 | select SYS_HAS_CPU_RM7000 | ||
| 259 | select SYS_SUPPORTS_32BIT_KERNEL | 190 | select SYS_SUPPORTS_32BIT_KERNEL |
| 260 | select SYS_SUPPORTS_64BIT_KERNEL | 191 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL |
| 192 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 261 | help | 193 | help |
| 262 | This is an evaluation board based on the Galileo GT-96100 LAN/WAN | 194 | This is an evaluation board based on the Galileo GT-96100 LAN/WAN |
| 263 | communications controllers containing a MIPS R5000 compatible core | 195 | communications controllers containing a MIPS R5000 compatible core |
| @@ -268,8 +200,11 @@ config MIPS_IVR | |||
| 268 | bool "Support for Globespan IVR board" | 200 | bool "Support for Globespan IVR board" |
| 269 | select DMA_NONCOHERENT | 201 | select DMA_NONCOHERENT |
| 270 | select HW_HAS_PCI | 202 | select HW_HAS_PCI |
| 203 | select ITE_BOARD_GEN | ||
| 204 | select SYS_HAS_CPU_NEVADA | ||
| 271 | select SYS_SUPPORTS_32BIT_KERNEL | 205 | select SYS_SUPPORTS_32BIT_KERNEL |
| 272 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | 206 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL |
| 207 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 273 | help | 208 | help |
| 274 | This is an evaluation board built by Globespan to showcase thir | 209 | This is an evaluation board built by Globespan to showcase thir |
| 275 | iVR (Internet Video Recorder) design. It utilizes a QED RM5231 | 210 | iVR (Internet Video Recorder) design. It utilizes a QED RM5231 |
| @@ -277,37 +212,16 @@ config MIPS_IVR | |||
| 277 | located at <http://www.globespan.net/>. Say Y here if you wish to | 212 | located at <http://www.globespan.net/>. Say Y here if you wish to |
| 278 | build a kernel for this platform. | 213 | build a kernel for this platform. |
| 279 | 214 | ||
| 280 | config LASAT | ||
| 281 | bool "Support for LASAT Networks platforms" | ||
| 282 | select DMA_NONCOHERENT | ||
| 283 | select HW_HAS_PCI | ||
| 284 | select MIPS_GT64120 | ||
| 285 | select R5000_CPU_SCACHE | ||
| 286 | select SYS_SUPPORTS_32BIT_KERNEL | ||
| 287 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | ||
| 288 | |||
| 289 | config PICVUE | ||
| 290 | tristate "PICVUE LCD display driver" | ||
| 291 | depends on LASAT | ||
| 292 | |||
| 293 | config PICVUE_PROC | ||
| 294 | tristate "PICVUE LCD display driver /proc interface" | ||
| 295 | depends on PICVUE | ||
| 296 | |||
| 297 | config DS1603 | ||
| 298 | bool "DS1603 RTC driver" | ||
| 299 | depends on LASAT | ||
| 300 | |||
| 301 | config LASAT_SYSCTL | ||
| 302 | bool "LASAT sysctl interface" | ||
| 303 | depends on LASAT | ||
| 304 | |||
| 305 | config MIPS_ITE8172 | 215 | config MIPS_ITE8172 |
| 306 | bool "Support for ITE 8172G board" | 216 | bool "Support for ITE 8172G board" |
| 307 | select DMA_NONCOHERENT | 217 | select DMA_NONCOHERENT |
| 308 | select HW_HAS_PCI | 218 | select HW_HAS_PCI |
| 219 | select ITE_BOARD_GEN | ||
| 220 | select SYS_HAS_CPU_R5432 | ||
| 221 | select SYS_HAS_CPU_NEVADA | ||
| 309 | select SYS_SUPPORTS_32BIT_KERNEL | 222 | select SYS_SUPPORTS_32BIT_KERNEL |
| 310 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | 223 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL |
| 224 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 311 | help | 225 | help |
| 312 | Ths is an evaluation board made by ITE <http://www.ite.com.tw/> | 226 | Ths is an evaluation board made by ITE <http://www.ite.com.tw/> |
| 313 | with ATX form factor that utilizes a MIPS R5000 to work with its | 227 | with ATX form factor that utilizes a MIPS R5000 to work with its |
| @@ -315,42 +229,86 @@ config MIPS_ITE8172 | |||
| 315 | either a NEC Vr5432 or QED RM5231. Say Y here if you wish to build | 229 | either a NEC Vr5432 or QED RM5231. Say Y here if you wish to build |
| 316 | a kernel for this platform. | 230 | a kernel for this platform. |
| 317 | 231 | ||
| 318 | config IT8172_REVC | 232 | config MACH_JAZZ |
| 319 | bool "Support for older IT8172 (Rev C)" | 233 | bool "Support for the Jazz family of machines" |
| 320 | depends on MIPS_ITE8172 | 234 | select ARC |
| 235 | select ARC32 | ||
| 236 | select ARCH_MAY_HAVE_PC_FDC | ||
| 237 | select GENERIC_ISA_DMA | ||
| 238 | select I8259 | ||
| 239 | select ISA | ||
| 240 | select SYS_HAS_CPU_R4X00 | ||
| 241 | select SYS_SUPPORTS_32BIT_KERNEL | ||
| 242 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | ||
| 321 | help | 243 | help |
| 322 | Say Y here to support the older, Revision C version of the Integrated | 244 | This a family of machines based on the MIPS R4030 chipset which was |
| 323 | Technology Express, Inc. ITE8172 SBC. Vendor page at | 245 | used by several vendors to build RISC/os and Windows NT workstations. |
| 324 | <http://www.ite.com.tw/ia/brief_it8172bsp.htm>; picture of the | 246 | Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and |
| 325 | board at <http://www.mvista.com/partners/semiconductor/ite.html>. | 247 | Olivetti M700-10 workstations. |
| 248 | |||
| 249 | config LASAT | ||
| 250 | bool "Support for LASAT Networks platforms" | ||
| 251 | select DMA_NONCOHERENT | ||
| 252 | select HW_HAS_PCI | ||
| 253 | select MIPS_GT64120 | ||
| 254 | select MIPS_NILE4 | ||
| 255 | select R5000_CPU_SCACHE | ||
| 256 | select SYS_HAS_CPU_R5000 | ||
| 257 | select SYS_SUPPORTS_32BIT_KERNEL | ||
| 258 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | ||
| 259 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 326 | 260 | ||
| 327 | config MIPS_ATLAS | 261 | config MIPS_ATLAS |
| 328 | bool "Support for MIPS Atlas board" | 262 | bool "Support for MIPS Atlas board" |
| 329 | select BOOT_ELF32 | 263 | select BOOT_ELF32 |
| 330 | select DMA_NONCOHERENT | 264 | select DMA_NONCOHERENT |
| 265 | select IRQ_CPU | ||
| 331 | select HW_HAS_PCI | 266 | select HW_HAS_PCI |
| 267 | select MIPS_BOARDS_GEN | ||
| 268 | select MIPS_BONITO64 | ||
| 332 | select MIPS_GT64120 | 269 | select MIPS_GT64120 |
| 270 | select MIPS_MSC | ||
| 271 | select RM7000_CPU_SCACHE | ||
| 333 | select SWAP_IO_SPACE | 272 | select SWAP_IO_SPACE |
| 273 | select SYS_HAS_CPU_MIPS32_R1 | ||
| 274 | select SYS_HAS_CPU_MIPS32_R2 | ||
| 275 | select SYS_HAS_CPU_MIPS64_R1 | ||
| 276 | select SYS_HAS_CPU_NEVADA | ||
| 277 | select SYS_HAS_CPU_RM7000 | ||
| 334 | select SYS_SUPPORTS_32BIT_KERNEL | 278 | select SYS_SUPPORTS_32BIT_KERNEL |
| 335 | select SYS_SUPPORTS_64BIT_KERNEL | 279 | select SYS_SUPPORTS_64BIT_KERNEL |
| 280 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 281 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 336 | help | 282 | help |
| 337 | This enables support for the QED R5231-based MIPS Atlas evaluation | 283 | This enables support for the MIPS Technologies Atlas evaluation |
| 338 | board. | 284 | board. |
| 339 | 285 | ||
| 340 | config MIPS_MALTA | 286 | config MIPS_MALTA |
| 341 | bool "Support for MIPS Malta board" | 287 | bool "Support for MIPS Malta board" |
| 288 | select ARCH_MAY_HAVE_PC_FDC | ||
| 342 | select BOOT_ELF32 | 289 | select BOOT_ELF32 |
| 343 | select HAVE_STD_PC_SERIAL_PORT | 290 | select HAVE_STD_PC_SERIAL_PORT |
| 344 | select DMA_NONCOHERENT | 291 | select DMA_NONCOHERENT |
| 292 | select IRQ_CPU | ||
| 345 | select GENERIC_ISA_DMA | 293 | select GENERIC_ISA_DMA |
| 346 | select HW_HAS_PCI | 294 | select HW_HAS_PCI |
| 347 | select I8259 | 295 | select I8259 |
| 296 | select MIPS_BOARDS_GEN | ||
| 297 | select MIPS_BONITO64 | ||
| 348 | select MIPS_GT64120 | 298 | select MIPS_GT64120 |
| 299 | select MIPS_MSC | ||
| 349 | select SWAP_IO_SPACE | 300 | select SWAP_IO_SPACE |
| 301 | select SYS_HAS_CPU_MIPS32_R1 | ||
| 302 | select SYS_HAS_CPU_MIPS32_R2 | ||
| 303 | select SYS_HAS_CPU_MIPS64_R1 | ||
| 304 | select SYS_HAS_CPU_NEVADA | ||
| 305 | select SYS_HAS_CPU_RM7000 | ||
| 350 | select SYS_SUPPORTS_32BIT_KERNEL | 306 | select SYS_SUPPORTS_32BIT_KERNEL |
| 351 | select SYS_SUPPORTS_64BIT_KERNEL | 307 | select SYS_SUPPORTS_64BIT_KERNEL |
| 308 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 309 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 352 | help | 310 | help |
| 353 | This enables support for the VR5000-based MIPS Malta evaluation | 311 | This enables support for the MIPS Technologies Malta evaluation |
| 354 | board. | 312 | board. |
| 355 | 313 | ||
| 356 | config MIPS_SEAD | 314 | config MIPS_SEAD |
| @@ -358,50 +316,64 @@ config MIPS_SEAD | |||
| 358 | depends on EXPERIMENTAL | 316 | depends on EXPERIMENTAL |
| 359 | select IRQ_CPU | 317 | select IRQ_CPU |
| 360 | select DMA_NONCOHERENT | 318 | select DMA_NONCOHERENT |
| 319 | select MIPS_BOARDS_GEN | ||
| 320 | select SYS_HAS_CPU_MIPS32_R1 | ||
| 321 | select SYS_HAS_CPU_MIPS32_R2 | ||
| 322 | select SYS_HAS_CPU_MIPS64_R1 | ||
| 361 | select SYS_SUPPORTS_32BIT_KERNEL | 323 | select SYS_SUPPORTS_32BIT_KERNEL |
| 362 | select SYS_SUPPORTS_64BIT_KERNEL | 324 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL |
| 325 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 326 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 327 | help | ||
| 328 | This enables support for the MIPS Technologies SEAD evaluation | ||
| 329 | board. | ||
| 363 | 330 | ||
| 364 | config MOMENCO_OCELOT | 331 | config MIPS_SIM |
| 365 | bool "Support for Momentum Ocelot board" | 332 | bool 'Support for MIPS simulator (MIPSsim)' |
| 366 | select DMA_NONCOHERENT | 333 | select DMA_NONCOHERENT |
| 367 | select HW_HAS_PCI | ||
| 368 | select IRQ_CPU | 334 | select IRQ_CPU |
| 369 | select IRQ_CPU_RM7K | 335 | select SYS_HAS_CPU_MIPS32_R1 |
| 370 | select MIPS_GT64120 | 336 | select SYS_HAS_CPU_MIPS32_R2 |
| 371 | select RM7000_CPU_SCACHE | ||
| 372 | select SWAP_IO_SPACE | ||
| 373 | select SYS_SUPPORTS_32BIT_KERNEL | 337 | select SYS_SUPPORTS_32BIT_KERNEL |
| 374 | select SYS_SUPPORTS_64BIT_KERNEL | 338 | select SYS_SUPPORTS_BIG_ENDIAN |
| 339 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 375 | help | 340 | help |
| 376 | The Ocelot is a MIPS-based Single Board Computer (SBC) made by | 341 | This option enables support for MIPS Technologies MIPSsim software |
| 377 | Momentum Computer <http://www.momenco.com/>. | 342 | emulator. |
| 378 | 343 | ||
| 379 | config MOMENCO_OCELOT_G | 344 | config MOMENCO_JAGUAR_ATX |
| 380 | bool "Support for Momentum Ocelot-G board" | 345 | bool "Support for Momentum Jaguar board" |
| 346 | select BOOT_ELF32 | ||
| 381 | select DMA_NONCOHERENT | 347 | select DMA_NONCOHERENT |
| 382 | select HW_HAS_PCI | 348 | select HW_HAS_PCI |
| 383 | select IRQ_CPU | 349 | select IRQ_CPU |
| 384 | select IRQ_CPU_RM7K | 350 | select IRQ_CPU_RM7K |
| 351 | select IRQ_MV64340 | ||
| 352 | select LIMITED_DMA | ||
| 385 | select PCI_MARVELL | 353 | select PCI_MARVELL |
| 386 | select RM7000_CPU_SCACHE | 354 | select RM7000_CPU_SCACHE |
| 387 | select SWAP_IO_SPACE | 355 | select SWAP_IO_SPACE |
| 356 | select SYS_HAS_CPU_RM9000 | ||
| 388 | select SYS_SUPPORTS_32BIT_KERNEL | 357 | select SYS_SUPPORTS_32BIT_KERNEL |
| 389 | select SYS_SUPPORTS_64BIT_KERNEL | 358 | select SYS_SUPPORTS_64BIT_KERNEL |
| 359 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 390 | help | 360 | help |
| 391 | The Ocelot is a MIPS-based Single Board Computer (SBC) made by | 361 | The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by |
| 392 | Momentum Computer <http://www.momenco.com/>. | 362 | Momentum Computer <http://www.momenco.com/>. |
| 393 | 363 | ||
| 394 | config MOMENCO_OCELOT_C | 364 | config MOMENCO_OCELOT |
| 395 | bool "Support for Momentum Ocelot-C board" | 365 | bool "Support for Momentum Ocelot board" |
| 396 | select DMA_NONCOHERENT | 366 | select DMA_NONCOHERENT |
| 397 | select HW_HAS_PCI | 367 | select HW_HAS_PCI |
| 398 | select IRQ_CPU | 368 | select IRQ_CPU |
| 399 | select IRQ_MV64340 | 369 | select IRQ_CPU_RM7K |
| 400 | select PCI_MARVELL | 370 | select MIPS_GT64120 |
| 401 | select RM7000_CPU_SCACHE | 371 | select RM7000_CPU_SCACHE |
| 402 | select SWAP_IO_SPACE | 372 | select SWAP_IO_SPACE |
| 373 | select SYS_HAS_CPU_RM7000 | ||
| 403 | select SYS_SUPPORTS_32BIT_KERNEL | 374 | select SYS_SUPPORTS_32BIT_KERNEL |
| 404 | select SYS_SUPPORTS_64BIT_KERNEL | 375 | select SYS_SUPPORTS_64BIT_KERNEL |
| 376 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 405 | help | 377 | help |
| 406 | The Ocelot is a MIPS-based Single Board Computer (SBC) made by | 378 | The Ocelot is a MIPS-based Single Board Computer (SBC) made by |
| 407 | Momentum Computer <http://www.momenco.com/>. | 379 | Momentum Computer <http://www.momenco.com/>. |
| @@ -417,80 +389,95 @@ config MOMENCO_OCELOT_3 | |||
| 417 | select PCI_MARVELL | 389 | select PCI_MARVELL |
| 418 | select RM7000_CPU_SCACHE | 390 | select RM7000_CPU_SCACHE |
| 419 | select SWAP_IO_SPACE | 391 | select SWAP_IO_SPACE |
| 392 | select SYS_HAS_CPU_RM9000 | ||
| 420 | select SYS_SUPPORTS_32BIT_KERNEL | 393 | select SYS_SUPPORTS_32BIT_KERNEL |
| 421 | select SYS_SUPPORTS_64BIT_KERNEL | 394 | select SYS_SUPPORTS_64BIT_KERNEL |
| 395 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 422 | help | 396 | help |
| 423 | The Ocelot-3 is based off Discovery III System Controller and | 397 | The Ocelot-3 is based off Discovery III System Controller and |
| 424 | PMC-Sierra Rm79000 core. | 398 | PMC-Sierra Rm79000 core. |
| 425 | 399 | ||
| 426 | config MOMENCO_JAGUAR_ATX | 400 | config MOMENCO_OCELOT_C |
| 427 | bool "Support for Momentum Jaguar board" | 401 | bool "Support for Momentum Ocelot-C board" |
| 428 | select BOOT_ELF32 | ||
| 429 | select DMA_NONCOHERENT | 402 | select DMA_NONCOHERENT |
| 430 | select HW_HAS_PCI | 403 | select HW_HAS_PCI |
| 431 | select IRQ_CPU | 404 | select IRQ_CPU |
| 432 | select IRQ_CPU_RM7K | ||
| 433 | select IRQ_MV64340 | 405 | select IRQ_MV64340 |
| 434 | select LIMITED_DMA | ||
| 435 | select PCI_MARVELL | 406 | select PCI_MARVELL |
| 436 | select RM7000_CPU_SCACHE | 407 | select RM7000_CPU_SCACHE |
| 437 | select SWAP_IO_SPACE | 408 | select SWAP_IO_SPACE |
| 409 | select SYS_HAS_CPU_RM7000 | ||
| 438 | select SYS_SUPPORTS_32BIT_KERNEL | 410 | select SYS_SUPPORTS_32BIT_KERNEL |
| 439 | select SYS_SUPPORTS_64BIT_KERNEL | 411 | select SYS_SUPPORTS_64BIT_KERNEL |
| 412 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 440 | help | 413 | help |
| 441 | The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by | 414 | The Ocelot is a MIPS-based Single Board Computer (SBC) made by |
| 442 | Momentum Computer <http://www.momenco.com/>. | 415 | Momentum Computer <http://www.momenco.com/>. |
| 443 | 416 | ||
| 444 | config JAGUAR_DMALOW | 417 | config MOMENCO_OCELOT_G |
| 445 | bool "Low DMA Mode" | 418 | bool "Support for Momentum Ocelot-G board" |
| 446 | depends on MOMENCO_JAGUAR_ATX | 419 | select DMA_NONCOHERENT |
| 447 | help | ||
| 448 | Select to Y if jump JP5 is set on your board, N otherwise. Normally | ||
| 449 | the jumper is set, so if you feel unsafe, just say Y. | ||
| 450 | |||
| 451 | config PMC_YOSEMITE | ||
| 452 | bool "Support for PMC-Sierra Yosemite eval board" | ||
| 453 | select DMA_COHERENT | ||
| 454 | select HW_HAS_PCI | 420 | select HW_HAS_PCI |
| 455 | select IRQ_CPU | 421 | select IRQ_CPU |
| 456 | select IRQ_CPU_RM7K | 422 | select IRQ_CPU_RM7K |
| 457 | select IRQ_CPU_RM9K | 423 | select PCI_MARVELL |
| 424 | select RM7000_CPU_SCACHE | ||
| 458 | select SWAP_IO_SPACE | 425 | select SWAP_IO_SPACE |
| 426 | select SYS_HAS_CPU_RM7000 | ||
| 459 | select SYS_SUPPORTS_32BIT_KERNEL | 427 | select SYS_SUPPORTS_32BIT_KERNEL |
| 460 | select SYS_SUPPORTS_64BIT_KERNEL | 428 | select SYS_SUPPORTS_64BIT_KERNEL |
| 429 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 461 | help | 430 | help |
| 462 | Yosemite is an evaluation board for the RM9000x2 processor | 431 | The Ocelot is a MIPS-based Single Board Computer (SBC) made by |
| 463 | manufactured by PMC-Sierra | 432 | Momentum Computer <http://www.momenco.com/>. |
| 464 | 433 | ||
| 465 | config HYPERTRANSPORT | 434 | config MIPS_XXS1500 |
| 466 | bool "Hypertransport Support for PMC-Sierra Yosemite" | 435 | bool "Support for MyCable XXS1500 board" |
| 467 | depends on PMC_YOSEMITE | 436 | select DMA_NONCOHERENT |
| 437 | select SOC_AU1500 | ||
| 438 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 439 | |||
| 440 | config PNX8550_V2PCI | ||
| 441 | bool "Support for Philips PNX8550 based Viper2-PCI board" | ||
| 442 | select PNX8550 | ||
| 443 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 444 | |||
| 445 | config PNX8550_JBS | ||
| 446 | bool "Support for Philips PNX8550 based JBS board" | ||
| 447 | select PNX8550 | ||
| 448 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 468 | 449 | ||
| 469 | config DDB5074 | 450 | config DDB5074 |
| 470 | bool "Support for NEC DDB Vrc-5074 (EXPERIMENTAL)" | 451 | bool "Support for NEC DDB Vrc-5074 (EXPERIMENTAL)" |
| 471 | depends on EXPERIMENTAL | 452 | depends on EXPERIMENTAL |
| 453 | select DDB5XXX_COMMON | ||
| 472 | select DMA_NONCOHERENT | 454 | select DMA_NONCOHERENT |
| 473 | select HAVE_STD_PC_SERIAL_PORT | 455 | select HAVE_STD_PC_SERIAL_PORT |
| 474 | select HW_HAS_PCI | 456 | select HW_HAS_PCI |
| 475 | select IRQ_CPU | 457 | select IRQ_CPU |
| 476 | select I8259 | 458 | select I8259 |
| 477 | select ISA | 459 | select ISA |
| 460 | select SYS_HAS_CPU_R5000 | ||
| 478 | select SYS_SUPPORTS_32BIT_KERNEL | 461 | select SYS_SUPPORTS_32BIT_KERNEL |
| 479 | select SYS_SUPPORTS_64BIT_KERNEL | 462 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL |
| 463 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 480 | help | 464 | help |
| 481 | This enables support for the VR5000-based NEC DDB Vrc-5074 | 465 | This enables support for the VR5000-based NEC DDB Vrc-5074 |
| 482 | evaluation board. | 466 | evaluation board. |
| 483 | 467 | ||
| 484 | config DDB5476 | 468 | config DDB5476 |
| 485 | bool "Support for NEC DDB Vrc-5476" | 469 | bool "Support for NEC DDB Vrc-5476" |
| 470 | select DDB5XXX_COMMON | ||
| 486 | select DMA_NONCOHERENT | 471 | select DMA_NONCOHERENT |
| 487 | select HAVE_STD_PC_SERIAL_PORT | 472 | select HAVE_STD_PC_SERIAL_PORT |
| 488 | select HW_HAS_PCI | 473 | select HW_HAS_PCI |
| 489 | select IRQ_CPU | 474 | select IRQ_CPU |
| 490 | select I8259 | 475 | select I8259 |
| 491 | select ISA | 476 | select ISA |
| 477 | select SYS_HAS_CPU_R5432 | ||
| 492 | select SYS_SUPPORTS_32BIT_KERNEL | 478 | select SYS_SUPPORTS_32BIT_KERNEL |
| 493 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | 479 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL |
| 480 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 494 | help | 481 | help |
| 495 | This enables support for the R5432-based NEC DDB Vrc-5476 | 482 | This enables support for the R5432-based NEC DDB Vrc-5476 |
| 496 | evaluation board. | 483 | evaluation board. |
| @@ -501,12 +488,15 @@ config DDB5476 | |||
| 501 | 488 | ||
| 502 | config DDB5477 | 489 | config DDB5477 |
| 503 | bool "Support for NEC DDB Vrc-5477" | 490 | bool "Support for NEC DDB Vrc-5477" |
| 491 | select DDB5XXX_COMMON | ||
| 504 | select DMA_NONCOHERENT | 492 | select DMA_NONCOHERENT |
| 505 | select HW_HAS_PCI | 493 | select HW_HAS_PCI |
| 506 | select I8259 | 494 | select I8259 |
| 507 | select IRQ_CPU | 495 | select IRQ_CPU |
| 496 | select SYS_HAS_CPU_R5432 | ||
| 508 | select SYS_SUPPORTS_32BIT_KERNEL | 497 | select SYS_SUPPORTS_32BIT_KERNEL |
| 509 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | 498 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL |
| 499 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 510 | help | 500 | help |
| 511 | This enables support for the R5432-based NEC DDB Vrc-5477, | 501 | This enables support for the R5432-based NEC DDB Vrc-5477, |
| 512 | or Rockhopper/SolutionGear boards with R5432/R5500 CPUs. | 502 | or Rockhopper/SolutionGear boards with R5432/R5500 CPUs. |
| @@ -514,10 +504,28 @@ config DDB5477 | |||
| 514 | Features : kernel debugging, serial terminal, NFS root fs, on-board | 504 | Features : kernel debugging, serial terminal, NFS root fs, on-board |
| 515 | ether port USB, AC97, PCI, etc. | 505 | ether port USB, AC97, PCI, etc. |
| 516 | 506 | ||
| 517 | config DDB5477_BUS_FREQUENCY | 507 | config MACH_VR41XX |
| 518 | int "bus frequency (in kHZ, 0 for auto-detect)" | 508 | bool "Support for NEC VR4100 series based machines" |
| 519 | depends on DDB5477 | 509 | select SYS_HAS_CPU_VR41XX |
| 520 | default 0 | 510 | select SYS_SUPPORTS_32BIT_KERNEL |
| 511 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | ||
| 512 | |||
| 513 | config PMC_YOSEMITE | ||
| 514 | bool "Support for PMC-Sierra Yosemite eval board" | ||
| 515 | select DMA_COHERENT | ||
| 516 | select HW_HAS_PCI | ||
| 517 | select IRQ_CPU | ||
| 518 | select IRQ_CPU_RM7K | ||
| 519 | select IRQ_CPU_RM9K | ||
| 520 | select SWAP_IO_SPACE | ||
| 521 | select SYS_HAS_CPU_RM9000 | ||
| 522 | select SYS_SUPPORTS_32BIT_KERNEL | ||
| 523 | select SYS_SUPPORTS_64BIT_KERNEL | ||
| 524 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 525 | select SYS_SUPPORTS_HIGHMEM | ||
| 526 | help | ||
| 527 | Yosemite is an evaluation board for the RM9000x2 processor | ||
| 528 | manufactured by PMC-Sierra. | ||
| 521 | 529 | ||
| 522 | config QEMU | 530 | config QEMU |
| 523 | bool "Support for Qemu" | 531 | bool "Support for Qemu" |
| @@ -527,15 +535,16 @@ config QEMU | |||
| 527 | select I8259 | 535 | select I8259 |
| 528 | select ISA | 536 | select ISA |
| 529 | select SWAP_IO_SPACE | 537 | select SWAP_IO_SPACE |
| 538 | select SYS_HAS_CPU_MIPS32_R1 | ||
| 530 | select SYS_SUPPORTS_32BIT_KERNEL | 539 | select SYS_SUPPORTS_32BIT_KERNEL |
| 531 | select SYS_SUPPORTS_BIG_ENDIAN | 540 | select SYS_SUPPORTS_BIG_ENDIAN |
| 532 | help | 541 | help |
| 533 | Qemu is a software emulator which among other architectures also | 542 | Qemu is a software emulator which among other architectures also |
| 534 | can simulate a MIPS32 4Kc system. This patch adds support for the | 543 | can simulate a MIPS32 4Kc system. This patch adds support for the |
| 535 | system architecture that currently is being simulated by Qemu. It | 544 | system architecture that currently is being simulated by Qemu. It |
| 536 | will eventually be removed again when Qemu has the capability to | 545 | will eventually be removed again when Qemu has the capability to |
| 537 | simulate actual MIPS hardware platforms. More information on Qemu | 546 | simulate actual MIPS hardware platforms. More information on Qemu |
| 538 | can be found at http://www.linux-mips.org/wiki/Qemu. | 547 | can be found at http://www.linux-mips.org/wiki/Qemu. |
| 539 | 548 | ||
| 540 | config SGI_IP22 | 549 | config SGI_IP22 |
| 541 | bool "Support for SGI IP22 (Indy/Indigo2)" | 550 | bool "Support for SGI IP22 (Indy/Indigo2)" |
| @@ -543,11 +552,15 @@ config SGI_IP22 | |||
| 543 | select ARC32 | 552 | select ARC32 |
| 544 | select BOOT_ELF32 | 553 | select BOOT_ELF32 |
| 545 | select DMA_NONCOHERENT | 554 | select DMA_NONCOHERENT |
| 555 | select HW_HAS_EISA | ||
| 546 | select IP22_CPU_SCACHE | 556 | select IP22_CPU_SCACHE |
| 547 | select IRQ_CPU | 557 | select IRQ_CPU |
| 548 | select SWAP_IO_SPACE | 558 | select SWAP_IO_SPACE |
| 559 | select SYS_HAS_CPU_R4X00 | ||
| 560 | select SYS_HAS_CPU_R5000 | ||
| 549 | select SYS_SUPPORTS_32BIT_KERNEL | 561 | select SYS_SUPPORTS_32BIT_KERNEL |
| 550 | select SYS_SUPPORTS_64BIT_KERNEL | 562 | select SYS_SUPPORTS_64BIT_KERNEL |
| 563 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 551 | help | 564 | help |
| 552 | This are the SGI Indy, Challenge S and Indigo2, as well as certain | 565 | This are the SGI Indy, Challenge S and Indigo2, as well as certain |
| 553 | OEM variants like the Tandem CMN B006S. To compile a Linux kernel | 566 | OEM variants like the Tandem CMN B006S. To compile a Linux kernel |
| @@ -557,70 +570,18 @@ config SGI_IP27 | |||
| 557 | bool "Support for SGI IP27 (Origin200/2000)" | 570 | bool "Support for SGI IP27 (Origin200/2000)" |
| 558 | select ARC | 571 | select ARC |
| 559 | select ARC64 | 572 | select ARC64 |
| 573 | select BOOT_ELF64 | ||
| 560 | select DMA_IP27 | 574 | select DMA_IP27 |
| 561 | select HW_HAS_PCI | 575 | select HW_HAS_PCI |
| 562 | select PCI_DOMAINS | 576 | select PCI_DOMAINS |
| 577 | select SYS_HAS_CPU_R10000 | ||
| 563 | select SYS_SUPPORTS_64BIT_KERNEL | 578 | select SYS_SUPPORTS_64BIT_KERNEL |
| 579 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 564 | help | 580 | help |
| 565 | This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics | 581 | This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics |
| 566 | workstations. To compile a Linux kernel that runs on these, say Y | 582 | workstations. To compile a Linux kernel that runs on these, say Y |
| 567 | here. | 583 | here. |
| 568 | 584 | ||
| 569 | #config SGI_SN0_XXL | ||
| 570 | # bool "IP27 XXL" | ||
| 571 | # depends on SGI_IP27 | ||
| 572 | # This options adds support for userspace processes upto 16TB size. | ||
| 573 | # Normally the limit is just .5TB. | ||
| 574 | |||
| 575 | config SGI_SN0_N_MODE | ||
| 576 | bool "IP27 N-Mode" | ||
| 577 | depends on SGI_IP27 | ||
| 578 | help | ||
| 579 | The nodes of Origin 200, Origin 2000 and Onyx 2 systems can be | ||
| 580 | configured in either N-Modes which allows for more nodes or M-Mode | ||
| 581 | which allows for more memory. Your system is most probably | ||
| 582 | running in M-Mode, so you should say N here. | ||
| 583 | |||
| 584 | config ARCH_DISCONTIGMEM_ENABLE | ||
| 585 | bool | ||
| 586 | default y if SGI_IP27 | ||
| 587 | help | ||
| 588 | Say Y to upport efficient handling of discontiguous physical memory, | ||
| 589 | for architectures which are either NUMA (Non-Uniform Memory Access) | ||
| 590 | or have huge holes in the physical address space for other reasons. | ||
| 591 | See <file:Documentation/vm/numa> for more. | ||
| 592 | |||
| 593 | config NUMA | ||
| 594 | bool "NUMA Support" | ||
| 595 | depends on SGI_IP27 | ||
| 596 | help | ||
| 597 | Say Y to compile the kernel to support NUMA (Non-Uniform Memory | ||
| 598 | Access). This option is for configuring high-end multiprocessor | ||
| 599 | server machines. If in doubt, say N. | ||
| 600 | |||
| 601 | config MAPPED_KERNEL | ||
| 602 | bool "Mapped kernel support" | ||
| 603 | depends on SGI_IP27 | ||
| 604 | help | ||
| 605 | Change the way a Linux kernel is loaded into memory on a MIPS64 | ||
| 606 | machine. This is required in order to support text replication and | ||
| 607 | NUMA. If you need to understand it, read the source code. | ||
| 608 | |||
| 609 | config REPLICATE_KTEXT | ||
| 610 | bool "Kernel text replication support" | ||
| 611 | depends on SGI_IP27 | ||
| 612 | help | ||
| 613 | Say Y here to enable replicating the kernel text across multiple | ||
| 614 | nodes in a NUMA cluster. This trades memory for speed. | ||
| 615 | |||
| 616 | config REPLICATE_EXHANDLERS | ||
| 617 | bool "Exception handler replication support" | ||
| 618 | depends on SGI_IP27 | ||
| 619 | help | ||
| 620 | Say Y here to enable replicating the kernel exception handlers | ||
| 621 | across multiple nodes in a NUMA cluster. This trades memory for | ||
| 622 | speed. | ||
| 623 | |||
| 624 | config SGI_IP32 | 585 | config SGI_IP32 |
| 625 | bool "Support for SGI IP32 (O2) (EXPERIMENTAL)" | 586 | bool "Support for SGI IP32 (O2) (EXPERIMENTAL)" |
| 626 | depends on EXPERIMENTAL | 587 | depends on EXPERIMENTAL |
| @@ -633,353 +594,152 @@ config SGI_IP32 | |||
| 633 | select HW_HAS_PCI | 594 | select HW_HAS_PCI |
| 634 | select R5000_CPU_SCACHE | 595 | select R5000_CPU_SCACHE |
| 635 | select RM7000_CPU_SCACHE | 596 | select RM7000_CPU_SCACHE |
| 597 | select SYS_HAS_CPU_R5000 | ||
| 598 | select SYS_HAS_CPU_R10000 if BROKEN | ||
| 599 | select SYS_HAS_CPU_RM7000 | ||
| 636 | select SYS_SUPPORTS_64BIT_KERNEL | 600 | select SYS_SUPPORTS_64BIT_KERNEL |
| 601 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 637 | help | 602 | help |
| 638 | If you want this kernel to run on SGI O2 workstation, say Y here. | 603 | If you want this kernel to run on SGI O2 workstation, say Y here. |
| 639 | 604 | ||
| 640 | config SOC_AU1X00 | 605 | config SIBYTE_BIGSUR |
| 641 | bool "Support for AMD/Alchemy Au1X00 SOCs" | 606 | bool "Support for Sibyte BigSur" |
| 642 | select SYS_SUPPORTS_32BIT_KERNEL | ||
| 643 | |||
| 644 | choice | ||
| 645 | prompt "Au1X00 SOC Type" | ||
| 646 | depends on SOC_AU1X00 | ||
| 647 | help | ||
| 648 | Say Y here to enable support for one of three AMD/Alchemy | ||
| 649 | SOCs. For additional documentation see www.amd.com. | ||
| 650 | |||
| 651 | config SOC_AU1000 | ||
| 652 | bool "SOC_AU1000" | ||
| 653 | config SOC_AU1100 | ||
| 654 | bool "SOC_AU1100" | ||
| 655 | config SOC_AU1500 | ||
| 656 | bool "SOC_AU1500" | ||
| 657 | config SOC_AU1550 | ||
| 658 | bool "SOC_AU1550" | ||
| 659 | |||
| 660 | endchoice | ||
| 661 | |||
| 662 | choice | ||
| 663 | prompt "AMD/Alchemy Au1x00 board support" | ||
| 664 | depends on SOC_AU1X00 | ||
| 665 | help | ||
| 666 | These are evaluation boards built by AMD/Alchemy to | ||
| 667 | showcase their Au1X00 Internet Edge Processors. The SOC design | ||
| 668 | is based on the MIPS32 architecture running at 266/400/500MHz | ||
| 669 | with many integrated peripherals. Further information can be | ||
| 670 | found at their website, <http://www.amd.com/>. Say Y here if you | ||
| 671 | wish to build a kernel for this platform. | ||
| 672 | |||
| 673 | config MIPS_PB1000 | ||
| 674 | bool "PB1000 board" | ||
| 675 | depends on SOC_AU1000 | ||
| 676 | select DMA_NONCOHERENT | ||
| 677 | select HW_HAS_PCI | ||
| 678 | select SWAP_IO_SPACE | ||
| 679 | |||
| 680 | config MIPS_PB1100 | ||
| 681 | bool "PB1100 board" | ||
| 682 | depends on SOC_AU1100 | ||
| 683 | select DMA_NONCOHERENT | ||
| 684 | select HW_HAS_PCI | ||
| 685 | select SWAP_IO_SPACE | ||
| 686 | |||
| 687 | config MIPS_PB1500 | ||
| 688 | bool "PB1500 board" | ||
| 689 | depends on SOC_AU1500 | ||
| 690 | select DMA_COHERENT | ||
| 691 | select HW_HAS_PCI | ||
| 692 | |||
| 693 | config MIPS_PB1550 | ||
| 694 | bool "PB1550 board" | ||
| 695 | depends on SOC_AU1550 | ||
| 696 | select DMA_COHERENT | ||
| 697 | select HW_HAS_PCI | ||
| 698 | select MIPS_DISABLE_OBSOLETE_IDE | ||
| 699 | |||
| 700 | config MIPS_DB1000 | ||
| 701 | bool "DB1000 board" | ||
| 702 | depends on SOC_AU1000 | ||
| 703 | select DMA_NONCOHERENT | ||
| 704 | select HW_HAS_PCI | ||
| 705 | |||
| 706 | config MIPS_DB1100 | ||
| 707 | bool "DB1100 board" | ||
| 708 | depends on SOC_AU1100 | ||
| 709 | select DMA_NONCOHERENT | ||
| 710 | |||
| 711 | config MIPS_DB1500 | ||
| 712 | bool "DB1500 board" | ||
| 713 | depends on SOC_AU1500 | ||
| 714 | select DMA_COHERENT | ||
| 715 | select HW_HAS_PCI | ||
| 716 | select MIPS_DISABLE_OBSOLETE_IDE | ||
| 717 | |||
| 718 | config MIPS_DB1550 | ||
| 719 | bool "DB1550 board" | ||
| 720 | depends on SOC_AU1550 | ||
| 721 | select HW_HAS_PCI | ||
| 722 | select DMA_COHERENT | ||
| 723 | select MIPS_DISABLE_OBSOLETE_IDE | ||
| 724 | |||
| 725 | config MIPS_BOSPORUS | ||
| 726 | bool "Bosporus board" | ||
| 727 | depends on SOC_AU1500 | ||
| 728 | select DMA_NONCOHERENT | ||
| 729 | |||
| 730 | config MIPS_MIRAGE | ||
| 731 | bool "Mirage board" | ||
| 732 | depends on SOC_AU1500 | ||
| 733 | select DMA_NONCOHERENT | ||
| 734 | |||
| 735 | config MIPS_XXS1500 | ||
| 736 | bool "MyCable XXS1500 board" | ||
| 737 | depends on SOC_AU1500 | ||
| 738 | select DMA_NONCOHERENT | ||
| 739 | |||
| 740 | config MIPS_MTX1 | ||
| 741 | bool "4G Systems MTX-1 board" | ||
| 742 | depends on SOC_AU1500 | ||
| 743 | select HW_HAS_PCI | ||
| 744 | select DMA_NONCOHERENT | ||
| 745 | |||
| 746 | endchoice | ||
| 747 | |||
| 748 | config SIBYTE_SB1xxx_SOC | ||
| 749 | bool "Support for Broadcom BCM1xxx SOCs (EXPERIMENTAL)" | ||
| 750 | depends on EXPERIMENTAL | ||
| 751 | select BOOT_ELF32 | 607 | select BOOT_ELF32 |
| 752 | select DMA_COHERENT | 608 | select DMA_COHERENT |
| 609 | select PCI_DOMAINS | ||
| 610 | select SIBYTE_BCM1x80 | ||
| 753 | select SWAP_IO_SPACE | 611 | select SWAP_IO_SPACE |
| 754 | select SYS_SUPPORTS_32BIT_KERNEL | 612 | select SYS_HAS_CPU_SB1 |
| 755 | select SYS_SUPPORTS_64BIT_KERNEL | 613 | select SYS_SUPPORTS_BIG_ENDIAN |
| 756 | 614 | select SYS_SUPPORTS_LITTLE_ENDIAN | |
| 757 | choice | ||
| 758 | prompt "BCM1xxx SOC-based board" | ||
| 759 | depends on SIBYTE_SB1xxx_SOC | ||
| 760 | default SIBYTE_SWARM | ||
| 761 | help | ||
| 762 | Enable support for boards based on the SiByte line of SOCs | ||
| 763 | from Broadcom. There are configurations for the known | ||
| 764 | evaluation boards, or you can choose "Other" and add your | ||
| 765 | own board support code. | ||
| 766 | 615 | ||
| 767 | config SIBYTE_SWARM | 616 | config SIBYTE_SWARM |
| 768 | bool "BCM91250A-SWARM" | 617 | bool "Support for Sibyte BCM91250A-SWARM" |
| 618 | select BOOT_ELF32 | ||
| 619 | select DMA_COHERENT | ||
| 769 | select SIBYTE_SB1250 | 620 | select SIBYTE_SB1250 |
| 621 | select SWAP_IO_SPACE | ||
| 622 | select SYS_HAS_CPU_SB1 | ||
| 623 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 624 | select SYS_SUPPORTS_HIGHMEM | ||
| 625 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 770 | 626 | ||
| 771 | config SIBYTE_SENTOSA | 627 | config SIBYTE_SENTOSA |
| 772 | bool "BCM91250E-Sentosa" | 628 | bool "Support for Sibyte BCM91250E-Sentosa" |
| 629 | depends on EXPERIMENTAL | ||
| 630 | select BOOT_ELF32 | ||
| 631 | select DMA_COHERENT | ||
| 773 | select SIBYTE_SB1250 | 632 | select SIBYTE_SB1250 |
| 633 | select SWAP_IO_SPACE | ||
| 634 | select SYS_HAS_CPU_SB1 | ||
| 635 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 636 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 774 | 637 | ||
| 775 | config SIBYTE_RHONE | 638 | config SIBYTE_RHONE |
| 776 | bool "BCM91125E-Rhone" | 639 | bool "Support for Sibyte BCM91125E-Rhone" |
| 640 | depends on EXPERIMENTAL | ||
| 641 | select BOOT_ELF32 | ||
| 642 | select DMA_COHERENT | ||
| 777 | select SIBYTE_BCM1125H | 643 | select SIBYTE_BCM1125H |
| 644 | select SWAP_IO_SPACE | ||
| 645 | select SYS_HAS_CPU_SB1 | ||
| 646 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 647 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 778 | 648 | ||
| 779 | config SIBYTE_CARMEL | 649 | config SIBYTE_CARMEL |
| 780 | bool "BCM91120x-Carmel" | 650 | bool "Support for Sibyte BCM91120x-Carmel" |
| 651 | depends on EXPERIMENTAL | ||
| 652 | select BOOT_ELF32 | ||
| 653 | select DMA_COHERENT | ||
| 781 | select SIBYTE_BCM1120 | 654 | select SIBYTE_BCM1120 |
| 655 | select SWAP_IO_SPACE | ||
| 656 | select SYS_HAS_CPU_SB1 | ||
| 657 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 658 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 782 | 659 | ||
| 783 | config SIBYTE_PTSWARM | 660 | config SIBYTE_PTSWARM |
| 784 | bool "BCM91250PT-PTSWARM" | 661 | bool "Support for Sibyte BCM91250PT-PTSWARM" |
| 662 | depends on EXPERIMENTAL | ||
| 663 | select BOOT_ELF32 | ||
| 664 | select DMA_COHERENT | ||
| 785 | select SIBYTE_SB1250 | 665 | select SIBYTE_SB1250 |
| 666 | select SWAP_IO_SPACE | ||
| 667 | select SYS_HAS_CPU_SB1 | ||
| 668 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 669 | select SYS_SUPPORTS_HIGHMEM | ||
| 670 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 786 | 671 | ||
| 787 | config SIBYTE_LITTLESUR | 672 | config SIBYTE_LITTLESUR |
| 788 | bool "BCM91250C2-LittleSur" | 673 | bool "Support for Sibyte BCM91250C2-LittleSur" |
| 674 | depends on EXPERIMENTAL | ||
| 675 | select BOOT_ELF32 | ||
| 676 | select DMA_COHERENT | ||
| 789 | select SIBYTE_SB1250 | 677 | select SIBYTE_SB1250 |
| 678 | select SWAP_IO_SPACE | ||
| 679 | select SYS_HAS_CPU_SB1 | ||
| 680 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 681 | select SYS_SUPPORTS_HIGHMEM | ||
| 682 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 790 | 683 | ||
| 791 | config SIBYTE_CRHINE | 684 | config SIBYTE_CRHINE |
| 792 | bool "BCM91120C-CRhine" | 685 | bool "Support for Sibyte BCM91120C-CRhine" |
| 686 | depends on EXPERIMENTAL | ||
| 687 | select BOOT_ELF32 | ||
| 688 | select DMA_COHERENT | ||
| 793 | select SIBYTE_BCM1120 | 689 | select SIBYTE_BCM1120 |
| 690 | select SWAP_IO_SPACE | ||
| 691 | select SYS_HAS_CPU_SB1 | ||
| 692 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 693 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 794 | 694 | ||
| 795 | config SIBYTE_CRHONE | 695 | config SIBYTE_CRHONE |
| 796 | bool "BCM91125C-CRhone" | 696 | bool "Support for Sibyte BCM91125C-CRhone" |
| 797 | select SIBYTE_BCM1125 | 697 | depends on EXPERIMENTAL |
| 798 | 698 | select BOOT_ELF32 | |
| 799 | config SIBYTE_UNKNOWN | 699 | select DMA_COHERENT |
| 800 | bool "Other" | ||
| 801 | |||
| 802 | endchoice | ||
| 803 | |||
| 804 | config SIBYTE_BOARD | ||
| 805 | bool | ||
| 806 | depends on SIBYTE_SB1xxx_SOC && !SIBYTE_UNKNOWN | ||
| 807 | default y | ||
| 808 | |||
| 809 | choice | ||
| 810 | prompt "BCM1xxx SOC Type" | ||
| 811 | depends on SIBYTE_UNKNOWN | ||
| 812 | default SIBYTE_UNK_BCM1250 | ||
| 813 | help | ||
| 814 | Since you haven't chosen a known evaluation board from | ||
| 815 | Broadcom, you must explicitly pick the SOC this kernel is | ||
| 816 | targetted for. | ||
| 817 | |||
| 818 | config SIBYTE_UNK_BCM1250 | ||
| 819 | bool "BCM1250" | ||
| 820 | select SIBYTE_SB1250 | ||
| 821 | |||
| 822 | config SIBYTE_UNK_BCM1120 | ||
| 823 | bool "BCM1120" | ||
| 824 | select SIBYTE_BCM1120 | ||
| 825 | |||
| 826 | config SIBYTE_UNK_BCM1125 | ||
| 827 | bool "BCM1125" | ||
| 828 | select SIBYTE_BCM1125 | 700 | select SIBYTE_BCM1125 |
| 829 | 701 | select SWAP_IO_SPACE | |
| 830 | config SIBYTE_UNK_BCM1125H | 702 | select SYS_HAS_CPU_SB1 |
| 831 | bool "BCM1125H" | 703 | select SYS_SUPPORTS_BIG_ENDIAN |
| 832 | select SIBYTE_BCM1125H | 704 | select SYS_SUPPORTS_HIGHMEM |
| 833 | 705 | select SYS_SUPPORTS_LITTLE_ENDIAN | |
| 834 | endchoice | ||
| 835 | |||
| 836 | config SIBYTE_SB1250 | ||
| 837 | bool | ||
| 838 | select HW_HAS_PCI | ||
| 839 | |||
| 840 | config SIBYTE_BCM1120 | ||
| 841 | bool | ||
| 842 | select SIBYTE_BCM112X | ||
| 843 | |||
| 844 | config SIBYTE_BCM1125 | ||
| 845 | bool | ||
| 846 | select HW_HAS_PCI | ||
| 847 | select SIBYTE_BCM112X | ||
| 848 | |||
| 849 | config SIBYTE_BCM1125H | ||
| 850 | bool | ||
| 851 | select HW_HAS_PCI | ||
| 852 | select SIBYTE_BCM112X | ||
| 853 | |||
| 854 | config SIBYTE_BCM112X | ||
| 855 | bool | ||
| 856 | |||
| 857 | choice | ||
| 858 | prompt "SiByte SOC Stepping" | ||
| 859 | depends on SIBYTE_SB1xxx_SOC | ||
| 860 | |||
| 861 | config CPU_SB1_PASS_1 | ||
| 862 | bool "1250 Pass1" | ||
| 863 | depends on SIBYTE_SB1250 | ||
| 864 | select CPU_HAS_PREFETCH | ||
| 865 | |||
| 866 | config CPU_SB1_PASS_2_1250 | ||
| 867 | bool "1250 An" | ||
| 868 | depends on SIBYTE_SB1250 | ||
| 869 | select CPU_SB1_PASS_2 | ||
| 870 | help | ||
| 871 | Also called BCM1250 Pass 2 | ||
| 872 | |||
| 873 | config CPU_SB1_PASS_2_2 | ||
| 874 | bool "1250 Bn" | ||
| 875 | depends on SIBYTE_SB1250 | ||
| 876 | select CPU_HAS_PREFETCH | ||
| 877 | help | ||
| 878 | Also called BCM1250 Pass 2.2 | ||
| 879 | |||
| 880 | config CPU_SB1_PASS_4 | ||
| 881 | bool "1250 Cn" | ||
| 882 | depends on SIBYTE_SB1250 | ||
| 883 | select CPU_HAS_PREFETCH | ||
| 884 | help | ||
| 885 | Also called BCM1250 Pass 3 | ||
| 886 | |||
| 887 | config CPU_SB1_PASS_2_112x | ||
| 888 | bool "112x Hybrid" | ||
| 889 | depends on SIBYTE_BCM112X | ||
| 890 | select CPU_SB1_PASS_2 | ||
| 891 | |||
| 892 | config CPU_SB1_PASS_3 | ||
| 893 | bool "112x An" | ||
| 894 | depends on SIBYTE_BCM112X | ||
| 895 | select CPU_HAS_PREFETCH | ||
| 896 | |||
| 897 | endchoice | ||
| 898 | |||
| 899 | config CPU_SB1_PASS_2 | ||
| 900 | bool | ||
| 901 | |||
| 902 | config SIBYTE_HAS_LDT | ||
| 903 | bool | ||
| 904 | depends on PCI && (SIBYTE_SB1250 || SIBYTE_BCM1125H) | ||
| 905 | default y | ||
| 906 | |||
| 907 | config SIMULATION | ||
| 908 | bool "Running under simulation" | ||
| 909 | depends on SIBYTE_SB1xxx_SOC | ||
| 910 | help | ||
| 911 | Build a kernel suitable for running under the GDB simulator. | ||
| 912 | Primarily adjusts the kernel's notion of time. | ||
| 913 | |||
| 914 | config SIBYTE_CFE | ||
| 915 | bool "Booting from CFE" | ||
| 916 | depends on SIBYTE_SB1xxx_SOC | ||
| 917 | help | ||
| 918 | Make use of the CFE API for enumerating available memory, | ||
| 919 | controlling secondary CPUs, and possibly console output. | ||
| 920 | |||
| 921 | config SIBYTE_CFE_CONSOLE | ||
| 922 | bool "Use firmware console" | ||
| 923 | depends on SIBYTE_CFE | ||
| 924 | help | ||
| 925 | Use the CFE API's console write routines during boot. Other console | ||
| 926 | options (VT console, sb1250 duart console, etc.) should not be | ||
| 927 | configured. | ||
| 928 | |||
| 929 | config SIBYTE_STANDALONE | ||
| 930 | bool | ||
| 931 | depends on SIBYTE_SB1xxx_SOC && !SIBYTE_CFE | ||
| 932 | default y | ||
| 933 | |||
| 934 | config SIBYTE_STANDALONE_RAM_SIZE | ||
| 935 | int "Memory size (in megabytes)" | ||
| 936 | depends on SIBYTE_STANDALONE | ||
| 937 | default "32" | ||
| 938 | |||
| 939 | config SIBYTE_BUS_WATCHER | ||
| 940 | bool "Support for Bus Watcher statistics" | ||
| 941 | depends on SIBYTE_SB1xxx_SOC | ||
| 942 | help | ||
| 943 | Handle and keep statistics on the bus error interrupts (COR_ECC, | ||
| 944 | BAD_ECC, IO_BUS). | ||
| 945 | |||
| 946 | config SIBYTE_BW_TRACE | ||
| 947 | bool "Capture bus trace before bus error" | ||
| 948 | depends on SIBYTE_BUS_WATCHER | ||
| 949 | help | ||
| 950 | Run a continuous bus trace, dumping the raw data as soon as | ||
| 951 | a ZBbus error is detected. Cannot work if ZBbus profiling | ||
| 952 | is turned on, and also will interfere with JTAG-based trace | ||
| 953 | buffer activity. Raw buffer data is dumped to console, and | ||
| 954 | must be processed off-line. | ||
| 955 | |||
| 956 | config SIBYTE_SB1250_PROF | ||
| 957 | bool "Support for SB1/SOC profiling - SB1/SCD perf counters" | ||
| 958 | depends on SIBYTE_SB1xxx_SOC | ||
| 959 | |||
| 960 | config SIBYTE_TBPROF | ||
| 961 | bool "Support for ZBbus profiling" | ||
| 962 | depends on SIBYTE_SB1xxx_SOC | ||
| 963 | 706 | ||
| 964 | config SNI_RM200_PCI | 707 | config SNI_RM200_PCI |
| 965 | bool "Support for SNI RM200 PCI" | 708 | bool "Support for SNI RM200 PCI" |
| 966 | select ARC | 709 | select ARC |
| 967 | select ARC32 | 710 | select ARC32 |
| 711 | select ARCH_MAY_HAVE_PC_FDC | ||
| 968 | select BOOT_ELF32 | 712 | select BOOT_ELF32 |
| 969 | select DMA_NONCOHERENT | 713 | select DMA_NONCOHERENT |
| 970 | select GENERIC_ISA_DMA | 714 | select GENERIC_ISA_DMA |
| 971 | select HAVE_STD_PC_SERIAL_PORT | 715 | select HAVE_STD_PC_SERIAL_PORT |
| 716 | select HW_HAS_EISA | ||
| 972 | select HW_HAS_PCI | 717 | select HW_HAS_PCI |
| 973 | select I8259 | 718 | select I8259 |
| 974 | select ISA | 719 | select ISA |
| 720 | select SYS_HAS_CPU_R4X00 | ||
| 975 | select SYS_SUPPORTS_32BIT_KERNEL | 721 | select SYS_SUPPORTS_32BIT_KERNEL |
| 976 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | 722 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL |
| 723 | select SYS_SUPPORTS_BIG_ENDIAN if EXPERIMENTAL | ||
| 724 | select SYS_SUPPORTS_HIGHMEM | ||
| 725 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 977 | help | 726 | help |
| 978 | The SNI RM200 PCI was a MIPS-based platform manufactured by Siemens | 727 | The SNI RM200 PCI was a MIPS-based platform manufactured by Siemens |
| 979 | Nixdorf Informationssysteme (SNI), parent company of Pyramid | 728 | Nixdorf Informationssysteme (SNI), parent company of Pyramid |
| 980 | Technology and now in turn merged with Fujitsu. Say Y here to | 729 | Technology and now in turn merged with Fujitsu. Say Y here to |
| 981 | support this machine type. | 730 | support this machine type. |
| 982 | 731 | ||
| 732 | config TOSHIBA_JMR3927 | ||
| 733 | bool "Support for Toshiba JMR-TX3927 board" | ||
| 734 | select DMA_NONCOHERENT | ||
| 735 | select HW_HAS_PCI | ||
| 736 | select MIPS_TX3927 | ||
| 737 | select SWAP_IO_SPACE | ||
| 738 | select SYS_HAS_CPU_TX39XX | ||
| 739 | select SYS_SUPPORTS_32BIT_KERNEL | ||
| 740 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 741 | select TOSHIBA_BOARDS | ||
| 742 | |||
| 983 | config TOSHIBA_RBTX4927 | 743 | config TOSHIBA_RBTX4927 |
| 984 | bool "Support for Toshiba TBTX49[23]7 board" | 744 | bool "Support for Toshiba TBTX49[23]7 board" |
| 985 | select DMA_NONCOHERENT | 745 | select DMA_NONCOHERENT |
| @@ -988,15 +748,51 @@ config TOSHIBA_RBTX4927 | |||
| 988 | select I8259 | 748 | select I8259 |
| 989 | select ISA | 749 | select ISA |
| 990 | select SWAP_IO_SPACE | 750 | select SWAP_IO_SPACE |
| 751 | select SYS_HAS_CPU_TX49XX | ||
| 991 | select SYS_SUPPORTS_32BIT_KERNEL | 752 | select SYS_SUPPORTS_32BIT_KERNEL |
| 992 | select SYS_SUPPORTS_64BIT_KERNEL | 753 | select SYS_SUPPORTS_64BIT_KERNEL |
| 754 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 755 | select TOSHIBA_BOARDS | ||
| 993 | help | 756 | help |
| 994 | This Toshiba board is based on the TX4927 processor. Say Y here to | 757 | This Toshiba board is based on the TX4927 processor. Say Y here to |
| 995 | support this machine type | 758 | support this machine type |
| 996 | 759 | ||
| 997 | config TOSHIBA_FPCIB0 | 760 | config TOSHIBA_RBTX4938 |
| 998 | bool "FPCIB0 Backplane Support" | 761 | bool "Support for Toshiba RBTX4938 board" |
| 999 | depends on TOSHIBA_RBTX4927 | 762 | select HAVE_STD_PC_SERIAL_PORT |
| 763 | select DMA_NONCOHERENT | ||
| 764 | select GENERIC_ISA_DMA | ||
| 765 | select HAS_TXX9_SERIAL | ||
| 766 | select HW_HAS_PCI | ||
| 767 | select I8259 | ||
| 768 | select ISA | ||
| 769 | select SWAP_IO_SPACE | ||
| 770 | select SYS_HAS_CPU_TX49XX | ||
| 771 | select SYS_SUPPORTS_32BIT_KERNEL | ||
| 772 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 773 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 774 | select TOSHIBA_BOARDS | ||
| 775 | help | ||
| 776 | This Toshiba board is based on the TX4938 processor. Say Y here to | ||
| 777 | support this machine type | ||
| 778 | |||
| 779 | endchoice | ||
| 780 | |||
| 781 | source "arch/mips/ddb5xxx/Kconfig" | ||
| 782 | source "arch/mips/gt64120/ev64120/Kconfig" | ||
| 783 | source "arch/mips/jazz/Kconfig" | ||
| 784 | source "arch/mips/ite-boards/Kconfig" | ||
| 785 | source "arch/mips/lasat/Kconfig" | ||
| 786 | source "arch/mips/momentum/Kconfig" | ||
| 787 | source "arch/mips/pmc-sierra/Kconfig" | ||
| 788 | source "arch/mips/sgi-ip27/Kconfig" | ||
| 789 | source "arch/mips/sibyte/Kconfig" | ||
| 790 | source "arch/mips/tx4927/Kconfig" | ||
| 791 | source "arch/mips/tx4938/Kconfig" | ||
| 792 | source "arch/mips/vr41xx/Kconfig" | ||
| 793 | source "arch/mips/philips/pnx8550/common/Kconfig" | ||
| 794 | |||
| 795 | endmenu | ||
| 1000 | 796 | ||
| 1001 | config RWSEM_GENERIC_SPINLOCK | 797 | config RWSEM_GENERIC_SPINLOCK |
| 1002 | bool | 798 | bool |
| @@ -1014,8 +810,9 @@ config GENERIC_CALIBRATE_DELAY | |||
| 1014 | # | 810 | # |
| 1015 | config ARC | 811 | config ARC |
| 1016 | bool | 812 | bool |
| 1017 | depends on SNI_RM200_PCI || SGI_IP32 || SGI_IP27 || SGI_IP22 || MIPS_MAGNUM_4000 || OLIVETTI_M700 || ACER_PICA_61 | 813 | |
| 1018 | default y | 814 | config ARCH_MAY_HAVE_PC_FDC |
| 815 | bool | ||
| 1019 | 816 | ||
| 1020 | config DMA_COHERENT | 817 | config DMA_COHERENT |
| 1021 | bool | 818 | bool |
| @@ -1034,51 +831,65 @@ config DMA_NONCOHERENT | |||
| 1034 | config DMA_NEED_PCI_MAP_STATE | 831 | config DMA_NEED_PCI_MAP_STATE |
| 1035 | bool | 832 | bool |
| 1036 | 833 | ||
| 834 | config OWN_DMA | ||
| 835 | bool | ||
| 836 | |||
| 1037 | config EARLY_PRINTK | 837 | config EARLY_PRINTK |
| 1038 | bool | 838 | bool |
| 1039 | depends on MACH_DECSTATION | ||
| 1040 | default y | ||
| 1041 | 839 | ||
| 1042 | config GENERIC_ISA_DMA | 840 | config GENERIC_ISA_DMA |
| 1043 | bool | 841 | bool |
| 1044 | depends on SNI_RM200_PCI || MIPS_MAGNUM_4000 || OLIVETTI_M700 || ACER_PICA_61 || MIPS_MALTA | ||
| 1045 | default y | ||
| 1046 | 842 | ||
| 1047 | config I8259 | 843 | config I8259 |
| 1048 | bool | 844 | bool |
| 1049 | depends on SNI_RM200_PCI || DDB5477 || DDB5476 || DDB5074 || MACH_JAZZ || MIPS_MALTA || MIPS_COBALT | ||
| 1050 | default y | ||
| 1051 | 845 | ||
| 1052 | config LIMITED_DMA | 846 | config LIMITED_DMA |
| 1053 | bool | 847 | bool |
| 1054 | select HIGHMEM | 848 | select HIGHMEM |
| 849 | select SYS_SUPPORTS_HIGHMEM | ||
| 1055 | 850 | ||
| 1056 | config MIPS_BONITO64 | 851 | config MIPS_BONITO64 |
| 1057 | bool | 852 | bool |
| 1058 | depends on MIPS_ATLAS || MIPS_MALTA | ||
| 1059 | default y | ||
| 1060 | 853 | ||
| 1061 | config MIPS_MSC | 854 | config MIPS_MSC |
| 1062 | bool | 855 | bool |
| 1063 | depends on MIPS_ATLAS || MIPS_MALTA | ||
| 1064 | default y | ||
| 1065 | 856 | ||
| 1066 | config MIPS_NILE4 | 857 | config MIPS_NILE4 |
| 1067 | bool | 858 | bool |
| 1068 | depends on LASAT | ||
| 1069 | default y | ||
| 1070 | 859 | ||
| 1071 | config MIPS_DISABLE_OBSOLETE_IDE | 860 | config MIPS_DISABLE_OBSOLETE_IDE |
| 1072 | bool | 861 | bool |
| 1073 | 862 | ||
| 1074 | config CPU_LITTLE_ENDIAN | 863 | # |
| 1075 | bool "Generate little endian code" | 864 | # Endianess selection. Suffiently obscure so many users don't know what to |
| 1076 | default y if ACER_PICA_61 || CASIO_E55 || DDB5074 || DDB5476 || DDB5477 || MACH_DECSTATION || IBM_WORKPAD || LASAT || MIPS_COBALT || MIPS_ITE8172 || MIPS_IVR || SOC_AU1X00 || OLIVETTI_M700 || SNI_RM200_PCI || VICTOR_MPC30X || ZAO_CAPCELLA | 865 | # answer,so we try hard to limit the available choices. Also the use of a |
| 1077 | default n if MIPS_EV64120 || MIPS_EV96100 || MOMENCO_OCELOT || MOMENCO_OCELOT_G || SGI_IP22 || SGI_IP27 || SGI_IP32 || TOSHIBA_JMR3927 | 866 | # choice statement should be more obvious to the user. |
| 867 | # | ||
| 868 | choice | ||
| 869 | prompt "Endianess selection" | ||
| 1078 | help | 870 | help |
| 1079 | Some MIPS machines can be configured for either little or big endian | 871 | Some MIPS machines can be configured for either little or big endian |
| 1080 | byte order. These modes require different kernels. Say Y if your | 872 | byte order. These modes require different kernels and a different |
| 1081 | machine is little endian, N if it's a big endian machine. | 873 | Linux distribution. In general there is one prefered byteorder for a |
| 874 | particular system but some systems are just as commonly used in the | ||
| 875 | one or the other endianess. | ||
| 876 | |||
| 877 | config CPU_BIG_ENDIAN | ||
| 878 | bool "Big endian" | ||
| 879 | depends on SYS_SUPPORTS_BIG_ENDIAN | ||
| 880 | |||
| 881 | config CPU_LITTLE_ENDIAN | ||
| 882 | bool "Little endian" | ||
| 883 | depends on SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 884 | help | ||
| 885 | |||
| 886 | endchoice | ||
| 887 | |||
| 888 | config SYS_SUPPORTS_BIG_ENDIAN | ||
| 889 | bool | ||
| 890 | |||
| 891 | config SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 892 | bool | ||
| 1082 | 893 | ||
| 1083 | config IRQ_CPU | 894 | config IRQ_CPU |
| 1084 | bool | 895 | bool |
| @@ -1086,42 +897,69 @@ config IRQ_CPU | |||
| 1086 | config IRQ_CPU_RM7K | 897 | config IRQ_CPU_RM7K |
| 1087 | bool | 898 | bool |
| 1088 | 899 | ||
| 900 | config IRQ_CPU_RM9K | ||
| 901 | bool | ||
| 902 | |||
| 1089 | config IRQ_MV64340 | 903 | config IRQ_MV64340 |
| 1090 | bool | 904 | bool |
| 1091 | 905 | ||
| 1092 | config DDB5XXX_COMMON | 906 | config DDB5XXX_COMMON |
| 1093 | bool | 907 | bool |
| 1094 | depends on DDB5074 || DDB5476 || DDB5477 | ||
| 1095 | default y | ||
| 1096 | 908 | ||
| 1097 | config MIPS_BOARDS_GEN | 909 | config MIPS_BOARDS_GEN |
| 1098 | bool | 910 | bool |
| 1099 | depends on MIPS_ATLAS || MIPS_MALTA || MIPS_SEAD | ||
| 1100 | default y | ||
| 1101 | 911 | ||
| 1102 | config MIPS_GT64111 | 912 | config MIPS_GT64111 |
| 1103 | bool | 913 | bool |
| 1104 | depends on MIPS_COBALT | ||
| 1105 | default y | ||
| 1106 | 914 | ||
| 1107 | config MIPS_GT64120 | 915 | config MIPS_GT64120 |
| 1108 | bool | 916 | bool |
| 1109 | depends on MIPS_EV64120 || MIPS_EV96100 || LASAT || MIPS_ATLAS || MIPS_MALTA || MOMENCO_OCELOT | ||
| 1110 | default y | ||
| 1111 | 917 | ||
| 1112 | config MIPS_TX3927 | 918 | config MIPS_TX3927 |
| 1113 | bool | 919 | bool |
| 1114 | depends on TOSHIBA_JMR3927 | ||
| 1115 | select HAS_TXX9_SERIAL | 920 | select HAS_TXX9_SERIAL |
| 1116 | default y | ||
| 1117 | 921 | ||
| 1118 | config PCI_MARVELL | 922 | config PCI_MARVELL |
| 1119 | bool | 923 | bool |
| 1120 | 924 | ||
| 1121 | config ITE_BOARD_GEN | 925 | config ITE_BOARD_GEN |
| 1122 | bool | 926 | bool |
| 1123 | depends on MIPS_IVR || MIPS_ITE8172 | 927 | |
| 1124 | default y | 928 | config SOC_AU1000 |
| 929 | bool | ||
| 930 | select SOC_AU1X00 | ||
| 931 | |||
| 932 | config SOC_AU1100 | ||
| 933 | bool | ||
| 934 | select SOC_AU1X00 | ||
| 935 | |||
| 936 | config SOC_AU1500 | ||
| 937 | bool | ||
| 938 | select SOC_AU1X00 | ||
| 939 | |||
| 940 | config SOC_AU1550 | ||
| 941 | bool | ||
| 942 | select SOC_AU1X00 | ||
| 943 | |||
| 944 | config SOC_AU1200 | ||
| 945 | bool | ||
| 946 | select SOC_AU1X00 | ||
| 947 | |||
| 948 | config SOC_AU1X00 | ||
| 949 | bool | ||
| 950 | select SYS_HAS_CPU_MIPS32_R1 | ||
| 951 | select SYS_SUPPORTS_32BIT_KERNEL | ||
| 952 | |||
| 953 | config PNX8550 | ||
| 954 | bool | ||
| 955 | select SOC_PNX8550 | ||
| 956 | |||
| 957 | config SOC_PNX8550 | ||
| 958 | bool | ||
| 959 | select DMA_NONCOHERENT | ||
| 960 | select HW_HAS_PCI | ||
| 961 | select SYS_HAS_CPU_R4X00 | ||
| 962 | select SYS_SUPPORTS_32BIT_KERNEL | ||
| 1125 | 963 | ||
| 1126 | config SWAP_IO_SPACE | 964 | config SWAP_IO_SPACE |
| 1127 | bool | 965 | bool |
| @@ -1148,6 +986,9 @@ config SYSCLK_100 | |||
| 1148 | 986 | ||
| 1149 | endchoice | 987 | endchoice |
| 1150 | 988 | ||
| 989 | config ARC32 | ||
| 990 | bool | ||
| 991 | |||
| 1151 | config AU1X00_USB_DEVICE | 992 | config AU1X00_USB_DEVICE |
| 1152 | bool | 993 | bool |
| 1153 | depends on MIPS_PB1500 || MIPS_PB1100 || MIPS_PB1000 | 994 | depends on MIPS_PB1500 || MIPS_PB1100 || MIPS_PB1000 |
| @@ -1155,11 +996,7 @@ config AU1X00_USB_DEVICE | |||
| 1155 | 996 | ||
| 1156 | config MIPS_GT96100 | 997 | config MIPS_GT96100 |
| 1157 | bool | 998 | bool |
| 1158 | depends on MIPS_EV96100 | 999 | select MIPS_GT64120 |
| 1159 | default y | ||
| 1160 | help | ||
| 1161 | Say Y here to support the Galileo Technology GT96100 communications | ||
| 1162 | controller card. There is a web page at <http://www.galileot.com/>. | ||
| 1163 | 1000 | ||
| 1164 | config IT8172_CIR | 1001 | config IT8172_CIR |
| 1165 | bool | 1002 | bool |
| @@ -1173,8 +1010,6 @@ config IT8712 | |||
| 1173 | 1010 | ||
| 1174 | config BOOT_ELF32 | 1011 | config BOOT_ELF32 |
| 1175 | bool | 1012 | bool |
| 1176 | depends on MACH_DECSTATION || MIPS_ATLAS || MIPS_MALTA || MOMENCO_JAGUAR_ATX || MOMENCO_OCELOT_3 || SIBYTE_SB1xxx_SOC || SGI_IP32 || SGI_IP22 || SNI_RM200_PCI | ||
| 1177 | default y | ||
| 1178 | 1013 | ||
| 1179 | config MIPS_L1_CACHE_SHIFT | 1014 | config MIPS_L1_CACHE_SHIFT |
| 1180 | int | 1015 | int |
| @@ -1182,11 +1017,6 @@ config MIPS_L1_CACHE_SHIFT | |||
| 1182 | default "7" if SGI_IP27 | 1017 | default "7" if SGI_IP27 |
| 1183 | default "5" | 1018 | default "5" |
| 1184 | 1019 | ||
| 1185 | config ARC32 | ||
| 1186 | bool | ||
| 1187 | depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP22 || SGI_IP32 | ||
| 1188 | default y | ||
| 1189 | |||
| 1190 | config HAVE_STD_PC_SERIAL_PORT | 1020 | config HAVE_STD_PC_SERIAL_PORT |
| 1191 | bool | 1021 | bool |
| 1192 | 1022 | ||
| @@ -1206,30 +1036,12 @@ config ARC_PROMLIB | |||
| 1206 | 1036 | ||
| 1207 | config ARC64 | 1037 | config ARC64 |
| 1208 | bool | 1038 | bool |
| 1209 | depends on SGI_IP27 | ||
| 1210 | default y | ||
| 1211 | 1039 | ||
| 1212 | config BOOT_ELF64 | 1040 | config BOOT_ELF64 |
| 1213 | bool | 1041 | bool |
| 1214 | depends on SGI_IP27 | ||
| 1215 | default y | ||
| 1216 | |||
| 1217 | #config MAPPED_PCI_IO y | ||
| 1218 | # bool | ||
| 1219 | # depends on SGI_IP27 | ||
| 1220 | # default y | ||
| 1221 | |||
| 1222 | config QL_ISP_A64 | ||
| 1223 | bool | ||
| 1224 | depends on SGI_IP27 | ||
| 1225 | default y | ||
| 1226 | 1042 | ||
| 1227 | config TOSHIBA_BOARDS | 1043 | config TOSHIBA_BOARDS |
| 1228 | bool | 1044 | bool |
| 1229 | depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927 | ||
| 1230 | default y | ||
| 1231 | |||
| 1232 | endmenu | ||
| 1233 | 1045 | ||
| 1234 | menu "CPU selection" | 1046 | menu "CPU selection" |
| 1235 | 1047 | ||
| @@ -1237,18 +1049,69 @@ choice | |||
| 1237 | prompt "CPU type" | 1049 | prompt "CPU type" |
| 1238 | default CPU_R4X00 | 1050 | default CPU_R4X00 |
| 1239 | 1051 | ||
| 1240 | config CPU_MIPS32 | 1052 | config CPU_MIPS32_R1 |
| 1241 | bool "MIPS32" | 1053 | bool "MIPS32 Release 1" |
| 1054 | depends on SYS_HAS_CPU_MIPS32_R1 | ||
| 1055 | select CPU_HAS_PREFETCH | ||
| 1242 | select CPU_SUPPORTS_32BIT_KERNEL | 1056 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1057 | help | ||
| 1058 | Choose this option to build a kernel for release 1 or later of the | ||
| 1059 | MIPS32 architecture. Most modern embedded systems with a 32-bit | ||
| 1060 | MIPS processor are based on a MIPS32 processor. If you know the | ||
| 1061 | specific type of processor in your system, choose those that one | ||
| 1062 | otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system. | ||
| 1063 | Release 2 of the MIPS32 architecture is available since several | ||
| 1064 | years so chances are you even have a MIPS32 Release 2 processor | ||
| 1065 | in which case you should choose CPU_MIPS32_R2 instead for better | ||
| 1066 | performance. | ||
| 1067 | |||
| 1068 | config CPU_MIPS32_R2 | ||
| 1069 | bool "MIPS32 Release 2" | ||
| 1070 | depends on SYS_HAS_CPU_MIPS32_R2 | ||
| 1071 | select CPU_HAS_PREFETCH | ||
| 1072 | select CPU_SUPPORTS_32BIT_KERNEL | ||
| 1073 | help | ||
| 1074 | Choose this option to build a kernel for release 2 or later of the | ||
| 1075 | MIPS32 architecture. Most modern embedded systems with a 32-bit | ||
| 1076 | MIPS processor are based on a MIPS32 processor. If you know the | ||
| 1077 | specific type of processor in your system, choose those that one | ||
| 1078 | otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system. | ||
| 1243 | 1079 | ||
| 1244 | config CPU_MIPS64 | 1080 | config CPU_MIPS64_R1 |
| 1245 | bool "MIPS64" | 1081 | bool "MIPS64 Release 1" |
| 1082 | depends on SYS_HAS_CPU_MIPS64_R1 | ||
| 1083 | select CPU_HAS_PREFETCH | ||
| 1246 | select CPU_SUPPORTS_32BIT_KERNEL | 1084 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1247 | select CPU_SUPPORTS_64BIT_KERNEL | 1085 | select CPU_SUPPORTS_64BIT_KERNEL |
| 1086 | help | ||
| 1087 | Choose this option to build a kernel for release 1 or later of the | ||
| 1088 | MIPS64 architecture. Many modern embedded systems with a 64-bit | ||
| 1089 | MIPS processor are based on a MIPS64 processor. If you know the | ||
| 1090 | specific type of processor in your system, choose those that one | ||
| 1091 | otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system. | ||
| 1092 | Release 2 of the MIPS64 architecture is available since several | ||
| 1093 | years so chances are you even have a MIPS64 Release 2 processor | ||
| 1094 | in which case you should choose CPU_MIPS64_R2 instead for better | ||
| 1095 | performance. | ||
| 1096 | |||
| 1097 | config CPU_MIPS64_R2 | ||
| 1098 | bool "MIPS64 Release 2" | ||
| 1099 | depends on SYS_HAS_CPU_MIPS64_R2 | ||
| 1100 | select CPU_HAS_PREFETCH | ||
| 1101 | select CPU_SUPPORTS_32BIT_KERNEL | ||
| 1102 | select CPU_SUPPORTS_64BIT_KERNEL | ||
| 1103 | help | ||
| 1104 | Choose this option to build a kernel for release 2 or later of the | ||
| 1105 | MIPS64 architecture. Many modern embedded systems with a 64-bit | ||
| 1106 | MIPS processor are based on a MIPS64 processor. If you know the | ||
| 1107 | specific type of processor in your system, choose those that one | ||
| 1108 | otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system. | ||
| 1248 | 1109 | ||
| 1249 | config CPU_R3000 | 1110 | config CPU_R3000 |
| 1250 | bool "R3000" | 1111 | bool "R3000" |
| 1112 | depends on SYS_HAS_CPU_R3000 | ||
| 1251 | select CPU_SUPPORTS_32BIT_KERNEL | 1113 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1114 | select CPU_SUPPORTS_HIGHMEM | ||
| 1252 | help | 1115 | help |
| 1253 | Please make sure to pick the right CPU type. Linux/MIPS is not | 1116 | Please make sure to pick the right CPU type. Linux/MIPS is not |
| 1254 | designed to be generic, i.e. Kernels compiled for R3000 CPUs will | 1117 | designed to be generic, i.e. Kernels compiled for R3000 CPUs will |
| @@ -1259,20 +1122,23 @@ config CPU_R3000 | |||
| 1259 | 1122 | ||
| 1260 | config CPU_TX39XX | 1123 | config CPU_TX39XX |
| 1261 | bool "R39XX" | 1124 | bool "R39XX" |
| 1125 | depends on SYS_HAS_CPU_TX39XX | ||
| 1262 | select CPU_SUPPORTS_32BIT_KERNEL | 1126 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1263 | 1127 | ||
| 1264 | config CPU_VR41XX | 1128 | config CPU_VR41XX |
| 1265 | bool "R41xx" | 1129 | bool "R41xx" |
| 1130 | depends on SYS_HAS_CPU_VR41XX | ||
| 1266 | select CPU_SUPPORTS_32BIT_KERNEL | 1131 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1267 | select CPU_SUPPORTS_64BIT_KERNEL | 1132 | select CPU_SUPPORTS_64BIT_KERNEL |
| 1268 | help | 1133 | help |
| 1269 | The options selects support for the NEC VR41xx series of processors. | 1134 | The options selects support for the NEC VR4100 series of processors. |
| 1270 | Only choose this option if you have one of these processors as a | 1135 | Only choose this option if you have one of these processors as a |
| 1271 | kernel built with this option will not run on any other type of | 1136 | kernel built with this option will not run on any other type of |
| 1272 | processor or vice versa. | 1137 | processor or vice versa. |
| 1273 | 1138 | ||
| 1274 | config CPU_R4300 | 1139 | config CPU_R4300 |
| 1275 | bool "R4300" | 1140 | bool "R4300" |
| 1141 | depends on SYS_HAS_CPU_R4300 | ||
| 1276 | select CPU_SUPPORTS_32BIT_KERNEL | 1142 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1277 | select CPU_SUPPORTS_64BIT_KERNEL | 1143 | select CPU_SUPPORTS_64BIT_KERNEL |
| 1278 | help | 1144 | help |
| @@ -1280,6 +1146,7 @@ config CPU_R4300 | |||
| 1280 | 1146 | ||
| 1281 | config CPU_R4X00 | 1147 | config CPU_R4X00 |
| 1282 | bool "R4x00" | 1148 | bool "R4x00" |
| 1149 | depends on SYS_HAS_CPU_R4X00 | ||
| 1283 | select CPU_SUPPORTS_32BIT_KERNEL | 1150 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1284 | select CPU_SUPPORTS_64BIT_KERNEL | 1151 | select CPU_SUPPORTS_64BIT_KERNEL |
| 1285 | help | 1152 | help |
| @@ -1288,11 +1155,13 @@ config CPU_R4X00 | |||
| 1288 | 1155 | ||
| 1289 | config CPU_TX49XX | 1156 | config CPU_TX49XX |
| 1290 | bool "R49XX" | 1157 | bool "R49XX" |
| 1158 | depends on SYS_HAS_CPU_TX49XX | ||
| 1291 | select CPU_SUPPORTS_32BIT_KERNEL | 1159 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1292 | select CPU_SUPPORTS_64BIT_KERNEL | 1160 | select CPU_SUPPORTS_64BIT_KERNEL |
| 1293 | 1161 | ||
| 1294 | config CPU_R5000 | 1162 | config CPU_R5000 |
| 1295 | bool "R5000" | 1163 | bool "R5000" |
| 1164 | depends on SYS_HAS_CPU_R5000 | ||
| 1296 | select CPU_SUPPORTS_32BIT_KERNEL | 1165 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1297 | select CPU_SUPPORTS_64BIT_KERNEL | 1166 | select CPU_SUPPORTS_64BIT_KERNEL |
| 1298 | help | 1167 | help |
| @@ -1300,10 +1169,14 @@ config CPU_R5000 | |||
| 1300 | 1169 | ||
| 1301 | config CPU_R5432 | 1170 | config CPU_R5432 |
| 1302 | bool "R5432" | 1171 | bool "R5432" |
| 1172 | depends on SYS_HAS_CPU_R5432 | ||
| 1173 | select CPU_SUPPORTS_32BIT_KERNEL | ||
| 1174 | select CPU_SUPPORTS_64BIT_KERNEL | ||
| 1303 | 1175 | ||
| 1304 | config CPU_R6000 | 1176 | config CPU_R6000 |
| 1305 | bool "R6000" | 1177 | bool "R6000" |
| 1306 | depends on EXPERIMENTAL | 1178 | depends on EXPERIMENTAL |
| 1179 | depends on SYS_HAS_CPU_R6000 | ||
| 1307 | select CPU_SUPPORTS_32BIT_KERNEL | 1180 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1308 | help | 1181 | help |
| 1309 | MIPS Technologies R6000 and R6000A series processors. Note these | 1182 | MIPS Technologies R6000 and R6000A series processors. Note these |
| @@ -1311,6 +1184,7 @@ config CPU_R6000 | |||
| 1311 | 1184 | ||
| 1312 | config CPU_NEVADA | 1185 | config CPU_NEVADA |
| 1313 | bool "RM52xx" | 1186 | bool "RM52xx" |
| 1187 | depends on SYS_HAS_CPU_NEVADA | ||
| 1314 | select CPU_SUPPORTS_32BIT_KERNEL | 1188 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1315 | select CPU_SUPPORTS_64BIT_KERNEL | 1189 | select CPU_SUPPORTS_64BIT_KERNEL |
| 1316 | help | 1190 | help |
| @@ -1319,6 +1193,8 @@ config CPU_NEVADA | |||
| 1319 | config CPU_R8000 | 1193 | config CPU_R8000 |
| 1320 | bool "R8000" | 1194 | bool "R8000" |
| 1321 | depends on EXPERIMENTAL | 1195 | depends on EXPERIMENTAL |
| 1196 | depends on SYS_HAS_CPU_R8000 | ||
| 1197 | select CPU_HAS_PREFETCH | ||
| 1322 | select CPU_SUPPORTS_64BIT_KERNEL | 1198 | select CPU_SUPPORTS_64BIT_KERNEL |
| 1323 | help | 1199 | help |
| 1324 | MIPS Technologies R8000 processors. Note these processors are | 1200 | MIPS Technologies R8000 processors. Note these processors are |
| @@ -1326,25 +1202,151 @@ config CPU_R8000 | |||
| 1326 | 1202 | ||
| 1327 | config CPU_R10000 | 1203 | config CPU_R10000 |
| 1328 | bool "R10000" | 1204 | bool "R10000" |
| 1205 | depends on SYS_HAS_CPU_R10000 | ||
| 1206 | select CPU_HAS_PREFETCH | ||
| 1329 | select CPU_SUPPORTS_32BIT_KERNEL | 1207 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1330 | select CPU_SUPPORTS_64BIT_KERNEL | 1208 | select CPU_SUPPORTS_64BIT_KERNEL |
| 1209 | select CPU_SUPPORTS_HIGHMEM | ||
| 1331 | help | 1210 | help |
| 1332 | MIPS Technologies R10000-series processors. | 1211 | MIPS Technologies R10000-series processors. |
| 1333 | 1212 | ||
| 1334 | config CPU_RM7000 | 1213 | config CPU_RM7000 |
| 1335 | bool "RM7000" | 1214 | bool "RM7000" |
| 1215 | depends on SYS_HAS_CPU_RM7000 | ||
| 1216 | select CPU_HAS_PREFETCH | ||
| 1336 | select CPU_SUPPORTS_32BIT_KERNEL | 1217 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1337 | select CPU_SUPPORTS_64BIT_KERNEL | 1218 | select CPU_SUPPORTS_64BIT_KERNEL |
| 1219 | select CPU_SUPPORTS_HIGHMEM | ||
| 1338 | 1220 | ||
| 1339 | config CPU_RM9000 | 1221 | config CPU_RM9000 |
| 1340 | bool "RM9000" | 1222 | bool "RM9000" |
| 1223 | depends on SYS_HAS_CPU_RM9000 | ||
| 1224 | select CPU_HAS_PREFETCH | ||
| 1341 | select CPU_SUPPORTS_32BIT_KERNEL | 1225 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1342 | select CPU_SUPPORTS_64BIT_KERNEL | 1226 | select CPU_SUPPORTS_64BIT_KERNEL |
| 1227 | select CPU_SUPPORTS_HIGHMEM | ||
| 1343 | 1228 | ||
| 1344 | config CPU_SB1 | 1229 | config CPU_SB1 |
| 1345 | bool "SB1" | 1230 | bool "SB1" |
| 1231 | depends on SYS_HAS_CPU_SB1 | ||
| 1346 | select CPU_SUPPORTS_32BIT_KERNEL | 1232 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1347 | select CPU_SUPPORTS_64BIT_KERNEL | 1233 | select CPU_SUPPORTS_64BIT_KERNEL |
| 1234 | select CPU_SUPPORTS_HIGHMEM | ||
| 1235 | |||
| 1236 | endchoice | ||
| 1237 | |||
| 1238 | config SYS_HAS_CPU_MIPS32_R1 | ||
| 1239 | bool | ||
| 1240 | |||
| 1241 | config SYS_HAS_CPU_MIPS32_R2 | ||
| 1242 | bool | ||
| 1243 | |||
| 1244 | config SYS_HAS_CPU_MIPS64_R1 | ||
| 1245 | bool | ||
| 1246 | |||
| 1247 | config SYS_HAS_CPU_MIPS64_R2 | ||
| 1248 | bool | ||
| 1249 | |||
| 1250 | config SYS_HAS_CPU_R3000 | ||
| 1251 | bool | ||
| 1252 | |||
| 1253 | config SYS_HAS_CPU_TX39XX | ||
| 1254 | bool | ||
| 1255 | |||
| 1256 | config SYS_HAS_CPU_VR41XX | ||
| 1257 | bool | ||
| 1258 | |||
| 1259 | config SYS_HAS_CPU_R4300 | ||
| 1260 | bool | ||
| 1261 | |||
| 1262 | config SYS_HAS_CPU_R4X00 | ||
| 1263 | bool | ||
| 1264 | |||
| 1265 | config SYS_HAS_CPU_TX49XX | ||
| 1266 | bool | ||
| 1267 | |||
| 1268 | config SYS_HAS_CPU_R5000 | ||
| 1269 | bool | ||
| 1270 | |||
| 1271 | config SYS_HAS_CPU_R5432 | ||
| 1272 | bool | ||
| 1273 | |||
| 1274 | config SYS_HAS_CPU_R6000 | ||
| 1275 | bool | ||
| 1276 | |||
| 1277 | config SYS_HAS_CPU_NEVADA | ||
| 1278 | bool | ||
| 1279 | |||
| 1280 | config SYS_HAS_CPU_R8000 | ||
| 1281 | bool | ||
| 1282 | |||
| 1283 | config SYS_HAS_CPU_R10000 | ||
| 1284 | bool | ||
| 1285 | |||
| 1286 | config SYS_HAS_CPU_RM7000 | ||
| 1287 | bool | ||
| 1288 | |||
| 1289 | config SYS_HAS_CPU_RM9000 | ||
| 1290 | bool | ||
| 1291 | |||
| 1292 | config SYS_HAS_CPU_SB1 | ||
| 1293 | bool | ||
| 1294 | |||
| 1295 | endmenu | ||
| 1296 | |||
| 1297 | # | ||
| 1298 | # These two indicate any levelof the MIPS32 and MIPS64 architecture | ||
| 1299 | # | ||
| 1300 | config CPU_MIPS32 | ||
| 1301 | bool | ||
| 1302 | default y if CPU_MIPS32_R1 || CPU_MIPS32_R2 | ||
| 1303 | |||
| 1304 | config CPU_MIPS64 | ||
| 1305 | bool | ||
| 1306 | default y if CPU_MIPS64_R1 || CPU_MIPS64_R2 | ||
| 1307 | |||
| 1308 | # | ||
| 1309 | # These two indicate the revision of the architecture, either 32 bot 64 bit. | ||
| 1310 | # | ||
| 1311 | config CPU_MIPSR1 | ||
| 1312 | bool | ||
| 1313 | default y if CPU_MIPS32_R1 || CPU_MIPS64_R1 | ||
| 1314 | |||
| 1315 | config CPU_MIPSR2 | ||
| 1316 | bool | ||
| 1317 | default y if CPU_MIPS32_R2 || CPU_MIPS64_R2 | ||
| 1318 | |||
| 1319 | config SYS_SUPPORTS_32BIT_KERNEL | ||
| 1320 | bool | ||
| 1321 | config SYS_SUPPORTS_64BIT_KERNEL | ||
| 1322 | bool | ||
| 1323 | config CPU_SUPPORTS_32BIT_KERNEL | ||
| 1324 | bool | ||
| 1325 | config CPU_SUPPORTS_64BIT_KERNEL | ||
| 1326 | bool | ||
| 1327 | |||
| 1328 | menu "Kernel type" | ||
| 1329 | |||
| 1330 | choice | ||
| 1331 | |||
| 1332 | prompt "Kernel code model" | ||
| 1333 | help | ||
| 1334 | You should only select this option if you have a workload that | ||
| 1335 | actually benefits from 64-bit processing or if your machine has | ||
| 1336 | large memory. You will only be presented a single option in this | ||
| 1337 | menu if your system does not support both 32-bit and 64-bit kernels. | ||
| 1338 | |||
| 1339 | config 32BIT | ||
| 1340 | bool "32-bit kernel" | ||
| 1341 | depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL | ||
| 1342 | select TRAD_SIGNALS | ||
| 1343 | help | ||
| 1344 | Select this option if you want to build a 32-bit kernel. | ||
| 1345 | config 64BIT | ||
| 1346 | bool "64-bit kernel" | ||
| 1347 | depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL | ||
| 1348 | help | ||
| 1349 | Select this option if you want to build a 64-bit kernel. | ||
| 1348 | 1350 | ||
| 1349 | endchoice | 1351 | endchoice |
| 1350 | 1352 | ||
| @@ -1416,12 +1418,43 @@ config SIBYTE_DMA_PAGEOPS | |||
| 1416 | SiByte Linux port. Seems to give a small performance benefit. | 1418 | SiByte Linux port. Seems to give a small performance benefit. |
| 1417 | 1419 | ||
| 1418 | config CPU_HAS_PREFETCH | 1420 | config CPU_HAS_PREFETCH |
| 1419 | bool "Enable prefetches" if CPU_SB1 && !CPU_SB1_PASS_2 | 1421 | bool |
| 1420 | default y if CPU_MIPS32 || CPU_MIPS64 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 | 1422 | |
| 1423 | config MIPS_MT | ||
| 1424 | bool "Enable MIPS MT" | ||
| 1425 | |||
| 1426 | choice | ||
| 1427 | prompt "MIPS MT options" | ||
| 1428 | depends on MIPS_MT | ||
| 1421 | 1429 | ||
| 1422 | config VTAG_ICACHE | 1430 | config MIPS_MT_SMP |
| 1423 | bool "Support for Virtual Tagged I-cache" if CPU_MIPS64 || CPU_MIPS32 | 1431 | bool "Use 1 TC on each available VPE for SMP" |
| 1424 | default y if CPU_SB1 | 1432 | select SMP |
| 1433 | |||
| 1434 | config MIPS_VPE_LOADER | ||
| 1435 | bool "VPE loader support." | ||
| 1436 | depends on MIPS_MT | ||
| 1437 | help | ||
| 1438 | Includes a loader for loading an elf relocatable object | ||
| 1439 | onto another VPE and running it. | ||
| 1440 | |||
| 1441 | endchoice | ||
| 1442 | |||
| 1443 | config MIPS_VPE_LOADER_TOM | ||
| 1444 | bool "Load VPE program into memory hidden from linux" | ||
| 1445 | depends on MIPS_VPE_LOADER | ||
| 1446 | default y | ||
| 1447 | help | ||
| 1448 | The loader can use memory that is present but has been hidden from | ||
| 1449 | Linux using the kernel command line option "mem=xxMB". It's up to | ||
| 1450 | you to ensure the amount you put in the option and the space your | ||
| 1451 | program requires is less or equal to the amount physically present. | ||
| 1452 | |||
| 1453 | # this should possibly be in drivers/char, but it is rather cpu related. Hmmm | ||
| 1454 | config MIPS_VPE_APSP_API | ||
| 1455 | bool "Enable support for AP/SP API (RTLX)" | ||
| 1456 | depends on MIPS_VPE_LOADER | ||
| 1457 | help | ||
| 1425 | 1458 | ||
| 1426 | config SB1_PASS_1_WORKAROUNDS | 1459 | config SB1_PASS_1_WORKAROUNDS |
| 1427 | bool | 1460 | bool |
| @@ -1440,7 +1473,7 @@ config SB1_PASS_2_1_WORKAROUNDS | |||
| 1440 | 1473 | ||
| 1441 | config 64BIT_PHYS_ADDR | 1474 | config 64BIT_PHYS_ADDR |
| 1442 | bool "Support for 64-bit physical address space" | 1475 | bool "Support for 64-bit physical address space" |
| 1443 | depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32 || CPU_MIPS64) && 32BIT | 1476 | depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32_R1 || CPU_MIPS64_R1) && 32BIT |
| 1444 | 1477 | ||
| 1445 | config CPU_ADVANCED | 1478 | config CPU_ADVANCED |
| 1446 | bool "Override CPU Options" | 1479 | bool "Override CPU Options" |
| @@ -1463,7 +1496,7 @@ config CPU_HAS_LLSC | |||
| 1463 | 1496 | ||
| 1464 | config CPU_HAS_LLDSCD | 1497 | config CPU_HAS_LLDSCD |
| 1465 | bool "lld/scd Instructions available" if CPU_ADVANCED | 1498 | bool "lld/scd Instructions available" if CPU_ADVANCED |
| 1466 | default y if !CPU_ADVANCED && !CPU_R3000 && !CPU_VR41XX && !CPU_TX39XX && !CPU_MIPS32 | 1499 | default y if !CPU_ADVANCED && !CPU_R3000 && !CPU_VR41XX && !CPU_TX39XX && !CPU_MIPS32_R1 |
| 1467 | help | 1500 | help |
| 1468 | Say Y here if your CPU has the lld and scd instructions, the 64-bit | 1501 | Say Y here if your CPU has the lld and scd instructions, the 64-bit |
| 1469 | equivalents of ll and sc. Say Y here for better performance, N if | 1502 | equivalents of ll and sc. Say Y here for better performance, N if |
| @@ -1477,12 +1510,52 @@ config CPU_HAS_WB | |||
| 1477 | machines which require flushing of write buffers in software. Saying | 1510 | machines which require flushing of write buffers in software. Saying |
| 1478 | Y is the safe option; N may result in kernel malfunction and crashes. | 1511 | Y is the safe option; N may result in kernel malfunction and crashes. |
| 1479 | 1512 | ||
| 1513 | menu "MIPSR2 Interrupt handling" | ||
| 1514 | depends on CPU_MIPSR2 && CPU_ADVANCED | ||
| 1515 | |||
| 1516 | config CPU_MIPSR2_IRQ_VI | ||
| 1517 | bool "Vectored interrupt mode" | ||
| 1518 | help | ||
| 1519 | Vectored interrupt mode allowing faster dispatching of interrupts. | ||
| 1520 | The board support code needs to be written to take advantage of this | ||
| 1521 | mode. Compatibility code is included to allow the kernel to run on | ||
| 1522 | a CPU that does not support vectored interrupts. It's safe to | ||
| 1523 | say Y here. | ||
| 1524 | |||
| 1525 | config CPU_MIPSR2_IRQ_EI | ||
| 1526 | bool "External interrupt controller mode" | ||
| 1527 | help | ||
| 1528 | Extended interrupt mode takes advantage of an external interrupt | ||
| 1529 | controller to allow fast dispatching from many possible interrupt | ||
| 1530 | sources. Say N unless you know that external interrupt support is | ||
| 1531 | required. | ||
| 1532 | |||
| 1533 | config CPU_MIPSR2_SRS | ||
| 1534 | bool "Make shadow set registers available for interrupt handlers" | ||
| 1535 | depends on CPU_MIPSR2_IRQ_VI || CPU_MIPSR2_IRQ_EI | ||
| 1536 | help | ||
| 1537 | Allow the kernel to use shadow register sets for fast interrupts. | ||
| 1538 | Interrupt handlers must be specially written to use shadow sets. | ||
| 1539 | Say N unless you know that shadow register set upport is needed. | ||
| 1540 | endmenu | ||
| 1541 | |||
| 1480 | config CPU_HAS_SYNC | 1542 | config CPU_HAS_SYNC |
| 1481 | bool | 1543 | bool |
| 1482 | depends on !CPU_R3000 | 1544 | depends on !CPU_R3000 |
| 1483 | default y | 1545 | default y |
| 1484 | 1546 | ||
| 1485 | # | 1547 | # |
| 1548 | # Use the generic interrupt handling code in kernel/irq/: | ||
| 1549 | # | ||
| 1550 | config GENERIC_HARDIRQS | ||
| 1551 | bool | ||
| 1552 | default y | ||
| 1553 | |||
| 1554 | config GENERIC_IRQ_PROBE | ||
| 1555 | bool | ||
| 1556 | default y | ||
| 1557 | |||
| 1558 | # | ||
| 1486 | # - Highmem only makes sense for the 32-bit kernel. | 1559 | # - Highmem only makes sense for the 32-bit kernel. |
| 1487 | # - The current highmem code will only work properly on physically indexed | 1560 | # - The current highmem code will only work properly on physically indexed |
| 1488 | # caches such as R3000, SB1, R7000 or those that look like they're virtually | 1561 | # caches such as R3000, SB1, R7000 or those that look like they're virtually |
| @@ -1491,14 +1564,19 @@ config CPU_HAS_SYNC | |||
| 1491 | # where it's known to be safe. This will not offer highmem on a few systems | 1564 | # where it's known to be safe. This will not offer highmem on a few systems |
| 1492 | # such as MIPS32 and MIPS64 CPUs which may have virtual and physically | 1565 | # such as MIPS32 and MIPS64 CPUs which may have virtual and physically |
| 1493 | # indexed CPUs but we're playing safe. | 1566 | # indexed CPUs but we're playing safe. |
| 1494 | # - We should not offer highmem for system of which we already know that they | 1567 | # - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we |
| 1495 | # don't have memory configurations that could gain from highmem support in | 1568 | # know they might have memory configurations that could make use of highmem |
| 1496 | # the kernel because they don't support configurations with RAM at physical | 1569 | # support. |
| 1497 | # addresses > 0x20000000. | ||
| 1498 | # | 1570 | # |
| 1499 | config HIGHMEM | 1571 | config HIGHMEM |
| 1500 | bool "High Memory Support" | 1572 | bool "High Memory Support" |
| 1501 | depends on 32BIT && (CPU_R3000 || CPU_SB1 || CPU_R7000 || CPU_RM9000 || CPU_R10000) && !(MACH_DECSTATION || MOMENCO_JAGUAR_ATX) | 1573 | depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM |
| 1574 | |||
| 1575 | config CPU_SUPPORTS_HIGHMEM | ||
| 1576 | bool | ||
| 1577 | |||
| 1578 | config SYS_SUPPORTS_HIGHMEM | ||
| 1579 | bool | ||
| 1502 | 1580 | ||
| 1503 | config ARCH_FLATMEM_ENABLE | 1581 | config ARCH_FLATMEM_ENABLE |
| 1504 | def_bool y | 1582 | def_bool y |
| @@ -1508,7 +1586,7 @@ source "mm/Kconfig" | |||
| 1508 | 1586 | ||
| 1509 | config SMP | 1587 | config SMP |
| 1510 | bool "Multi-Processing support" | 1588 | bool "Multi-Processing support" |
| 1511 | depends on CPU_RM9000 || (SIBYTE_SB1250 && !SIBYTE_STANDALONE) || SGI_IP27 | 1589 | depends on CPU_RM9000 || ((SIBYTE_BCM1x80 || SIBYTE_BCM1x55 || SIBYTE_SB1250) && !SIBYTE_STANDALONE) || SGI_IP27 || MIPS_MT_SMP |
| 1512 | ---help--- | 1590 | ---help--- |
| 1513 | This enables support for systems with more than one CPU. If you have | 1591 | This enables support for systems with more than one CPU. If you have |
| 1514 | a system with only one CPU, like most personal computers, say N. If | 1592 | a system with only one CPU, like most personal computers, say N. If |
| @@ -1543,14 +1621,7 @@ config NR_CPUS | |||
| 1543 | This is purely to save memory - each supported CPU adds | 1621 | This is purely to save memory - each supported CPU adds |
| 1544 | approximately eight kilobytes to the kernel image. | 1622 | approximately eight kilobytes to the kernel image. |
| 1545 | 1623 | ||
| 1546 | config PREEMPT | 1624 | source "kernel/Kconfig.preempt" |
| 1547 | bool "Preemptible Kernel" | ||
| 1548 | help | ||
| 1549 | This option reduces the latency of the kernel when reacting to | ||
| 1550 | real-time or interactive events by allowing a low priority process to | ||
| 1551 | be preempted even if it is in kernel mode executing a system call. | ||
| 1552 | This allows applications to run more reliably even when the system is | ||
| 1553 | under load. | ||
| 1554 | 1625 | ||
| 1555 | config RTC_DS1742 | 1626 | config RTC_DS1742 |
| 1556 | bool "DS1742 BRAM/RTC support" | 1627 | bool "DS1742 BRAM/RTC support" |
| @@ -1566,14 +1637,16 @@ config MIPS_INSANE_LARGE | |||
| 1566 | This will result in additional memory usage, so it is not | 1637 | This will result in additional memory usage, so it is not |
| 1567 | recommended for normal users. | 1638 | recommended for normal users. |
| 1568 | 1639 | ||
| 1640 | endmenu | ||
| 1641 | |||
| 1569 | config RWSEM_GENERIC_SPINLOCK | 1642 | config RWSEM_GENERIC_SPINLOCK |
| 1570 | bool | 1643 | bool |
| 1571 | default y | 1644 | default y |
| 1572 | 1645 | ||
| 1573 | endmenu | ||
| 1574 | |||
| 1575 | menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)" | 1646 | menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)" |
| 1576 | 1647 | ||
| 1648 | config HW_HAS_EISA | ||
| 1649 | bool | ||
| 1577 | config HW_HAS_PCI | 1650 | config HW_HAS_PCI |
| 1578 | bool | 1651 | bool |
| 1579 | 1652 | ||
| @@ -1607,7 +1680,7 @@ config ISA | |||
| 1607 | 1680 | ||
| 1608 | config EISA | 1681 | config EISA |
| 1609 | bool "EISA support" | 1682 | bool "EISA support" |
| 1610 | depends on SGI_IP22 || SNI_RM200_PCI | 1683 | depends on HW_HAS_EISA |
| 1611 | select ISA | 1684 | select ISA |
| 1612 | ---help--- | 1685 | ---help--- |
| 1613 | The Extended Industry Standard Architecture (EISA) bus was | 1686 | The Extended Industry Standard Architecture (EISA) bus was |
| @@ -1641,12 +1714,6 @@ config MMU | |||
| 1641 | bool | 1714 | bool |
| 1642 | default y | 1715 | default y |
| 1643 | 1716 | ||
| 1644 | config MCA | ||
| 1645 | bool | ||
| 1646 | |||
| 1647 | config SBUS | ||
| 1648 | bool | ||
| 1649 | |||
| 1650 | source "drivers/pcmcia/Kconfig" | 1717 | source "drivers/pcmcia/Kconfig" |
| 1651 | 1718 | ||
| 1652 | source "drivers/pci/hotplug/Kconfig" | 1719 | source "drivers/pci/hotplug/Kconfig" |
| @@ -1659,7 +1726,6 @@ source "fs/Kconfig.binfmt" | |||
| 1659 | 1726 | ||
| 1660 | config TRAD_SIGNALS | 1727 | config TRAD_SIGNALS |
| 1661 | bool | 1728 | bool |
| 1662 | default y if 32BIT | ||
| 1663 | 1729 | ||
| 1664 | config BUILD_ELF64 | 1730 | config BUILD_ELF64 |
| 1665 | bool "Use 64-bit ELF format for building" | 1731 | bool "Use 64-bit ELF format for building" |
| @@ -1678,7 +1744,7 @@ config BUILD_ELF64 | |||
| 1678 | 1744 | ||
| 1679 | config BINFMT_IRIX | 1745 | config BINFMT_IRIX |
| 1680 | bool "Include IRIX binary compatibility" | 1746 | bool "Include IRIX binary compatibility" |
| 1681 | depends on !CPU_LITTLE_ENDIAN && 32BIT && BROKEN | 1747 | depends on CPU_BIG_ENDIAN && 32BIT && BROKEN |
| 1682 | 1748 | ||
| 1683 | config MIPS32_COMPAT | 1749 | config MIPS32_COMPAT |
| 1684 | bool "Kernel support for Linux/MIPS 32-bit binary compatibility" | 1750 | bool "Kernel support for Linux/MIPS 32-bit binary compatibility" |
| @@ -1718,9 +1784,26 @@ config BINFMT_ELF32 | |||
| 1718 | bool | 1784 | bool |
| 1719 | default y if MIPS32_O32 || MIPS32_N32 | 1785 | default y if MIPS32_O32 || MIPS32_N32 |
| 1720 | 1786 | ||
| 1787 | config SECCOMP | ||
| 1788 | bool "Enable seccomp to safely compute untrusted bytecode" | ||
| 1789 | depends on PROC_FS && BROKEN | ||
| 1790 | default y | ||
| 1791 | help | ||
| 1792 | This kernel feature is useful for number crunching applications | ||
| 1793 | that may need to compute untrusted bytecode during their | ||
| 1794 | execution. By using pipes or other transports made available to | ||
| 1795 | the process as file descriptors supporting the read/write | ||
| 1796 | syscalls, it's possible to isolate those applications in | ||
| 1797 | their own address space using seccomp. Once seccomp is | ||
| 1798 | enabled via /proc/<pid>/seccomp, it cannot be disabled | ||
| 1799 | and the task is only allowed to execute a few safe syscalls | ||
| 1800 | defined by each seccomp mode. | ||
| 1801 | |||
| 1802 | If unsure, say Y. Only embedded should say N here. | ||
| 1803 | |||
| 1721 | config PM | 1804 | config PM |
| 1722 | bool "Power Management support (EXPERIMENTAL)" | 1805 | bool "Power Management support (EXPERIMENTAL)" |
| 1723 | depends on EXPERIMENTAL && MACH_AU1X00 | 1806 | depends on EXPERIMENTAL && SOC_AU1X00 |
| 1724 | 1807 | ||
| 1725 | endmenu | 1808 | endmenu |
| 1726 | 1809 | ||
| @@ -1730,6 +1813,8 @@ source "drivers/Kconfig" | |||
| 1730 | 1813 | ||
| 1731 | source "fs/Kconfig" | 1814 | source "fs/Kconfig" |
| 1732 | 1815 | ||
| 1816 | source "arch/mips/oprofile/Kconfig" | ||
| 1817 | |||
| 1733 | source "arch/mips/Kconfig.debug" | 1818 | source "arch/mips/Kconfig.debug" |
| 1734 | 1819 | ||
| 1735 | source "security/Kconfig" | 1820 | source "security/Kconfig" |
| @@ -1737,18 +1822,3 @@ source "security/Kconfig" | |||
| 1737 | source "crypto/Kconfig" | 1822 | source "crypto/Kconfig" |
| 1738 | 1823 | ||
| 1739 | source "lib/Kconfig" | 1824 | source "lib/Kconfig" |
| 1740 | |||
| 1741 | # | ||
| 1742 | # Use the generic interrupt handling code in kernel/irq/: | ||
| 1743 | # | ||
| 1744 | config GENERIC_HARDIRQS | ||
| 1745 | bool | ||
| 1746 | default y | ||
| 1747 | |||
| 1748 | config GENERIC_IRQ_PROBE | ||
| 1749 | bool | ||
| 1750 | default y | ||
| 1751 | |||
| 1752 | config ISA_DMA_API | ||
| 1753 | bool | ||
| 1754 | default y | ||
