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

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