summaryrefslogtreecommitdiff
path: root/apps/system/sysinfo/Kconfig
blob: 633211e32a61da9165ea0850f9e911aa6eb43e68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# 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

config SYSTEM_SYSINFO_STACKSIZE
	int "NSH sysinfo stack size"
	default 1024

endif