ASoC: SPEAr: Add dependency on dmaengine helpers
[deliverable/linux.git] / sound / soc / spear / Kconfig
CommitLineData
e58070ee
RK
1config SND_SPEAR_EVM
2 tristate "SoC Audio support for SPEAr EVM"
3 select SND_DESIGNWARE_I2S
4 select SND_SOC_STA529
5 select SND_SPEAR_SOC
6 help
7 Say Y if you want to add support for SoC audio on SPEAr
8 platform
9
10config SND_SPEAR1340_EVM
11 tristate "SoC Audio support for SPEAr1340 EVM"
12 select SND_DESIGNWARE_I2S
13 select SND_SOC_STA529
14 select SND_SPEAR_SPDIF_OUT
15 select SND_SPEAR_SPDIF_IN
16 select SND_SOC_SPDIF
17 select SND_SPEAR_SOC
18 help
19 Say Y if you want to add support for SoC audio on SPEAr1340
20 platform
21
22config SND_SPEAR_SOC
23 tristate "SoC Audio for the ST chip"
24 depends on SND_DESIGNWARE_I2S || SND_SPEAR_SPDIF_OUT || \
25 SND_SPEAR_SPDIF_IN
26 help
27 Say Y or M if you want to add support for any of the audio
28 controllers (I2S/SPDIF). You will also need to select
29 the audio interface codecs to support below.
6df2610c 30 select SND_SOC_DMAENGINE_PCM
e58070ee
RK
31
32config SND_SPEAR_SPDIF_OUT
33 tristate "SPEAr SPDIF Out Device Driver"
34 help
35 Say Y or M if you want to add support for SPDIF OUT driver.
36
37config SND_SPEAR_SPDIF_IN
38 tristate "SPEAr SPDIF IN Device Driver"
39 help
40 Say Y or M if you want to add support for SPDIF IN driver.
This page took 0.024689 seconds and 5 git commands to generate.