diff options
Diffstat (limited to 'arch/m32r')
-rw-r--r-- | arch/m32r/Kconfig | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index 85b44e858225..b92b9445255d 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig | |||
@@ -268,17 +268,7 @@ config SCHED_OMIT_FRAME_POINTER | |||
268 | bool | 268 | bool |
269 | default y | 269 | default y |
270 | 270 | ||
271 | config PREEMPT | 271 | source "kernel/Kconfig.preempt" |
272 | bool "Preemptible Kernel" | ||
273 | help | ||
274 | This option reduces the latency of the kernel when reacting to | ||
275 | real-time or interactive events by allowing a low priority process to | ||
276 | be preempted even if it is in kernel mode executing a system call. | ||
277 | This allows applications to run more reliably even when the system is | ||
278 | under load. | ||
279 | |||
280 | Say Y here if you are building a kernel for a desktop, embedded | ||
281 | or real-time system. Say N if you are unsure. | ||
282 | 272 | ||
283 | config SMP | 273 | config SMP |
284 | bool "Symmetric multi-processing support" | 274 | bool "Symmetric multi-processing support" |