diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2006-06-26 07:25:39 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-26 16:58:23 (GMT) |
commit | f05e15b59467d97c30fbffed80db9e00b73d640b (patch) | |
tree | 90bc3b3a0854e0b063d438c8b151f0085d287ba0 /fs/vfat/Makefile | |
parent | 5024ad4af69b3570e18d312786dc46318a1bad1a (diff) | |
download | linux-f05e15b59467d97c30fbffed80db9e00b73d640b.tar.xz |
[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>
Diffstat (limited to 'fs/vfat/Makefile')
0 files changed, 0 insertions, 0 deletions