blob: 82769f509aaef7a5f5cef5318288635f20d4891c (
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 requires a toolchain with LARGEFILE support"
       depends on !BR2_LARGEFILE
 |