summaryrefslogtreecommitdiff
path: root/kconfig/strace.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/strace.kconfig')
-rw-r--r--kconfig/strace.kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/kconfig/strace.kconfig b/kconfig/strace.kconfig
index ff30693..6021e1f 100644
--- a/kconfig/strace.kconfig
+++ b/kconfig/strace.kconfig
@@ -34,8 +34,10 @@ choice
depends on EMBTK_ROOTFS_HAVE_STRACE
config EMBTK_STRACE_VERSION_4_5_19
bool "strace-4.5.19"
+ select EMBTK_STRACE_NEED_PATCH
config EMBTK_STRACE_VERSION_4_5_18
bool "strace-4.5.18"
+ select EMBTK_STRACE_NEED_PATCH
endchoice
config EMBTK_STRACE_VERSION_STRING
@@ -43,3 +45,6 @@ config EMBTK_STRACE_VERSION_STRING
default "4.5.19" if EMBTK_STRACE_VERSION_4_5_19
default "4.5.18" if EMBTK_STRACE_VERSION_4_5_18
+config EMBTK_STRACE_NEED_PATCH
+ bool
+