388e17a855
Use Kconfig to ensure valgrind can only be enabled on supported archs.
9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
config BR2_PACKAGE_VALGRIND
|
|
bool "valgrind"
|
|
default n
|
|
depends BR2_i386 || BR2_powerpc || BR2_x86_64
|
|
help
|
|
Tool for debugging and profiling Linux programs.
|
|
|
|
http://valgrind.kde.org/
|