diff options
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r-- | litmus/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig index f3aa7478faf7..9888589ef126 100644 --- a/litmus/Kconfig +++ b/litmus/Kconfig | |||
@@ -90,6 +90,10 @@ config FEATHER_TRACE | |||
90 | 90 | ||
91 | Bottom line: to avoid increased overheads, choose DEBUG_RODATA=n. | 91 | Bottom line: to avoid increased overheads, choose DEBUG_RODATA=n. |
92 | 92 | ||
93 | Note that this option only enables the basic Feather-Trace infrastructure; | ||
94 | you still need to enable SCHED_TASK_TRACE and/or SCHED_OVERHEAD_TRACE to | ||
95 | actually enable any events. | ||
96 | |||
93 | config SCHED_TASK_TRACE | 97 | config SCHED_TASK_TRACE |
94 | bool "Trace real-time tasks" | 98 | bool "Trace real-time tasks" |
95 | depends on FEATHER_TRACE | 99 | depends on FEATHER_TRACE |