On Thu, 2013-03-28 at 15:24 -0700, Luis R. Rodriguez wrote: > Another thing I should mention here about Kconfig. > > 'make localmodconfig' is great and IMHO something which we should > strive for as well for end users. The issue comes in when you have to > build something for remote systems. For this I wrote a script a while > ago to let us extract only the necessary components from the kernel, > scp to target, and extract back our .config [0]. This is hacky but > something to keep in mind. Yes, that's another interesting thing to do. I myself tend to think it's less important as even building all of compat shouldn't take all that much time. OTOH, it's clearly a lot more than what you usually want. The tricky part here is that for those users that have most reason to use compat, those who need it for new driver modules, it won't work because they can't already be loaded on the system. Anyway I don't see why we couldn't just copy the streamline config perl script, with the Kconfig tree we build it would probably work just fine. johannes -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html