Kconfig (40037e4f8b2f7d33b8d266f139bf345962c48d46) Kconfig (9dc15f81baf273b5aaaa3302ee8faacd78f361fd)
1# SPDX-License-Identifier: GPL-2.0-only
2config SND_ATMEL_SOC
3 tristate "SoC Audio for the Atmel System-on-Chip"
4 depends on HAS_IOMEM
5 help
6 Say Y or M if you want to add support for codecs attached to
7 the ATMEL SSC interface. You will also need
8 to select the audio interfaces to support below.

--- 28 unchanged lines hidden (view full) ---

37 select SND_ATMEL_SOC_SSC
38 help
39 Say Y or M if you want to add support for Atmel SSC interface
40 in DMA mode configured using audio-graph-card in device-tree.
41
42config SND_AT91_SOC_SAM9G20_WM8731
43 tristate "SoC Audio support for WM8731-based At91sam9g20 evaluation board"
44 depends on ARCH_AT91 || COMPILE_TEST
1# SPDX-License-Identifier: GPL-2.0-only
2config SND_ATMEL_SOC
3 tristate "SoC Audio for the Atmel System-on-Chip"
4 depends on HAS_IOMEM
5 help
6 Say Y or M if you want to add support for codecs attached to
7 the ATMEL SSC interface. You will also need
8 to select the audio interfaces to support below.

--- 28 unchanged lines hidden (view full) ---

37 select SND_ATMEL_SOC_SSC
38 help
39 Say Y or M if you want to add support for Atmel SSC interface
40 in DMA mode configured using audio-graph-card in device-tree.
41
42config SND_AT91_SOC_SAM9G20_WM8731
43 tristate "SoC Audio support for WM8731-based At91sam9g20 evaluation board"
44 depends on ARCH_AT91 || COMPILE_TEST
45 depends on ATMEL_SSC && SND_SOC_I2C_AND_SPI
45 depends on ATMEL_SSC && I2C
46 select SND_ATMEL_SOC_SSC_PDC
46 select SND_ATMEL_SOC_SSC_PDC
47 select SND_SOC_WM8731
47 select SND_SOC_WM8731_I2C
48 help
49 Say Y if you want to add support for SoC audio on WM8731-based
50 AT91sam9g20 evaluation board.
51
52config SND_ATMEL_SOC_WM8904
53 tristate "Atmel ASoC driver for boards using WM8904 codec"
54 depends on ARCH_AT91 || COMPILE_TEST
55 depends on ATMEL_SSC && I2C

--- 124 unchanged lines hidden ---
48 help
49 Say Y if you want to add support for SoC audio on WM8731-based
50 AT91sam9g20 evaluation board.
51
52config SND_ATMEL_SOC_WM8904
53 tristate "Atmel ASoC driver for boards using WM8904 codec"
54 depends on ARCH_AT91 || COMPILE_TEST
55 depends on ATMEL_SSC && I2C

--- 124 unchanged lines hidden ---