blob: a5b2558916c1124eb0d9a3c2017f32920873d24a [file] [log] [blame]
Frank Mandarino8dafc0f2006-10-06 18:41:42 +02001menu "SoC Audio for the Atmel AT91"
2
3config SND_AT91_SOC
4 tristate "SoC Audio for the Atmel AT91 System-on-Chip"
Takashi Iwai1fc273b2007-03-08 12:53:02 +01005 depends on ARCH_AT91 && SND_SOC
Frank Mandarino8dafc0f2006-10-06 18:41:42 +02006 help
7 Say Y or M if you want to add support for codecs attached to
8 the AT91 SSC interface. You will also need
9 to select the audio interfaces to support below.
10
11config SND_AT91_SOC_I2S
12 tristate
13
14config SND_AT91_SOC_ETI_B1_WM8731
Frank Mandarinod3d35ad2007-02-02 17:17:39 +010015 tristate "SoC I2S Audio support for WM8731-based Endrelia ETI-B1 boards"
16 depends on SND_AT91_SOC && (MACH_ETI_B1 || MACH_ETI_C1)
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020017 select SND_AT91_SOC_I2S
18 select SND_SOC_WM8731
19 help
Frank Mandarinod3d35ad2007-02-02 17:17:39 +010020 Say Y if you want to add support for SoC audio on WM8731-based
21 Endrelia Technologies Inc ETI-B1 or ETI-C1 boards.
22
23config SND_AT91_SOC_ETI_SLAVE
24 bool "Run codec in slave Mode on Endrelia boards"
25 depends on SND_AT91_SOC_ETI_B1_WM8731
26 default n
27 help
28 Say Y if you want to run with the AT91 SSC generating the BCLK
29 and LRC signals on Endrelia boards.
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020030
31endmenu