20 lines
321 B
Plaintext
Raw Normal View History

#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
2015-04-07 13:23:39 -06:00
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