2008-10-03 14:57:50 +00:00
|
|
|
config SND_ATMEL_SOC
|
|
|
|
tristate "SoC Audio for the Atmel System-on-Chip"
|
2012-12-08 13:23:22 +00:00
|
|
|
depends on HAS_IOMEM
|
2008-10-03 14:57:50 +00: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-25 22:04:18 +00:00
|
|
|
if SND_ATMEL_SOC
|
|
|
|
|
2012-11-28 03:46:12 +00:00
|
|
|
config SND_ATMEL_SOC_PDC
|
2015-06-11 09:06:08 +00:00
|
|
|
tristate
|
2016-06-05 18:00:21 +00:00
|
|
|
depends on HAS_DMA
|
2015-06-11 09:06:09 +00: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 03:46:12 +00:00
|
|
|
|
2012-11-28 03:46:13 +00:00
|
|
|
config SND_ATMEL_SOC_DMA
|
2015-06-11 09:06:08 +00:00
|
|
|
tristate
|
2013-07-03 08:38:00 +00:00
|
|
|
select SND_SOC_GENERIC_DMAENGINE_PCM
|
2015-06-11 09:06:09 +00: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 03:46:13 +00:00
|
|
|
|
2008-10-03 14:57:50 +00:00
|
|
|
config SND_ATMEL_SOC_SSC
|
|
|
|
tristate
|
2015-06-11 09:06:09 +00: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 14:57:50 +00:00
|
|
|
|
|
|
|
config SND_AT91_SOC_SAM9G20_WM8731
|
|
|
|
tristate "SoC Audio support for WM8731-based At91sam9g20 evaluation board"
|
2015-04-11 09:16:19 +00:00
|
|
|
depends on ARCH_AT91 || COMPILE_TEST
|
2015-05-25 22:04:18 +00:00
|
|
|
depends on ATMEL_SSC && SND_SOC_I2C_AND_SPI
|
2015-06-11 09:06:09 +00:00
|
|
|
select SND_ATMEL_SOC_SSC_PDC
|
2008-10-03 14:57:50 +00: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 09:42:57 +00:00
|
|
|
config SND_ATMEL_SOC_WM8904
|
|
|
|
tristate "Atmel ASoC driver for boards using WM8904 codec"
|
2015-04-11 09:16:19 +00:00
|
|
|
depends on ARCH_AT91 || COMPILE_TEST
|
2015-05-25 22:04:18 +00:00
|
|
|
depends on ATMEL_SSC && I2C
|
2015-06-11 09:06:09 +00:00
|
|
|
select SND_ATMEL_SOC_SSC_DMA
|
2013-07-19 09:42:57 +00: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 10:32:03 +00:00
|
|
|
config SND_AT91_SOC_SAM9X5_WM8731
|
|
|
|
tristate "SoC Audio support for WM8731-based at91sam9x5 board"
|
2015-04-11 09:16:19 +00:00
|
|
|
depends on ARCH_AT91 || COMPILE_TEST
|
2015-05-25 22:04:18 +00:00
|
|
|
depends on ATMEL_SSC && SND_SOC_I2C_AND_SPI
|
2015-06-11 09:06:09 +00:00
|
|
|
select SND_ATMEL_SOC_SSC_DMA
|
2013-07-30 10:32:03 +00: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-10-08 10:13:31 +00:00
|
|
|
|
|
|
|
config SND_ATMEL_SOC_CLASSD
|
|
|
|
tristate "Atmel ASoC driver for boards using CLASSD"
|
|
|
|
depends on ARCH_AT91 || COMPILE_TEST
|
2017-12-08 14:18:53 +00:00
|
|
|
select SND_SOC_GENERIC_DMAENGINE_PCM
|
2015-10-08 10:13:31 +00:00
|
|
|
select REGMAP_MMIO
|
|
|
|
help
|
|
|
|
Say Y if you want to add support for Atmel ASoC driver for boards using
|
|
|
|
CLASSD.
|
2015-12-17 09:49:59 +00:00
|
|
|
|
|
|
|
config SND_ATMEL_SOC_PDMIC
|
|
|
|
tristate "Atmel ASoC driver for boards using PDMIC"
|
|
|
|
depends on OF && (ARCH_AT91 || COMPILE_TEST)
|
|
|
|
select SND_SOC_GENERIC_DMAENGINE_PCM
|
|
|
|
select REGMAP_MMIO
|
|
|
|
help
|
|
|
|
Say Y if you want to add support for Atmel ASoC driver for boards using
|
|
|
|
PDMIC.
|
2016-11-15 18:38:15 +00:00
|
|
|
|
|
|
|
config SND_ATMEL_SOC_TSE850_PCM5142
|
|
|
|
tristate "ASoC driver for the Axentia TSE-850"
|
|
|
|
depends on ARCH_AT91 && OF
|
|
|
|
depends on ATMEL_SSC && I2C
|
|
|
|
select SND_ATMEL_SOC_SSC_DMA
|
|
|
|
select SND_SOC_PCM512x_I2C
|
|
|
|
help
|
|
|
|
Say Y if you want to add support for the ASoC driver for the
|
|
|
|
Axentia TSE-850 with a PCM5142 codec.
|
2018-05-25 12:34:26 +00:00
|
|
|
|
|
|
|
config SND_ATMEL_SOC_I2S
|
|
|
|
tristate "Atmel ASoC driver for boards using I2S"
|
|
|
|
depends on OF && (ARCH_AT91 || COMPILE_TEST)
|
|
|
|
select SND_SOC_GENERIC_DMAENGINE_PCM
|
|
|
|
select REGMAP_MMIO
|
|
|
|
help
|
|
|
|
Say Y or M if you want to add support for Atmel ASoc driver for boards
|
|
|
|
using I2S.
|
2015-05-25 22:04:18 +00:00
|
|
|
endif
|