On Wed, Jan 18, 2012 at 01:31:30AM -0800, David Rientjes wrote: > CONFIG_EXPERT isn't an invitation to be able to configure everything in > the kernel. Correct. It definitely shouldn't. It actually shouldn't configure *ANYTHING* in the kernel. Stopping it from doing so is exactly what this patch does. It should only expose expert options, and it can expose *ALL* expert options, including EMBEDDED and FOOBAR options. Which defaults people want for those is not in the scope of this patch. However, using EMBEDDED to fix EXPERT is the best choice for precisely the reason you state > I think it's fine to break backwards compatibility for options that are > currently configurable for CONFIG_EXPERT when it only makes sense for > embedded systems and use CONFIG_EMBEDDED instead. They better already > have it enabled and my patch a year ago didn't break it for them. While EMBEDDED may not be appropriate for all those default changes now, EXPERT *CERTAINLY* isn't appropriate. Let's fix EXPERT now and then EMBEDDED later. Anybody who cared about those things was using EMBEDDED before, let them keep using it now. -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html