Commit 41139938 authored by Mark Brown's avatar Mark Brown

ASoC: SPEAr: Hide component drivers in Kconfig

The individual component drivers are only useful with a machine driver and
should be selected by the machine drivers so shouldn't have help text of
their own in order to hide them in interactive configuration.
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 6df2610c
...@@ -20,21 +20,11 @@ config SND_SPEAR1340_EVM ...@@ -20,21 +20,11 @@ config SND_SPEAR1340_EVM
platform platform
config SND_SPEAR_SOC config SND_SPEAR_SOC
tristate "SoC Audio for the ST chip" tristate
depends on SND_DESIGNWARE_I2S || SND_SPEAR_SPDIF_OUT || \
SND_SPEAR_SPDIF_IN
help
Say Y or M if you want to add support for any of the audio
controllers (I2S/SPDIF). You will also need to select
the audio interface codecs to support below.
select SND_SOC_DMAENGINE_PCM select SND_SOC_DMAENGINE_PCM
config SND_SPEAR_SPDIF_OUT config SND_SPEAR_SPDIF_OUT
tristate "SPEAr SPDIF Out Device Driver" tristate
help
Say Y or M if you want to add support for SPDIF OUT driver.
config SND_SPEAR_SPDIF_IN config SND_SPEAR_SPDIF_IN
tristate "SPEAr SPDIF IN Device Driver" tristate
help
Say Y or M if you want to add support for SPDIF IN driver.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment