Re: [RFC: 2.6 patch] DEBUG_KERNEL menu cleanups

From: Sam Ravnborg
Date: Fri Apr 14 2006 - 08:40:57 EST


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

Sam
-
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/