2005-09-30 22:41:41 +02:00
|
|
|
config BR2_PACKAGE_MEMTESTER
|
|
|
|
bool "memtester"
|
2010-12-12 22:53:55 +01:00
|
|
|
depends on BR2_LARGEFILE
|
2005-09-30 22:41:41 +02:00
|
|
|
help
|
|
|
|
A userspace utility for testing the memory subsystem for faults.
|
|
|
|
|
|
|
|
http://pyropus.ca/software/memtester/
|
2010-12-12 22:53:55 +01:00
|
|
|
|
|
|
|
comment "memtester requires a toolchain with LARGEFILE support"
|
|
|
|
depends on !BR2_LARGEFILE
|