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

config TESTING_FMEMOPEN_TEST
	tristate "Fmemopen test tool"
	default n
	---help---
		Performs a basic operations with fmemopen call.

if TESTING_FMEMOPEN_TEST
endif
