summaryrefslogtreecommitdiff
path: root/packages/development/atf/atf.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'packages/development/atf/atf.kconfig')
-rw-r--r--packages/development/atf/atf.kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/development/atf/atf.kconfig b/packages/development/atf/atf.kconfig
index bc1d970..078dde9 100644
--- a/packages/development/atf/atf.kconfig
+++ b/packages/development/atf/atf.kconfig
@@ -40,6 +40,15 @@ choice
bool "atf-0.20"
endchoice
+if EMBTK_HAVE_ATF
+comment "atf options"
+
+config EMBTK_HAVE_ATF_WITH_SELFTESTS
+ bool "Install atf self testcases"
+ help
+ Install atf self testcases in the generated root filesystem.
+endif
+
config EMBTK_ATF_VERSION_STRING
string
default "0.20" if EMBTK_ATF_VERSION_0_20