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