Skip to content

Commit 1ccabcd

Browse files
kv2019ilgirdwood
authored andcommitted
debug: telemetry: add a dependency to kernel mode LL thread
The telemetry infra is calling privileged timer functions, so if the Low-Latency tasks are run in user-space, telemetry must be disabled. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 3feab14 commit 1ccabcd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/debug/telemetry/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
config SOF_TELEMETRY
44
bool "enable telemetry"
55
default n
6+
depends on !SOF_USERSPACE_LL
67
help
78
Enables telemetry. Enables performance measurements and debug utilities
89
that use memory window 2 (debug window) as interface. Measurements include

0 commit comments

Comments
 (0)