summaryrefslogtreecommitdiff
path: root/apps/examples/smart_test/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-01 08:09:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-01 08:09:20 -0600
commitd9bd2fca774a5c3499f7b3a258aa1506fdea526f (patch)
tree32d60c5fe512337bbaf5850f9e505ab47c1e5dcd /apps/examples/smart_test/Kconfig
parentfa71d6461e5b8cc8b3cada0e594c9641e5e21da7 (diff)
downloadnuttx-d9bd2fca774a5c3499f7b3a258aa1506fdea526f.tar.gz
nuttx-d9bd2fca774a5c3499f7b3a258aa1506fdea526f.tar.bz2
nuttx-d9bd2fca774a5c3499f7b3a258aa1506fdea526f.zip
Add tests for the SMART block driver and file system. From Ken Pettit
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