17 lines
447 B
Plaintext
17 lines
447 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config TESTING_SMART_TEST
|
|
tristate "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 TESTING_SMART_TEST
|
|
endif
|