1comment "ramspeed needs a toolchain not affected by GCC bug 43744"
2	depends on BR2_TOOLCHAIN_HAS_GCC_BUG_43744
3
4config BR2_PACKAGE_RAMSPEED
5	bool "ramspeed"
6	depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_43744
7	help
8	  RAMspeed is a free open source command line utility
9	  to measure cache and memory performance.
10
11	  http://alasir.com/software/ramspeed/
12