[PATCH] nfsd kconfig: select things at the closest tristate instead of bool
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 26 Jun 2006 07:25:39 +0000 (00:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:23 +0000 (09:58 -0700)
commitf05e15b59467d97c30fbffed80db9e00b73d640b
tree90bc3b3a0854e0b063d438c8b151f0085d287ba0
parent5024ad4af69b3570e18d312786dc46318a1bad1a
[PATCH] nfsd kconfig: select things at the closest tristate instead of bool

I noticed recently that my CONFIG_CRYPTO_MD5 turned into a y again instead
of m.  It turns out that CONFIG_NFSD_V4 is selecting it to be y even though
I've chosen to compile nfsd as a module.

In general when we have a bool sitting under a tristate it is better to
select things you need from the tristate rather than the bool since that
allows the things you select to be modules.

The following patch does it for nfsd.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/Kconfig