blob: dd2368297fd39c6d79a237f4e0c76a2bd7f438a4 [file] [log] [blame]
Emilio López45fb6b62015-09-12 15:26:24 +02001menu "Allwinner SoC Audio support"
Peter Robinson702650b2016-08-23 18:17:46 +01002 depends on ARCH_SUNXI || COMPILE_TEST
Emilio López45fb6b62015-09-12 15:26:24 +02003
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
Maxime Ripardfa7c0d12016-06-15 23:11:21 +020012config 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
Marcus Cooperf8260af2016-02-08 18:09:21 +010021config 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.
Emilio López45fb6b62015-09-12 15:26:24 +020029endmenu