25 lines
645 B
Plaintext
25 lines
645 B
Plaintext
|
menu "SoC Audio for the Atmel AT91"
|
||
|
|
||
|
config SND_AT91_SOC
|
||
|
tristate "SoC Audio for the Atmel AT91 System-on-Chip"
|
||
|
depends on ARCH_AT91 && SND
|
||
|
select SND_PCM
|
||
|
help
|
||
|
Say Y or M if you want to add support for codecs attached to
|
||
|
the AT91 SSC interface. You will also need
|
||
|
to select the audio interfaces to support below.
|
||
|
|
||
|
config SND_AT91_SOC_I2S
|
||
|
tristate
|
||
|
|
||
|
config SND_AT91_SOC_ETI_B1_WM8731
|
||
|
tristate "SoC I2S Audio support for Endrelia ETI-B1 board"
|
||
|
depends on SND_AT91_SOC && MACH_ETI_B1
|
||
|
select SND_AT91_SOC_I2S
|
||
|
select SND_SOC_WM8731
|
||
|
help
|
||
|
Say Y if you want to add support for SoC audio on Endrelia
|
||
|
ETI-B1 board.
|
||
|
|
||
|
endmenu
|