blob: 2a954bd01fd83e827e8e0b544384046703b973b5 [file] [log] [blame]
Emilio López45fb6b62015-09-12 15:26:24 +02001menu "Allwinner SoC Audio support"
2
3config SND_SUN4I_CODEC
4 tristate "Allwinner A10 Codec Support"
5 select SND_SOC_GENERIC_DMAENGINE_PCM
6 select REGMAP_MMIO
7 help
8 Select Y or M to add support for the Codec embedded in the Allwinner
9 A10 and affiliated SoCs.
10
Maxime Ripardfa7c0d12016-06-15 23:11:21 +020011config SND_SUN4I_I2S
12 tristate "Allwinner A10 I2S Support"
13 select SND_SOC_GENERIC_DMAENGINE_PCM
14 select REGMAP_MMIO
15 help
16 Say Y or M if you want to add support for codecs attached to
17 the Allwinner A10 I2S. You will also need to select the
18 individual machine drivers to support below.
19
Marcus Cooperf8260af2016-02-08 18:09:21 +010020config SND_SUN4I_SPDIF
21 tristate "Allwinner A10 SPDIF Support"
22 depends on OF
23 select SND_SOC_GENERIC_DMAENGINE_PCM
24 select REGMAP_MMIO
25 help
26 Say Y or M to add support for the S/PDIF audio block in the Allwinner
27 A10 and affiliated SoCs.
Emilio López45fb6b62015-09-12 15:26:24 +020028endmenu