15 lines
441 B
Plaintext
15 lines
441 B
Plaintext
|
config BR2_PACKAGE_FLASHBENCH
|
||
|
bool "flashbench"
|
||
|
depends on BR2_LARGEFILE
|
||
|
help
|
||
|
Flashbench - Identify characteristics of flash media.
|
||
|
|
||
|
This is the tool used to identify the properties of
|
||
|
SD cards and other media for the Linaro flash memory
|
||
|
survey.
|
||
|
|
||
|
https://wiki.linaro.org/WorkingGroups/KernelConsolidation/Projects/FlashCardSurvey
|
||
|
|
||
|
comment "flashbench requires a toolchain with LARGEFILE support"
|
||
|
depends on !BR2_LARGEFILE
|