xref: /openbmc/linux/sound/soc/spear/Kconfig (revision e58070ee)
1e58070eeSRajeev Kumarconfig SND_SPEAR_EVM
2e58070eeSRajeev Kumar	tristate "SoC Audio support for SPEAr EVM"
3e58070eeSRajeev Kumar	select SND_DESIGNWARE_I2S
4e58070eeSRajeev Kumar	select SND_SOC_STA529
5e58070eeSRajeev Kumar	select SND_SPEAR_SOC
6e58070eeSRajeev Kumar	help
7e58070eeSRajeev Kumar	 Say Y if you want to add support for SoC audio on SPEAr
8e58070eeSRajeev Kumar	 platform
9e58070eeSRajeev Kumar
10e58070eeSRajeev Kumarconfig SND_SPEAR1340_EVM
11e58070eeSRajeev Kumar	tristate "SoC Audio support for SPEAr1340 EVM"
12e58070eeSRajeev Kumar	select SND_DESIGNWARE_I2S
13e58070eeSRajeev Kumar	select SND_SOC_STA529
14e58070eeSRajeev Kumar	select SND_SPEAR_SPDIF_OUT
15e58070eeSRajeev Kumar	select SND_SPEAR_SPDIF_IN
16e58070eeSRajeev Kumar	select SND_SOC_SPDIF
17e58070eeSRajeev Kumar	select SND_SPEAR_SOC
18e58070eeSRajeev Kumar	help
19e58070eeSRajeev Kumar	 Say Y if you want to add support for SoC audio on SPEAr1340
20e58070eeSRajeev Kumar	 platform
21e58070eeSRajeev Kumar
22e58070eeSRajeev Kumarconfig SND_SPEAR_SOC
23e58070eeSRajeev Kumar	tristate "SoC Audio for the ST chip"
24e58070eeSRajeev Kumar	depends on SND_DESIGNWARE_I2S || SND_SPEAR_SPDIF_OUT || \
25e58070eeSRajeev Kumar		SND_SPEAR_SPDIF_IN
26e58070eeSRajeev Kumar	help
27e58070eeSRajeev Kumar	 Say Y or M if you want to add support for any of the audio
28e58070eeSRajeev Kumar	 controllers (I2S/SPDIF). You will also need to select
29e58070eeSRajeev Kumar	 the audio interface codecs to support below.
30e58070eeSRajeev Kumar
31e58070eeSRajeev Kumarconfig SND_SPEAR_SPDIF_OUT
32e58070eeSRajeev Kumar	tristate "SPEAr SPDIF Out Device Driver"
33e58070eeSRajeev Kumar	help
34e58070eeSRajeev Kumar	 Say Y or M if you want to add support for SPDIF OUT driver.
35e58070eeSRajeev Kumar
36e58070eeSRajeev Kumarconfig SND_SPEAR_SPDIF_IN
37e58070eeSRajeev Kumar	tristate "SPEAr SPDIF IN Device Driver"
38e58070eeSRajeev Kumar	help
39e58070eeSRajeev Kumar	 Say Y or M if you want to add support for SPDIF IN driver.
40