Commit 0030f62683d5 for kernel

commit 0030f62683d5061d43b80577b7ab27196f1adb4c
Author: Alvin Šipraga <alvin.sipraga@analog.com>
Date:   Mon Sep 14 12:12:35 2026 +0200

    ASoC: adau1977: make the Kconfig symbols user selectable

    SND_SOC_ADAU1977_{SPI,I2C} are missing Kconfig text, so they don't show
    up in menuconfig and can't be selected by a user - only by another
    symbol such as a machine driver. Add the text to make these symbols
    selectable and usable with generic machine drivers like the simple audio
    card.

    Signed-off-by: Alvin Šipraga <alvin.sipraga@analog.com>
    Reviewed-by: Nuno Sá <nuno.sa@analog.com>
    Link: https://patch.msgid.link/20260914-asoc-adau1977-fixes-v1-1-aa2f0cabd728@analog.com
    Signed-off-by: Mark Brown <broonie@kernel.org>

diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index f9a47e262a77..d88593c2bac8 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -524,13 +524,13 @@ config SND_SOC_ADAU1977
 	tristate

 config SND_SOC_ADAU1977_SPI
-	tristate
+	tristate "Analog Devices ADAU1977/ADAU1978/ADAU1979 CODEC - SPI"
 	depends on SPI_MASTER
 	select SND_SOC_ADAU1977
 	select REGMAP_SPI

 config SND_SOC_ADAU1977_I2C
-	tristate
+	tristate "Analog Devices ADAU1977/ADAU1978/ADAU1979 CODEC - I2C"
 	depends on I2C
 	select SND_SOC_ADAU1977
 	select REGMAP_I2C