2012-12-15 00:58:02 +01:00
|
|
|
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
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "flashbench needs a toolchain w/ largefile"
|
2012-12-15 00:58:02 +01:00
|
|
|
depends on !BR2_LARGEFILE
|