2012-04-06 16:33:17 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 16:45:52 +00:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 16:33:17 +00:00
|
|
|
#
|
2012-04-14 20:01:08 +00:00
|
|
|
|
2015-04-07 13:23:39 -06:00
|
|
|
menuconfig SYSTEM_SYSINFO
|
|
|
|
bool "Sysinfo"
|
2012-04-14 20:01:08 +00:00
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable support for the NSH sysinfo command.
|
|
|
|
|
2012-10-03 23:36:54 +00:00
|
|
|
if SYSTEM_SYSINFO
|
2013-10-14 07:32:20 -06:00
|
|
|
|
|
|
|
config SYSTEM_SYSINFO_STACKSIZE
|
2013-10-14 14:53:38 -06:00
|
|
|
int "NSH sysinfo stack size"
|
2013-10-14 07:32:20 -06:00
|
|
|
default 1024
|
|
|
|
|
2012-04-14 20:01:08 +00:00
|
|
|
endif
|
2013-10-14 07:32:20 -06:00
|
|
|
|