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
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_FLASH_TEST
|
2018-09-03 17:29:56 +02:00
|
|
|
tristate "SMART FLASH block device test"
|
2013-05-01 16:09:20 +02:00
|
|
|
default n
|
2019-10-06 14:14:39 +02:00
|
|
|
depends on (!BUILD_PROTECTED && !BUILD_KERNEL) && MTD_SMART
|
2013-05-01 16:09:20 +02:00
|
|
|
---help---
|
|
|
|
This logic performs a SMART flash block device test. This test
|
|
|
|
performs a sector allocate, read, write, free and garbage collection
|
2019-10-06 14:14:39 +02:00
|
|
|
test on a SMART MTD block device.
|
2013-05-01 16:09:20 +02:00
|
|
|
|
|
|
|
NOTE: This test uses internal OS interfaces and so is not available
|
|
|
|
in the NUTTX kernel build
|
|
|
|
|
|
|
|
if EXAMPLES_FLASH_TEST
|
|
|
|
endif
|