2 tristate "SoC Audio for the Atmel System-on-Chip"
5 Say Y or M if you want to add support for codecs attached to
6 the ATMEL SSC interface. You will also need
7 to select the audio interfaces to support below.
11 config SND_ATMEL_SOC_PDC
14 default m if SND_ATMEL_SOC_SSC_PDC=m && SND_ATMEL_SOC_SSC=m
15 default y if SND_ATMEL_SOC_SSC_PDC=y || (SND_ATMEL_SOC_SSC_PDC=m && SND_ATMEL_SOC_SSC=y)
17 config SND_ATMEL_SOC_SSC_PDC
20 config SND_ATMEL_SOC_DMA
22 select SND_SOC_GENERIC_DMAENGINE_PCM
23 default m if SND_ATMEL_SOC_SSC_DMA=m && SND_ATMEL_SOC_SSC=m
24 default y if SND_ATMEL_SOC_SSC_DMA=y || (SND_ATMEL_SOC_SSC_DMA=m && SND_ATMEL_SOC_SSC=y)
26 config SND_ATMEL_SOC_SSC_DMA
29 config SND_ATMEL_SOC_SSC
31 default y if SND_ATMEL_SOC_SSC_DMA=y || SND_ATMEL_SOC_SSC_PDC=y
32 default m if SND_ATMEL_SOC_SSC_DMA=m || SND_ATMEL_SOC_SSC_PDC=m
34 config SND_AT91_SOC_SAM9G20_WM8731
35 tristate "SoC Audio support for WM8731-based At91sam9g20 evaluation board"
36 depends on ARCH_AT91 || COMPILE_TEST
37 depends on ATMEL_SSC && SND_SOC_I2C_AND_SPI
38 select SND_ATMEL_SOC_SSC_PDC
41 Say Y if you want to add support for SoC audio on WM8731-based
42 AT91sam9g20 evaluation board.
44 config SND_ATMEL_SOC_WM8904
45 tristate "Atmel ASoC driver for boards using WM8904 codec"
46 depends on ARCH_AT91 || COMPILE_TEST
47 depends on ATMEL_SSC && I2C
48 select SND_ATMEL_SOC_SSC_DMA
51 Say Y if you want to add support for Atmel ASoC driver for boards using
54 config SND_AT91_SOC_SAM9X5_WM8731
55 tristate "SoC Audio support for WM8731-based at91sam9x5 board"
56 depends on ARCH_AT91 || COMPILE_TEST
57 depends on ATMEL_SSC && SND_SOC_I2C_AND_SPI
58 select SND_ATMEL_SOC_SSC_DMA
61 Say Y if you want to add support for audio SoC on an
62 at91sam9x5 based board that is using WM8731 codec.
64 config SND_ATMEL_SOC_CLASSD
65 tristate "Atmel ASoC driver for boards using CLASSD"
66 depends on ARCH_AT91 || COMPILE_TEST
67 select SND_SOC_GENERIC_DMAENGINE_PCM
70 Say Y if you want to add support for Atmel ASoC driver for boards using
73 config SND_ATMEL_SOC_PDMIC
74 tristate "Atmel ASoC driver for boards using PDMIC"
75 depends on OF && (ARCH_AT91 || COMPILE_TEST)
76 select SND_SOC_GENERIC_DMAENGINE_PCM
79 Say Y if you want to add support for Atmel ASoC driver for boards using
82 config SND_ATMEL_SOC_TSE850_PCM5142
83 tristate "ASoC driver for the Axentia TSE-850"
84 depends on ARCH_AT91 && OF
85 depends on ATMEL_SSC && I2C
86 select SND_ATMEL_SOC_SSC_DMA
87 select SND_SOC_PCM512x_I2C
89 Say Y if you want to add support for the ASoC driver for the
90 Axentia TSE-850 with a PCM5142 codec.