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

config EXAMPLES_SMART_TEST
	bool "SMART filesystem test tool"
	default n
	depends on NSH_BUILTIN_APPS
	---help---
		Performs a file-based test on a SMART (or any) filesystem. Validates
		seek, append and seek-with-write operations.  This test can be built
		only as an NSH command

if EXAMPLES_SMART_TEST
endif