config: hide entries when in backend mode

This implies hidding entries for:
- binutils libraries
- dmalloc
- duma
- native gdb
- ltrace
- strace
- sstrip
This commit is contained in:
Yann E. MORIN" 2010-03-05 18:19:25 +01:00
parent 24cb85167d
commit 9bebf58143
7 changed files with 7 additions and 0 deletions

View File

@ -58,6 +58,7 @@ config BINUTILS_FOR_TARGET
bool
prompt "binutils libraries for the target"
depends on ! BARE_METAL
depends on ! BACKEND
default n
help
Some utilities may need binutils libraries to be available on

View File

@ -1,4 +1,5 @@
# dmalloc debug facility
# depends on ! BACKEND
config DEBUG_dmalloc
bool

View File

@ -1,4 +1,5 @@
# D.U.M.A. - Detect Unintended Memory Access - Memory checker
# depends on ! BACKEND
config DEBUG_duma
help

View File

@ -41,6 +41,7 @@ config GDB_NATIVE
prompt "Native gdb"
default n
depends on ! BARE_METAL
depends on ! BACKEND
help
Build and install a native gdb for the target, to run on the target.

View File

@ -1,4 +1,5 @@
# ltrace
# depends on ! BACKEND
config DEBUG_ltrace
select LIBELF_TARGET

View File

@ -1,4 +1,5 @@
# strace
# depends on ! BACKEND
config DEBUG_strace

View File

@ -1,4 +1,5 @@
# Configuration file for sstrip tool facility
# depends on ! BACKEND
config TOOL_sstrip
help