nuttx-apps/testing/smart_test/Kconfig

15 lines
369 B
Plaintext
Raw Normal View History

#
# 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
---help---
Performs a file-based test on a SMART (or any) filesystem. Validates
seek, append and seek-with-write operations.
if TESTING_SMART_TEST
endif