[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190321221549.13765-2-jcormier@criticallink.com>
Date: Thu, 21 Mar 2019 18:15:43 -0400
From: "Cormier, Jonathan" <jcormier@...ticallink.com>
To: Liam Girdwood <lgirdwood@...il.com>, devicetree@...r.kernel.org
Cc: Bob Duke <bduke@...ticallink.com>,
Mike Williamson <michael.williamson@...ticallink.com>,
Greg Gluszek <greg.gluszek@...ticallink.com>,
Rob Herring <robh+dt@...nel.org>,
Mark Brown <broonie@...aro.org>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
Peter Ujfalusi <peter.ujfalusi@...com>,
Jyri Sarha <jsarha@...com>,
Misael Lopez Cruz <misael.lopez@...com>,
alsa-devel@...a-project.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 1/7] ASoC: tlv320aic26: Allow tlv320aic26 to be selected in menuconfig
Without a description you can't select the device in menuconfig
Set depends to SPI_MASTER to match conditional in SND_SOC_ALL_CODECS
Signed-off-by: Cormier, Jonathan <jcormier@...ticallink.com>
---
sound/soc/codecs/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 419114edfd57..cd697a015819 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -1087,8 +1087,8 @@ config SND_SOC_TLV320AIC23_SPI
select SND_SOC_TLV320AIC23
config SND_SOC_TLV320AIC26
- tristate
- depends on SPI
+ tristate "Texas Instruments TLV320AIC26 audio CODEC - SPI"
+ depends on SPI_MASTER
config SND_SOC_TLV320AIC31XX
tristate "Texas Instruments TLV320AIC31xx CODECs"
--
2.21.0
Powered by blists - more mailing lists