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