Re: [RFC: 2.6 patch] DEBUG_KERNEL menu cleanups

From: Adrian Bunk
Date: Wed Apr 19 2006 - 12:43:27 EST


On Fri, Apr 14, 2006 at 02:36:31PM +0200, Sam Ravnborg wrote:
> On Fri, Apr 14, 2006 at 01:18:53PM +0200, Adrian Bunk wrote:
> > This patch contains the following possible cleanups:
> > - move DEBUG_FS above the DEBUG_KERNEL options (it did break the menu)
> > - let the following options depend on DEBUG_KERNEL:
> > - PRINTK_TIME
> > - DEBUG_SHIRQ
> > - RT_MUTEX_TESTER
> > - UNWIND_INFO
>
> A simpler solution would be to wrap everything inside
> if DEBUG_KERNEL
> ...
> ...
> ...
> endif

It isn't that simple, since this if block would also contain

config LOG_BUF_SHIFT
int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" if DEBUG_KERNEL
range 12 21
...




> Sam

cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/