aboutsummaryrefslogtreecommitdiff
path: root/apps/vsn/sdcard/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/vsn/sdcard/Kconfig')
-rw-r--r--apps/vsn/sdcard/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/vsn/sdcard/Kconfig b/apps/vsn/sdcard/Kconfig
new file mode 100644
index 000000000..8e6c13264
--- /dev/null
+++ b/apps/vsn/sdcard/Kconfig
@@ -0,0 +1,14 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config VSN_SDCARD
+ bool "NSH sdcard command"
+ default n
+ ---help---
+ Enable support for the NSH sdcard command.
+
+if VSN_SDCARD
+endif
+