On Fri, Oct 16, 2009 at 1:20 PM, Uwe Hermann <[email protected]> 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 <[email protected]> > > Acked-by: Uwe Hermann <[email protected]> > > Acked-by: Stefan Reinauer <[email protected]> > 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
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

