Kconfig 849 B

123456789101112131415161718192021222324252627282930
  1. menu "Allwinner SoC Audio support"
  2. depends on ARCH_SUNXI || COMPILE_TEST
  3. config 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. config SND_SUN4I_I2S
  11. tristate "Allwinner A10 I2S Support"
  12. select SND_SOC_GENERIC_DMAENGINE_PCM
  13. select REGMAP_MMIO
  14. help
  15. Say Y or M if you want to add support for codecs attached to
  16. the Allwinner A10 I2S. You will also need to select the
  17. individual machine drivers to support below.
  18. config SND_SUN4I_SPDIF
  19. tristate "Allwinner A10 SPDIF Support"
  20. depends on OF
  21. select SND_SOC_GENERIC_DMAENGINE_PCM
  22. select REGMAP_MMIO
  23. help
  24. Say Y or M to add support for the S/PDIF audio block in the Allwinner
  25. A10 and affiliated SoCs.
  26. endmenu