linux/sound/soc/sunxi/Kconfig
<<
>>
Prefs
   1menu "Allwinner SoC Audio support"
   2        depends on ARCH_SUNXI || COMPILE_TEST
   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
  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
  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.
  29endmenu
  30