[coreboot] [PATCH] Maximum/default console log level for kconfig

Myles Watson mylesgw at gmail.com
Fri Oct 16 21:34:13 CEST 2009


On Fri, Oct 16, 2009 at 1:20 PM, Uwe Hermann <uwe at hermann-uwe.de> wrote:

> On Tue, Oct 13, 2009 at 08:51:30AM -0600, Myles Watson wrote:
> > While I was fooling with it, I made Kconfig ensure that
> > MAXIMUM_CONSOLE_LOGLEVEL >= DEFAULT_CONSOLE_LOGLEVEL to minimize the
> > number of test cases I needed.
> >
> > Signed-off-by: Myles Watson <mylesgw at gmail.com>
>
> Acked-by: Uwe Hermann <uwe at hermann-uwe.de>
>


> Acked-by: Stefan Reinauer <stepan at coresystems.de>
>
Rev 4794.


> > Index: svn/src/console/Kconfig
> > ===================================================================
> > --- svn.orig/src/console/Kconfig
> > +++ svn/src/console/Kconfig
>
> The indentation in this file looks strange as the items didn't use TABs
> so far, feel free to change them all to TABs in this or in an extra
> commit.
>
Fixed.

Having DEFAULT_CONSOLE_LOGLEVEL depend on the MAXIMUM_CONSOLE_LOGLEVEL
> is really nice!
>
Thanks.  I wish I could have used >, but I couldn't make it work in the
depends clause.

I'd love to know how to do depends on (MAXIMUM_CONSOLE_LOGLEVEL > 4).

Thanks,
Myles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20091016/5060041f/attachment.html>


More information about the coreboot mailing list