diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2014-07-25 15:07:48 +0300 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-25 17:39:23 +0100 |
commit | 96665e312940a0915e74a98cf75938a57d12c723 (patch) | |
tree | ad2beefef0730ef281d79fa20429932233578730 /sound/soc/codecs/Kconfig | |
parent | a9ef83f287b63ec8a753a3a7c6eac124f708544b (diff) |
ASoC: tlv320aic31xx: Add text in Kconfig so the codec can be used with simple-card
In order to show the option under 'CODEC drivers' we need to have text in
Kconfig.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 9115ab83c65..0ad292f4191 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -533,7 +533,7 @@ config SND_SOC_TLV320AIC26 depends on SPI config SND_SOC_TLV320AIC31XX - tristate + tristate "Texas Instruments TLV320AIC31xx CODECs" depends on I2C select REGMAP_I2C |