summaryrefslogtreecommitdiff
path: root/apps/system/poweroff/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-03 23:36:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-03 23:36:54 +0000
commita82d39f9a9a5e47ea25532c55a09fd481649a5b7 (patch)
treef0f5a2269133af96922976d7d733857228a0d91d /apps/system/poweroff/Kconfig
parent948e492aab34e89e3e372066be17eb6a0fbd7ea2 (diff)
downloadnuttx-a82d39f9a9a5e47ea25532c55a09fd481649a5b7.tar.gz
nuttx-a82d39f9a9a5e47ea25532c55a09fd481649a5b7.tar.bz2
nuttx-a82d39f9a9a5e47ea25532c55a09fd481649a5b7.zip
Delete the apps/vsn directory (moved commands to apps/system)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5208 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/system/poweroff/Kconfig')
-rw-r--r--apps/system/poweroff/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/system/poweroff/Kconfig b/apps/system/poweroff/Kconfig
new file mode 100644
index 000000000..ae8eac450
--- /dev/null
+++ b/apps/system/poweroff/Kconfig
@@ -0,0 +1,16 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config SYSTEM_POWEROFF
+ bool "Power-Off command"
+ default n
+ ---help---
+ Enable support for the NSH poweroff command. NOTE: This option
+ provides the NSH power-off command only. It requires board-specific
+ support to actually implement the power-off.
+
+if SYSTEM_POWEROFF
+endif
+