summaryrefslogtreecommitdiff
path: root/apps/system/sysinfo/Kconfig
blob: 1f106dc8a964bb4813171974c2fe903a5ae442d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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