summaryrefslogtreecommitdiff
path: root/config/debug/strace.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/strace.in')
-rw-r--r--config/debug/strace.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/config/debug/strace.in b/config/debug/strace.in
index 055bb22..49be38c 100644
--- a/config/debug/strace.in
+++ b/config/debug/strace.in
@@ -1,12 +1,6 @@
# strace
-menuconfig STRACE
- bool
- prompt "strace"
- default n
- depends on ! BARE_METAL
-
-if STRACE
+config DEBUG_strace
choice
bool
@@ -42,5 +36,3 @@ config STRACE_VERSION
default "4.5.16" if STRACE_V_4_5_16
# CT_INSERT_VERSION_STRING_ABOVE
# # Don't remove above line!
-
-endif