mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 06:53:32 +08:00
a5ac61715b
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
9 lines
193 B
Plaintext
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/
|