diff mbox series

[v2,1/4] ASoC: codecs: adau1373: add some kconfig text

Message ID 20241028-adau1373-shutdown-v2-1-647f56bbd182@analog.com (mailing list archive)
State Accepted
Commit bebf0f45326e6cbb6f96e405e4179962a5675aaf
Headers show
Series ASoC: codecs: adau1373: drop platform data | expand

Commit Message

Nuno Sa via B4 Relay Oct. 28, 2024, 3:43 p.m. UTC
From: Nuno Sa <nuno.sa@analog.com>

Add some text to 'tristate' so that we can actually enable the driver
when using things like menuconfig.

Signed-off-by: Nuno Sa <nuno.sa@analog.com>
---
 sound/soc/codecs/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 6a6125e94d2d..72643907cef7 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -464,7 +464,7 @@  config SND_SOC_ADAU1372_SPI
 	select REGMAP_SPI
 
 config SND_SOC_ADAU1373
-	tristate
+	tristate "Analog Devices ADAU1373 CODEC"
 	depends on I2C
 	select SND_SOC_ADAU_UTILS