linux/sound/soc/spear/Kconfig
Mark Brown 41139938cd 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>
2013-06-14 12:28:46 +01:00

31 lines
651 B
Plaintext

config SND_SPEAR_EVM
tristate "SoC Audio support for SPEAr EVM"
select SND_DESIGNWARE_I2S
select SND_SOC_STA529
select SND_SPEAR_SOC
help
Say Y if you want to add support for SoC audio on SPEAr
platform
config SND_SPEAR1340_EVM
tristate "SoC Audio support for SPEAr1340 EVM"
select SND_DESIGNWARE_I2S
select SND_SOC_STA529
select SND_SPEAR_SPDIF_OUT
select SND_SPEAR_SPDIF_IN
select SND_SOC_SPDIF
select SND_SPEAR_SOC
help
Say Y if you want to add support for SoC audio on SPEAr1340
platform
config SND_SPEAR_SOC
tristate
select SND_SOC_DMAENGINE_PCM
config SND_SPEAR_SPDIF_OUT
tristate
config SND_SPEAR_SPDIF_IN
tristate