#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#

config TESTING_TLSF
	tristate "TLSF Memory Management test"
	default n
	---help---
		Enable the TLSF Memory Management test

if TESTING_TLSF

config TESTING_TLSF_PROGNAME
	string "Program name"
	default "tlsftest"
	---help---
		This is the name of the program that will be used when the NSH ELF
		program is installed.

config TESTING_TLSF_PRIORITY
	int "tlsf test priority"
	default 101

config TESTING_TLSF_STACKSIZE
	int "tlsf test stack size"
	default DEFAULT_TASK_STACKSIZE

endif
