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