]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - sound/soc/sunxi/Kconfig
Merge remote-tracking branches 'asoc/topic/sgtl5000', 'asoc/topic/simple', 'asoc...
[mirror_ubuntu-zesty-kernel.git] / sound / soc / sunxi / Kconfig
CommitLineData
45fb6b6f 1menu "Allwinner SoC Audio support"
702650bd 2 depends on ARCH_SUNXI || COMPILE_TEST
45fb6b6f
EL
3
4config SND_SUN4I_CODEC
5 tristate "Allwinner A10 Codec Support"
6 select SND_SOC_GENERIC_DMAENGINE_PCM
7 select REGMAP_MMIO
8 help
9 Select Y or M to add support for the Codec embedded in the Allwinner
10 A10 and affiliated SoCs.
11
fa7c0d13
MR
12config SND_SUN4I_I2S
13 tristate "Allwinner A10 I2S Support"
14 select SND_SOC_GENERIC_DMAENGINE_PCM
15 select REGMAP_MMIO
16 help
17 Say Y or M if you want to add support for codecs attached to
18 the Allwinner A10 I2S. You will also need to select the
19 individual machine drivers to support below.
20
f8260afa
MC
21config SND_SUN4I_SPDIF
22 tristate "Allwinner A10 SPDIF Support"
23 depends on OF
24 select SND_SOC_GENERIC_DMAENGINE_PCM
25 select REGMAP_MMIO
26 help
27 Say Y or M to add support for the S/PDIF audio block in the Allwinner
28 A10 and affiliated SoCs.
45fb6b6f 29endmenu