aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r--litmus/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig
index a34440f3d8bc..03cc92c50eb9 100644
--- a/litmus/Kconfig
+++ b/litmus/Kconfig
@@ -157,7 +157,7 @@ config SCHED_TASK_TRACE
157config SCHED_TASK_TRACE_SHIFT 157config SCHED_TASK_TRACE_SHIFT
158 int "Buffer size for sched_trace_xxx() events" 158 int "Buffer size for sched_trace_xxx() events"
159 depends on SCHED_TASK_TRACE 159 depends on SCHED_TASK_TRACE
160 range 8 13 160 range 8 15
161 default 9 161 default 9
162 help 162 help
163 163
@@ -253,7 +253,7 @@ endmenu
253 253
254menu "Interrupt Handling" 254menu "Interrupt Handling"
255 255
256choice 256choice
257 prompt "Scheduling of interrupt bottom-halves in Litmus." 257 prompt "Scheduling of interrupt bottom-halves in Litmus."
258 default LITMUS_SOFTIRQD_NONE 258 default LITMUS_SOFTIRQD_NONE
259 depends on LITMUS_LOCKING && !LITMUS_THREAD_ALL_SOFTIRQ 259 depends on LITMUS_LOCKING && !LITMUS_THREAD_ALL_SOFTIRQ
@@ -282,11 +282,11 @@ config LITMUS_PAI_SOFTIRQD
282 scheduling points. Trades context switch overhead 282 scheduling points. Trades context switch overhead
283 at the cost of non-preemptive durations of bottom half 283 at the cost of non-preemptive durations of bottom half
284 processing. 284 processing.
285 285
286 G-EDF/RM, C-EDF/RM ONLY for now! 286 G-EDF/RM, C-EDF/RM ONLY for now!
287 287
288endchoice 288endchoice
289 289
290 290
291config NR_LITMUS_SOFTIRQD 291config NR_LITMUS_SOFTIRQD
292 int "Number of klitirqd." 292 int "Number of klitirqd."
@@ -344,7 +344,7 @@ choice
344 depends on LITMUS_NVIDIA 344 depends on LITMUS_NVIDIA
345 help 345 help
346 Select the version of CUDA/driver to support. 346 Select the version of CUDA/driver to support.
347 347
348config CUDA_4_0 348config CUDA_4_0
349 bool "CUDA 4.0" 349 bool "CUDA 4.0"
350 depends on LITMUS_NVIDIA 350 depends on LITMUS_NVIDIA