<br><br><div class="gmail_quote">On Fri, Oct 16, 2009 at 1:20 PM, Uwe Hermann <span dir="ltr"><<a href="mailto:uwe@hermann-uwe.de">uwe@hermann-uwe.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Tue, Oct 13, 2009 at 08:51:30AM -0600, Myles Watson wrote:<br>
> While I was fooling with it, I made Kconfig ensure that<br>
> MAXIMUM_CONSOLE_LOGLEVEL >= DEFAULT_CONSOLE_LOGLEVEL to minimize the<br>
> number of test cases I needed.<br>
><br>
> Signed-off-by: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br>
<br></div>

Acked-by: Uwe Hermann <<a href="mailto:uwe@hermann-uwe.de">uwe@hermann-uwe.de</a>><br></blockquote><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Acked-by: Stefan Reinauer <<a href="mailto:stepan@coresystems.de" target="_blank">stepan@coresystems.de</a>><br></blockquote><div>Rev 4794. <br></div><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

> Index: svn/src/console/Kconfig<br>
> ===================================================================<br>
> --- svn.orig/src/console/Kconfig<br>
> +++ svn/src/console/Kconfig<br>
<br>
The indentation in this file looks strange as the items didn't use TABs<br>
so far, feel free to change them all to TABs in this or in an extra<br>
commit.<br></blockquote><div>Fixed.<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Having DEFAULT_CONSOLE_LOGLEVEL depend on the MAXIMUM_CONSOLE_LOGLEVEL<br>
is really nice!<br></blockquote><div>Thanks.  I wish I could have used >, but I couldn't make it work in the depends clause. <br></div><div><br>I'd love to know how to do depends on (MAXIMUM_CONSOLE_LOGLEVEL > 4).<br>
<br>Thanks,<br>Myles<br></div></div><br>