blob: ae42294ef688c4422b063fda841181a4b55fb349 [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
Marcus Cooperf8260af2016-02-08 18:09:21 +010011config SND_SUN4I_SPDIF
12 tristate "Allwinner A10 SPDIF Support"
13 depends on OF
14 select SND_SOC_GENERIC_DMAENGINE_PCM
15 select REGMAP_MMIO
16 help
17 Say Y or M to add support for the S/PDIF audio block in the Allwinner
18 A10 and affiliated SoCs.
Emilio López45fb6b62015-09-12 15:26:24 +020019endmenu