[PATCH] Add option DEBUG_LL to common/Kconfig
Antony Pavlov
antonynpavlov at gmail.com
Tue Jul 19 12:27:53 EDT 2011
On 19/07/2011, Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com> wrote:
> On 19:25 Tue 19 Jul , Antony Pavlov wrote:
>> Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
>> ---
>> common/Kconfig | 11 +++++++++++
>> 1 files changed, 11 insertions(+), 0 deletions(-)
>>
>> diff --git a/common/Kconfig b/common/Kconfig
>> index 7d2367b..61e13cb 100644
>> --- a/common/Kconfig
>> +++ b/common/Kconfig
>> @@ -482,4 +482,15 @@ config ENABLE_DEVICE_NOISE
>> help
>> Enable this to get noisy device handling routines
>>
>> +config DEBUG_LL
>> + bool
>> + depends on HAS_DEBUG_LL
>> + prompt "low level debug messages"
>> + help
>> + Enable this to get low level debug messages during barebox
>> initialization.
>> +
>> endmenu
>> +
>> +config HAS_DEBUG_LL
>> + bool
>> + default n
> n by default
I did not understood.
Do you mean this?
config DEBUG_LL
bool
+ default n
depends on HAS_DEBUG_LL
prompt "low level debug messages"
help
Enable this to get low level debug messages during barebox
initialization.
--
Best regards,
Antony Pavlov
More information about the barebox
mailing list