summaryrefslogtreecommitdiffstats
path: root/package/flashbench/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-12-15 00:58:02 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-12-15 00:58:02 +0100
commit018a49a507fb9354b10ff7afd39e9fe2603cab4e (patch)
tree3a4dda6cc355776facfe47030fb76c3367f937b9 /package/flashbench/Config.in
parentee094dd16f78e27d1c53094b3267fd0d3e6d54d9 (diff)
downloadbuildroot-novena-018a49a507fb9354b10ff7afd39e9fe2603cab4e.tar.gz
buildroot-novena-018a49a507fb9354b10ff7afd39e9fe2603cab4e.zip
package: add flashbench
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/flashbench/Config.in')
-rw-r--r--package/flashbench/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/flashbench/Config.in b/package/flashbench/Config.in
new file mode 100644
index 000000000..39cdb1dad
--- /dev/null
+++ b/package/flashbench/Config.in
@@ -0,0 +1,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 requires a toolchain with LARGEFILE support"
+ depends on !BR2_LARGEFILE