sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / sound / soc / sunxi / Kconfig
blob6c344e16aca41c090ed540bb6f43c0c1a82c191f
1 menu "Allwinner SoC Audio support"
2         depends on ARCH_SUNXI || COMPILE_TEST
4 config 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.
12 config SND_SUN8I_CODEC_ANALOG
13         tristate "Allwinner sun8i Codec Analog Controls Support"
14         depends on MACH_SUN8I || COMPILE_TEST
15         select REGMAP
16         help
17           Say Y or M if you want to add support for the analog controls for
18           the codec embedded in newer Allwinner SoCs.
20 config SND_SUN4I_I2S
21         tristate "Allwinner A10 I2S Support"
22         select SND_SOC_GENERIC_DMAENGINE_PCM
23         select REGMAP_MMIO
24         help
25           Say Y or M if you want to add support for codecs attached to
26           the Allwinner A10 I2S. You will also need to select the
27           individual machine drivers to support below.
29 config SND_SUN4I_SPDIF
30         tristate "Allwinner A10 SPDIF Support"
31         depends on OF
32         select SND_SOC_GENERIC_DMAENGINE_PCM
33         select REGMAP_MMIO
34         help
35           Say Y or M to add support for the S/PDIF audio block in the Allwinner
36           A10 and affiliated SoCs.
37 endmenu