summaryrefslogtreecommitdiff
path: root/package/valgrind/Config.in
blob: 0f656dc1127c6eab57b1bec80b6eeade0922441d (plain)
1
2
3
4
5
6
7
8
config BR2_PACKAGE_VALGRIND
	bool "valgrind"
	depends on BR2_i386 || BR2_x86_64 || BR2_cortex_a8 || \
		   BR2_cortex_a9 || BR2_powerpc
	help
	  Tool for debugging and profiling Linux programs.

	  http://valgrind.kde.org/