2008-10-03 18:57:50 +04:00
config SND_ATMEL_SOC
tristate "SoC Audio for the Atmel System-on-Chip"
2012-12-08 17:23:22 +04:00
depends on HAS_IOMEM
2008-10-03 18:57:50 +04:00
help
Say Y or M if you want to add support for codecs attached to
the ATMEL SSC interface. You will also need
to select the audio interfaces to support below.
2015-05-26 01:04:18 +03:00
if SND_ATMEL_SOC
2012-11-28 07:46:12 +04:00
config SND_ATMEL_SOC_PDC
2015-05-26 01:04:19 +03:00
bool
2012-11-28 07:46:12 +04:00
2012-11-28 07:46:13 +04:00
config SND_ATMEL_SOC_DMA
2015-05-26 01:04:19 +03:00
bool
2013-07-03 12:38:00 +04:00
select SND_SOC_GENERIC_DMAENGINE_PCM
2012-11-28 07:46:13 +04:00
2008-10-03 18:57:50 +04:00
config SND_ATMEL_SOC_SSC
tristate
config SND_AT91_SOC_SAM9G20_WM8731
tristate "SoC Audio support for WM8731-based At91sam9g20 evaluation board"
2015-04-11 12:16:19 +03:00
depends on ARCH_AT91 || COMPILE_TEST
2015-05-26 01:04:18 +03:00
depends on ATMEL_SSC && SND_SOC_I2C_AND_SPI
2012-11-28 07:46:12 +04:00
select SND_ATMEL_SOC_PDC
2008-10-03 18:57:50 +04:00
select SND_ATMEL_SOC_SSC
select SND_SOC_WM8731
help
Say Y if you want to add support for SoC audio on WM8731-based
AT91sam9g20 evaluation board.
2013-07-19 13:42:57 +04:00
config SND_ATMEL_SOC_WM8904
tristate "Atmel ASoC driver for boards using WM8904 codec"
2015-04-11 12:16:19 +03:00
depends on ARCH_AT91 || COMPILE_TEST
2015-05-26 01:04:18 +03:00
depends on ATMEL_SSC && I2C
2013-07-19 13:42:57 +04:00
select SND_ATMEL_SOC_SSC
select SND_ATMEL_SOC_DMA
select SND_SOC_WM8904
help
Say Y if you want to add support for Atmel ASoC driver for boards using
WM8904 codec.
2013-07-30 14:32:03 +04:00
config SND_AT91_SOC_SAM9X5_WM8731
tristate "SoC Audio support for WM8731-based at91sam9x5 board"
2015-04-11 12:16:19 +03:00
depends on ARCH_AT91 || COMPILE_TEST
2015-05-26 01:04:18 +03:00
depends on ATMEL_SSC && SND_SOC_I2C_AND_SPI
2013-07-30 14:32:03 +04:00
select SND_ATMEL_SOC_SSC
select SND_ATMEL_SOC_DMA
select SND_SOC_WM8731
help
Say Y if you want to add support for audio SoC on an
at91sam9x5 based board that is using WM8731 codec.
2015-05-26 01:04:18 +03:00
endif