Hi Paul, On 05/01, Paul Bolle wrote: > While you're discussing more substantial questions with Brian, I found > some nits. > > On Wed, 2015-04-29 at 14:28 -0500, Ben Shelton wrote: > > --- a/drivers/mtd/Kconfig > > +++ b/drivers/mtd/Kconfig > > > > +config MTD_RESERVE_END > > + int "Reserved space at the end of an all remaining space partition" > > + depends on MTD_CMDLINE_PARTS = "y" > > (The quotes are unneeded.) > > MTD_CMDLINE_PARTS is tristate. Why does it need to be built-in for this > symbol?
Good catch -- MTD_RESERVE_END should apply whether MTD_CMDLINE_PARTS is built-in or a module. I'll fix that in the next version of the patch. Thanks, Ben -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/