Re: [PATCH] wireless: fix regression caused by regulatory configoption

From: Linus Torvalds
Date: Sun Oct 26 2008 - 16:18:42 EST




On Sun, 26 Oct 2008, John W. Linville wrote:
>
> Is it common practice to have compatibility options default to
> "y"? I'm not saying it shouldn't be, just wondering if it has been
> traditionally?

Yes. Generally the rule should be that

make oldconfig

with 'default values for all new options' should give you a configuration
that is essentially identical to the old one.

So if it's a config option to enable compatibility with old kernels, it
should default to 'y'. If it's a new driver or a new feature that didn't
exist in previous kernels, it should default to 'n'.

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