Skip to content

Commit e8be579

Browse files
committed
tests: tracing: remove implied config options
Removed implied configuration options through CONFIG_TRACING. Signed-off-by: Anas Nashif <[email protected]>
1 parent ad4e7f2 commit e8be579

File tree

7 files changed

+0
-20
lines changed

7 files changed

+0
-20
lines changed

tests/subsys/tracing/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
# enable to use thread names
2-
CONFIG_THREAD_NAME=y
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
CONFIG_THREAD_NAME=y
2-
CONFIG_THREAD_STACK_INFO=y
3-
41
CONFIG_TRACING=y
52
CONFIG_TRACING_TEST=y
63
CONFIG_TRACING_SYNC=y
74
CONFIG_TRACING_BACKEND_POSIX=y
85
CONFIG_TRACING_PACKET_MAX_SIZE=64
9-

tests/subsys/tracing/prj_native_posix_ctf.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
CONFIG_THREAD_NAME=y
2-
CONFIG_THREAD_STACK_INFO=y
3-
41
CONFIG_TRACING=y
52
CONFIG_TRACING_CTF=y
63
CONFIG_TRACING_SYNC=y

tests/subsys/tracing/prj_uart.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
CONFIG_THREAD_NAME=y
2-
CONFIG_THREAD_STACK_INFO=y
31
CONFIG_IDLE_STACK_SIZE=4096
4-
52
CONFIG_TRACING=y
63
CONFIG_TRACING_TEST=y
74
CONFIG_TRACING_BACKEND_UART=y

tests/subsys/tracing/prj_uart_ctf.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
CONFIG_THREAD_NAME=y
2-
CONFIG_THREAD_STACK_INFO=y
3-
41
CONFIG_TRACING=y
52
CONFIG_TRACING_CTF=y
63
CONFIG_TRACING_BACKEND_UART=y

tests/subsys/tracing/prj_usb.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ CONFIG_USB=y
33
CONFIG_USB_DEVICE_STACK=y
44
CONFIG_USB_DEVICE_VID=0x2FE9
55

6-
CONFIG_THREAD_NAME=y
7-
CONFIG_THREAD_STACK_INFO=y
8-
96
CONFIG_TRACING=y
107
CONFIG_TRACING_TEST=y
118
CONFIG_TRACING_BACKEND_USB=y

tests/subsys/tracing/prj_usb_ctf.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ CONFIG_USB=y
33
CONFIG_USB_DEVICE_STACK=y
44
CONFIG_USB_DEVICE_VID=0x2FE9
55

6-
CONFIG_THREAD_NAME=y
7-
CONFIG_THREAD_STACK_INFO=y
8-
96
CONFIG_TRACING=y
107
CONFIG_TRACING_CTF=y
118
CONFIG_TRACING_ASYNC=y

0 commit comments

Comments
 (0)