summaryrefslogtreecommitdiff
path: root/apps/system/free/Kconfig
blob: 239559867e0951c5addb2944f45e87f4ea0044a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config SYSTEM_FREE
	bool "NSH free command replacement"
	default n
	---help---
		Enable support for the NSH free replacement command.

if SYSTEM_FREE
endif