Skip to content

Commit 8fb8173

Browse files
Eric Biggersbroonie
authored andcommitted
ASoC: cros_ec_codec: Remove unnecessary selection of CRYPTO
The only crypto-related functionality this codec uses is the sha256() function, which is provided by CRYPTO_LIB_SHA256. Originally CRYPTO_LIB_SHA256 was visible only when CRYPTO; however, that was fixed years ago and the libraries can now be selected on their own. So, remove the unnecessary selection of CRYPTO. Signed-off-by: Eric Biggers <ebiggers@kernel.org> Link: https://patch.msgid.link/20251204052954.488568-1-ebiggers@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 434f815 commit 8fb8173

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sound/soc/codecs/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,6 @@ config SND_SOC_CQ0093VC
777777
config SND_SOC_CROS_EC_CODEC
778778
tristate "codec driver for ChromeOS EC"
779779
depends on CROS_EC
780-
select CRYPTO
781780
select CRYPTO_LIB_SHA256
782781
help
783782
If you say yes here you will get support for the

0 commit comments

Comments
 (0)