config: hide options to debug crosstool-NG when a backend

When used as a backend, it does not make sense to debug crosstool-NG,
so hide the option.
This commit is contained in:
Yann E. MORIN" 2010-03-29 10:03:29 +02:00
parent 63f8c480c5
commit a5c8cbcff7

View File

@ -44,6 +44,7 @@ config DEBUG_CT
bool
prompt "Debug crosstool-NG"
default n
depends on ! BACKEND
help
Say 'y' here to get some options regarding debugging crosstool-NG.