* [PATCH] ASoC: cros_ec_codec: Remove unnecessary selection of CRYPTO
@ 2025-12-04 5:29 Eric Biggers
2025-12-04 18:52 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2025-12-04 5:29 UTC (permalink / raw)
To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
linux-sound
Cc: Eric Biggers
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>
---
sound/soc/codecs/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 6087ebde9523..a34a68d12668 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -775,11 +775,10 @@ config SND_SOC_CQ0093VC
tristate
config SND_SOC_CROS_EC_CODEC
tristate "codec driver for ChromeOS EC"
depends on CROS_EC
- select CRYPTO
select CRYPTO_LIB_SHA256
help
If you say yes here you will get support for the
ChromeOS Embedded Controller's Audio Codec.
base-commit: b2c27842ba853508b0da00187a7508eb3a96c8f7
--
2.52.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ASoC: cros_ec_codec: Remove unnecessary selection of CRYPTO
2025-12-04 5:29 [PATCH] ASoC: cros_ec_codec: Remove unnecessary selection of CRYPTO Eric Biggers
@ 2025-12-04 18:52 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2025-12-04 18:52 UTC (permalink / raw)
To: Liam Girdwood, Jaroslav Kysela, Takashi Iwai, linux-sound,
Eric Biggers
On Wed, 03 Dec 2025 21:29:54 -0800, Eric Biggers wrote:
> 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.
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: cros_ec_codec: Remove unnecessary selection of CRYPTO
commit: 8fb817335ad8d960ea05af3882cea113e59cb4e1
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-04 18:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-04 5:29 [PATCH] ASoC: cros_ec_codec: Remove unnecessary selection of CRYPTO Eric Biggers
2025-12-04 18:52 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox