Re: [PATCH] kconfig: untangle EXPERT and EMBEDDED

From: Andrew Jones
Date: Mon Jan 16 2012 - 10:52:33 EST


On Mon, Jan 16, 2012 at 04:40:47PM +0100, Jerome Marchand wrote:
> > @@ -1259,8 +1259,7 @@ config SLUB
> > a slab allocator.
> >
> > config SLOB
> > - depends on EXPERT
> > - bool "SLOB (Simple Allocator)"
> > + bool "SLOB (Simple Allocator)" if EXPERT
> > help
> > SLOB replaces the stock allocator with a drastically simpler
> > allocator. SLOB is generally more space efficient but
>
> Am I missing something or this particular chunk does not actually change
> anything?
>

No, you're correct. There's no actual change, so the hunk could be dubbed
as an unnecessary cleanup. I made the change in order to give it the same
general format as the rest of the expert options in that file.

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