2008-10-03 16:57:50 +02:00
config SND_ATMEL_SOC
tristate "SoC Audio for the Atmel System-on-Chip"
2012-12-08 14:23:22 +01:00
depends on HAS_IOMEM
2008-10-03 16:57:50 +02: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 00:04:18 +02:00
if SND_ATMEL_SOC
2012-11-28 11:46:12 +08:00
config SND_ATMEL_SOC_PDC
2015-06-11 11:06:08 +02:00
tristate
2015-06-11 11:06:09 +02:00
default m if SND_ATMEL_SOC_SSC_PDC=m && SND_ATMEL_SOC_SSC=m
default y if SND_ATMEL_SOC_SSC_PDC=y || (SND_ATMEL_SOC_SSC_PDC=m && SND_ATMEL_SOC_SSC=y)
config SND_ATMEL_SOC_SSC_PDC
tristate
2012-11-28 11:46:12 +08:00
2012-11-28 11:46:13 +08:00
config SND_ATMEL_SOC_DMA
2015-06-11 11:06:08 +02:00
tristate
2013-07-03 16:38:00 +08:00
select SND_SOC_GENERIC_DMAENGINE_PCM
2015-06-11 11:06:09 +02:00
default m if SND_ATMEL_SOC_SSC_DMA=m && SND_ATMEL_SOC_SSC=m
default y if SND_ATMEL_SOC_SSC_DMA=y || (SND_ATMEL_SOC_SSC_DMA=m && SND_ATMEL_SOC_SSC=y)
config SND_ATMEL_SOC_SSC_DMA
tristate
2012-11-28 11:46:13 +08:00
2008-10-03 16:57:50 +02:00
config SND_ATMEL_SOC_SSC
tristate
2015-06-11 11:06:09 +02:00
default y if SND_ATMEL_SOC_SSC_DMA=y || SND_ATMEL_SOC_SSC_PDC=y
default m if SND_ATMEL_SOC_SSC_DMA=m || SND_ATMEL_SOC_SSC_PDC=m
2008-10-03 16:57:50 +02:00
config SND_AT91_SOC_SAM9G20_WM8731
tristate "SoC Audio support for WM8731-based At91sam9g20 evaluation board"
2015-04-11 11:16:19 +02:00
depends on ARCH_AT91 || COMPILE_TEST
2015-05-26 00:04:18 +02:00
depends on ATMEL_SSC && SND_SOC_I2C_AND_SPI
2015-06-11 11:06:09 +02:00
select SND_ATMEL_SOC_SSC_PDC
2008-10-03 16:57:50 +02:00
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 17:42:57 +08:00
config SND_ATMEL_SOC_WM8904
tristate "Atmel ASoC driver for boards using WM8904 codec"
2015-04-11 11:16:19 +02:00
depends on ARCH_AT91 || COMPILE_TEST
2015-05-26 00:04:18 +02:00
depends on ATMEL_SSC && I2C
2015-06-11 11:06:09 +02:00
select SND_ATMEL_SOC_SSC_DMA
2013-07-19 17:42:57 +08:00
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 12:32:03 +02:00
config SND_AT91_SOC_SAM9X5_WM8731
tristate "SoC Audio support for WM8731-based at91sam9x5 board"
2015-04-11 11:16:19 +02:00
depends on ARCH_AT91 || COMPILE_TEST
2015-05-26 00:04:18 +02:00
depends on ATMEL_SSC && SND_SOC_I2C_AND_SPI
2015-06-11 11:06:09 +02:00
select SND_ATMEL_SOC_SSC_DMA
2013-07-30 12:32:03 +02:00
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 00:04:18 +02:00
endif