diff options
-rw-r--r-- | arch/mips/Kconfig | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index a4c62c72aa89..68c30288849a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1370,14 +1370,7 @@ config NR_CPUS | |||
1370 | This is purely to save memory - each supported CPU adds | 1370 | This is purely to save memory - each supported CPU adds |
1371 | approximately eight kilobytes to the kernel image. | 1371 | approximately eight kilobytes to the kernel image. |
1372 | 1372 | ||
1373 | config PREEMPT | 1373 | source "kernel/Kconfig.preempt" |
1374 | bool "Preemptible Kernel" | ||
1375 | help | ||
1376 | This option reduces the latency of the kernel when reacting to | ||
1377 | real-time or interactive events by allowing a low priority process to | ||
1378 | be preempted even if it is in kernel mode executing a system call. | ||
1379 | This allows applications to run more reliably even when the system is | ||
1380 | under load. | ||
1381 | 1374 | ||
1382 | config RTC_DS1742 | 1375 | config RTC_DS1742 |
1383 | bool "DS1742 BRAM/RTC support" | 1376 | bool "DS1742 BRAM/RTC support" |