summaryrefslogtreecommitdiff
path: root/apps/vsn/sysinfo/Kconfig
blob: 38e0f16bec43ed990ad9f2596c0e434a5f330cfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config VSN_SYSINFO
	bool "NSH sysinfo command"
	default n
	---help---
		Enable support for the NSH sysinfo command.

if VSN_SYSINFO
endif