Kconfig (07edf0d46c07568d08feee95bbaa38c71b084150) Kconfig (6ca716f2e5571d25a3899c6c5c91ff72ea6d6f5e)
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

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

2172 framework" protocol (ie. YAMON) and want your kernel to make use of
2173 its ability to start secondary CPUs.
2174
2175 Unless you have a specific need, you should use CONFIG_MIPS_CPS
2176 instead of this.
2177
2178config MIPS_CPS
2179 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

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

2172 framework" protocol (ie. YAMON) and want your kernel to make use of
2173 its ability to start secondary CPUs.
2174
2175 Unless you have a specific need, you should use CONFIG_MIPS_CPS
2176 instead of this.
2177
2178config MIPS_CPS
2179 bool "MIPS Coherent Processing System support"
2180 depends on SYS_SUPPORTS_MIPS_CPS
2180 depends on SYS_SUPPORTS_MIPS_CPS && !64BIT
2181 select MIPS_CM
2182 select MIPS_CPC
2183 select MIPS_CPS_PM if HOTPLUG_CPU
2184 select MIPS_GIC_IPI
2185 select SMP
2186 select SYNC_R4K if (CEVT_R4K || CSRC_R4K)
2187 select SYS_SUPPORTS_HOTPLUG_CPU
2188 select SYS_SUPPORTS_SMP

--- 656 unchanged lines hidden ---
2181 select MIPS_CM
2182 select MIPS_CPC
2183 select MIPS_CPS_PM if HOTPLUG_CPU
2184 select MIPS_GIC_IPI
2185 select SMP
2186 select SYNC_R4K if (CEVT_R4K || CSRC_R4K)
2187 select SYS_SUPPORTS_HOTPLUG_CPU
2188 select SYS_SUPPORTS_SMP

--- 656 unchanged lines hidden ---