kumquat-buildroot/package/valgrind/Config.in
Peter Korsgaard a5ac61715b buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
2008-06-19 19:06:25 +00:00

9 lines
193 B
Plaintext

config BR2_PACKAGE_VALGRIND
bool "valgrind"
default n
depends on BR2_i386 || BR2_powerpc || BR2_x86_64
help
Tool for debugging and profiling Linux programs.
http://valgrind.kde.org/