summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/valgrind/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/valgrind/Config.in b/package/valgrind/Config.in
index dacdd86554..fd5649b45c 100644
--- a/package/valgrind/Config.in
+++ b/package/valgrind/Config.in
@@ -1,7 +1,8 @@
config BR2_PACKAGE_VALGRIND
bool "valgrind"
depends on BR2_i386 || BR2_x86_64 || BR2_cortex_a8 || \
- BR2_cortex_a9 || BR2_powerpc
+ BR2_cortex_a9 || BR2_powerpc || BR2_mips || \
+ BR2_mipsel || BR2_mips64 || BR2_mips64el
help
Tool for debugging and profiling Linux programs.
OpenPOWER on IntegriCloud