diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-05-14 16:51:05 -0400 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2013-05-19 22:46:49 -0400 |
commit | 44326648c2ea81b9a32619644fe9c665ed0d9e0b (patch) | |
tree | ff1e00cf3cbc0e06f511a90c4f28aa8f7b40b12e /litmus/Kconfig | |
parent | af6eeb156c7da47ff5df03a3da04432c8ac4460c (diff) |
Final GPUSync implementation.gpusync-rtss12
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r-- | litmus/Kconfig | 16 |
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 | |||
157 | config SCHED_TASK_TRACE_SHIFT | 157 | config 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 | ||
254 | menu "Interrupt Handling" | 254 | menu "Interrupt Handling" |
255 | 255 | ||
256 | choice | 256 | choice |
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 | ||
288 | endchoice | 288 | endchoice |
289 | 289 | ||
290 | 290 | ||
291 | config NR_LITMUS_SOFTIRQD | 291 | config 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 | ||
348 | config CUDA_4_0 | 348 | config CUDA_4_0 |
349 | bool "CUDA 4.0" | 349 | bool "CUDA 4.0" |
350 | depends on LITMUS_NVIDIA | 350 | depends on LITMUS_NVIDIA |