Kconfig (06be5eefe1192eb8ce8d07497f67595b6bfe9741) Kconfig (1c885357da2d3cf62132e611c0beaf4cdf607dd9)
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

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

2226 framework" protocol (ie. YAMON) and want your kernel to make use of
2227 its ability to start secondary CPUs.
2228
2229 Unless you have a specific need, you should use CONFIG_MIPS_CPS
2230 instead of this.
2231
2232config MIPS_CPS
2233 bool "MIPS Coherent Processing System support"
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

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

2226 framework" protocol (ie. YAMON) and want your kernel to make use of
2227 its ability to start secondary CPUs.
2228
2229 Unless you have a specific need, you should use CONFIG_MIPS_CPS
2230 instead of this.
2231
2232config MIPS_CPS
2233 bool "MIPS Coherent Processing System support"
2234 depends on SYS_SUPPORTS_MIPS_CPS && !64BIT
2234 depends on SYS_SUPPORTS_MIPS_CPS
2235 select MIPS_CM
2236 select MIPS_CPC
2237 select MIPS_CPS_PM if HOTPLUG_CPU
2238 select MIPS_GIC_IPI
2239 select SMP
2240 select SYNC_R4K if (CEVT_R4K || CSRC_R4K)
2241 select SYS_SUPPORTS_HOTPLUG_CPU
2242 select SYS_SUPPORTS_SMP

--- 709 unchanged lines hidden ---
2235 select MIPS_CM
2236 select MIPS_CPC
2237 select MIPS_CPS_PM if HOTPLUG_CPU
2238 select MIPS_GIC_IPI
2239 select SMP
2240 select SYNC_R4K if (CEVT_R4K || CSRC_R4K)
2241 select SYS_SUPPORTS_HOTPLUG_CPU
2242 select SYS_SUPPORTS_SMP

--- 709 unchanged lines hidden ---