blob: dbd8ce17c89091dc14dc8616c6a3fe9075941a9a (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_MEMTESTER
bool "memtester"
depends on BR2_LARGEFILE
help
A userspace utility for testing the memory subsystem for faults.
http://pyropus.ca/software/memtester/
comment "memtester needs a toolchain w/ largefile"
depends on !BR2_LARGEFILE
|