On Fri, 2010-06-04 at 00:17 +0300, Tony Lindgren wrote:
I was looking at this new defconfig added this merge window,
omap3_stalker_lks_defconig ..
diff -u arch/arm/configs/omap3_defconfig arch/arm/configs/omap3_stalker_lks_defconfig | diffstat
omap3_stalker_lks_defconfig | 850 +++++++-------------------------------------
1 file changed, 140 insertions(+), 710 deletions(-)
There's a lot of stuff that's different in there .. If I look through
it, there's stuff that's not related to OMAP , or even drivers. Like
Kprobes gets disabled over omap3_defconfig .
To me that's kind of messy .. It should really be just what the user
absolutely needs. I think we're able to get away with that now cause no
one cares enough to really read the defconfig and see what's going on.
Having stuff like that adds more flux.
Whatever scheme we go to would likely change that and people would
actually read what's going on. So we wouldn't be able to randomly have
Kprobes enabled in one config, and not enabled in another one. Or having
a debug config as one, then having a performance config for another.
Daniel
--