aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/ostest/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/ostest/Kconfig')
-rw-r--r--apps/examples/ostest/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/examples/ostest/Kconfig b/apps/examples/ostest/Kconfig
new file mode 100644
index 000000000..ca8957993
--- /dev/null
+++ b/apps/examples/ostest/Kconfig
@@ -0,0 +1,13 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config EXAMPLES_OSTEST
+ bool "OS test example"
+ default n
+ ---help---
+ Enable the OS test example
+
+if EXAMPLES_OSTEST
+endif