blob: aa98200c1fde9abf94ac0cce3a9b7bf9731718cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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 needs a toolchain w/ largefile"
depends on !BR2_LARGEFILE
|