aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Kconfig
diff options
context:
space:
mode:
authorNamhoon Kim <namhoonk@cs.unc.edu>2017-04-23 23:16:37 -0400
committerNamhoon Kim <namhoonk@cs.unc.edu>2017-04-23 23:16:37 -0400
commitde945bf970cbb332c0540b2cd071ec3c7e4b7833 (patch)
tree8a616084f5467da652572646b31c22e2dd65d15c /litmus/Kconfig
parent882b5d8da76993321ae5bff46ab408d1ca9259b7 (diff)
mode 0 fix
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r--litmus/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig
index babb43deffb5..2253be5e74eb 100644
--- a/litmus/Kconfig
+++ b/litmus/Kconfig
@@ -243,7 +243,7 @@ config SCHED_TASK_TRACE
243config SCHED_TASK_TRACE_SHIFT 243config SCHED_TASK_TRACE_SHIFT
244 int "Buffer size for sched_trace_xxx() events" 244 int "Buffer size for sched_trace_xxx() events"
245 depends on SCHED_TASK_TRACE 245 depends on SCHED_TASK_TRACE
246 range 8 13 246 range 8 14
247 default 9 247 default 9
248 help 248 help
249 249