diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-12 00:37:01 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-12 00:37:01 +0000 |
commit | 9ec80630a1921c6652d7e42924e960db9bff5980 (patch) | |
tree | bdd4553e4dea0935bc666ad3394d34860b4cdf78 | |
parent | a1d70f4fad2780083506de3a5c806bfe132d4683 (diff) |
Highlight dependencies for mpatrol
-rw-r--r-- | package/mpatrol/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/mpatrol/Config.in b/package/mpatrol/Config.in index 12a3ceef4..1edd273c2 100644 --- a/package/mpatrol/Config.in +++ b/package/mpatrol/Config.in @@ -1,6 +1,8 @@ config BR2_PACKAGE_MPATROL bool "mpatrol" default n + depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GCC_TARGET || BR2_PACKAGE_LIBELF + help A debugging tool that attempts to diagnose run-time errors that are caused by the wrong use of dynamically allocated memory. It acts as |