summaryrefslogtreecommitdiff
path: root/apps/system/sysinfo/Kconfig
blob: d8c27f36e4efd0b378673544cd9f8381eb4236b0 (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.
#

menuconfig SYSTEM_SYSINFO
	bool "Sysinfo"
	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