diff options
author | Mark Brown <broonie@linaro.org> | 2013-06-14 15:28:46 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-14 15:28:46 +0400 |
commit | 41139938cd63e9bf1a1eda62cb2add8dd8b561b4 (patch) | |
tree | d4224a363d62a7305984eb38bdf56d2ecbd9ae67 /sound/soc/spear | |
parent | 6df2610c150c3e7088ac9b82df3e9ee732802409 (diff) | |
download | linux-41139938cd63e9bf1a1eda62cb2add8dd8b561b4.tar.xz |
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: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/spear')
-rw-r--r-- | sound/soc/spear/Kconfig | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/sound/soc/spear/Kconfig b/sound/soc/spear/Kconfig index 5b744ed52988..e3851d67bfc4 100644 --- a/sound/soc/spear/Kconfig +++ b/sound/soc/spear/Kconfig @@ -20,21 +20,11 @@ config SND_SPEAR1340_EVM platform config SND_SPEAR_SOC - tristate "SoC Audio for the ST chip" - 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. + tristate select SND_SOC_DMAENGINE_PCM config SND_SPEAR_SPDIF_OUT - tristate "SPEAr SPDIF Out Device Driver" - help - Say Y or M if you want to add support for SPDIF OUT driver. + tristate config SND_SPEAR_SPDIF_IN - tristate "SPEAr SPDIF IN Device Driver" - help - Say Y or M if you want to add support for SPDIF IN driver. + tristate |