From: Stephen Warren Date: Thu, 5 Apr 2012 19:13:49 +0000 (-0600) Subject: ASoC: tegra: drop Kconfig description for SND_SOC_TEGRA_DAS X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=063dd9d4488184f35c4598fb68f46fbba959d58e;p=linux-beck.git ASoC: tegra: drop Kconfig description for SND_SOC_TEGRA_DAS The DAS, I2S, and SPDIF Kconfig options are intended to be selected by the Kconfig options for ASoC machine drivers. As such, they don't need to be user-visible themselves. Drop the description from the DAS variable to achieve this. I2S and SPDIF already don't have a description. Signed-off-by: Stephen Warren Signed-off-by: Mark Brown --- diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig index 23ab00d5b192..16632b1be150 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig @@ -5,7 +5,7 @@ config SND_SOC_TEGRA Say Y or M here if you want support for SoC audio on Tegra. config SND_SOC_TEGRA_DAS - tristate "Tegra Digital Audio Switch driver" + tristate depends on SND_SOC_TEGRA help Say Y or M if you want to add support for the Tegra DAS module.