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
|
|
|
|
|
|
|
config SYSTEM_FREE
|
2015-04-07 21:23:39 +02:00
|
|
|
bool "Custom Free Memory Command"
|
2012-04-14 22:01:08 +02:00
|
|
|
default n
|
|
|
|
---help---
|
2015-04-07 21:23:39 +02:00
|
|
|
Enable support for the NSH 'free' replacement command.
|
2012-04-14 22:01:08 +02:00
|
|
|
|
|
|
|
if SYSTEM_FREE
|
|
|
|
endif
|
|
|
|
|