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