On Fri, Oct 16, 2009 at 1:20 PM, Uwe Hermann uwe@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@gmail.com
Acked-by: Uwe Hermann uwe@hermann-uwe.de
Acked-by: Stefan Reinauer stepan@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