summaryrefslogtreecommitdiff
path: root/apps/system/poweroff/Kconfig
diff options
context:
space:
mode:
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
+