nuttx-apps/testing/fs/smart_test/Kconfig
tengshuangshuang 8141e35f99 apps/testing:move epoll, fatutf8 ... folders to the new fs folder
Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com>
2025-01-22 01:34:00 +08:00

14 lines
369 B
Text

#
# 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