2013-05-01 16:09:20 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2013-05-01 16:09:20 +02:00
|
|
|
#
|
|
|
|
|
2019-01-24 21:44:54 +01:00
|
|
|
config TESTING_SMART_TEST
|
2018-09-03 17:29:56 +02:00
|
|
|
tristate "SMART filesystem test tool"
|
2013-05-01 16:09:20 +02:00
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Performs a file-based test on a SMART (or any) filesystem. Validates
|
2019-10-07 10:37:56 +02:00
|
|
|
seek, append and seek-with-write operations.
|
2013-05-01 16:09:20 +02:00
|
|
|
|
2019-01-24 21:44:54 +01:00
|
|
|
if TESTING_SMART_TEST
|
2013-05-01 16:09:20 +02:00
|
|
|
endif
|