Config.in 223 B

12345678
  1. config BR2_PACKAGE_VALGRIND
  2. bool "valgrind"
  3. depends on BR2_i386 || BR2_x86_64 || BR2_cortex_a8 || \
  4. BR2_cortex_a9 || BR2_powerpc
  5. help
  6. Tool for debugging and profiling Linux programs.
  7. http://valgrind.kde.org/