Kconfig (3f5fdb4bd193091fd30db52c609c4b304151d656) Kconfig (a91796a919ceeb80fde7f413cd898bd0f409fec3)
1config MIPS
2 bool
3 default y
4 select ARCH_MIGHT_HAVE_PC_PARPORT
5 select ARCH_MIGHT_HAVE_PC_SERIO
6 select HAVE_CONTEXT_TRACKING
7 select HAVE_GENERIC_DMA_COHERENT
8 select HAVE_IDE

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

2262
2263config NR_CPUS_DEFAULT_32
2264 bool
2265
2266config NR_CPUS_DEFAULT_64
2267 bool
2268
2269config NR_CPUS
1config MIPS
2 bool
3 default y
4 select ARCH_MIGHT_HAVE_PC_PARPORT
5 select ARCH_MIGHT_HAVE_PC_SERIO
6 select HAVE_CONTEXT_TRACKING
7 select HAVE_GENERIC_DMA_COHERENT
8 select HAVE_IDE

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

2262
2263config NR_CPUS_DEFAULT_32
2264 bool
2265
2266config NR_CPUS_DEFAULT_64
2267 bool
2268
2269config NR_CPUS
2270 int "Maximum number of CPUs (2-64)"
2271 range 2 64
2270 int "Maximum number of CPUs (2-256)"
2271 range 2 256
2272 depends on SMP
2273 default "4" if NR_CPUS_DEFAULT_4
2274 default "8" if NR_CPUS_DEFAULT_8
2275 default "16" if NR_CPUS_DEFAULT_16
2276 default "32" if NR_CPUS_DEFAULT_32
2277 default "64" if NR_CPUS_DEFAULT_64
2278 help
2279 This allows you to specify the maximum number of CPUs which this

--- 391 unchanged lines hidden ---
2272 depends on SMP
2273 default "4" if NR_CPUS_DEFAULT_4
2274 default "8" if NR_CPUS_DEFAULT_8
2275 default "16" if NR_CPUS_DEFAULT_16
2276 default "32" if NR_CPUS_DEFAULT_32
2277 default "64" if NR_CPUS_DEFAULT_64
2278 help
2279 This allows you to specify the maximum number of CPUs which this

--- 391 unchanged lines hidden ---