diff options
author | Eric Biggers <ebiggers@kernel.org> | 2025-08-04 00:21:30 +0300 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2025-09-22 02:24:50 +0300 |
commit | 13289ed501bad7a37ccbfa8581961d2e9dd4aea3 (patch) | |
tree | 9ad50f7ae865e685b4fc103c67392f90c8ac1ffb /drivers/cdx/controller/cdx_controller.c | |
parent | a082e4b4d08a4a0e656d90c2c05da85f23e6d0c9 (diff) | |
download | linux-13289ed501bad7a37ccbfa8581961d2e9dd4aea3.tar.xz |
nfsd: Don't force CRYPTO_LIB_SHA256 to be built-in
Now that nfsd is accessing SHA-256 via the library API instead of via
crypto_shash, there is a direct symbol dependency on the SHA-256 code
and there is no benefit to be gained from forcing it to be built-in.
Therefore, select CRYPTO_LIB_SHA256 from NFSD (conditional on NFSD_V4)
instead of from NFSD_V4, so that it can be 'm' if NFSD is 'm'.
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'drivers/cdx/controller/cdx_controller.c')
0 files changed, 0 insertions, 0 deletions