summaryrefslogtreecommitdiff
path: root/apps/examples/smart_test/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/smart_test/Kconfig')
-rw-r--r--apps/examples/smart_test/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/examples/smart_test/Kconfig b/apps/examples/smart_test/Kconfig
new file mode 100644
index 000000000..1fa45493e
--- /dev/null
+++ b/apps/examples/smart_test/Kconfig
@@ -0,0 +1,16 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config EXAMPLES_SMART_TEST
+ bool "SMART filesystem test tool"
+ default n
+ depends on NSH_BUILTIN_APPS
+ ---help---
+ Performs a file-based test on a SMART (or any) filesystem. Validates
+ seek, append and seek-with-write operations. This test can be built
+ only as an NSH command
+
+if EXAMPLES_SMART_TEST
+endif