Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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_SUN8I_CODEC
  11. tristate "Allwinner SUN8I audio codec"
  12. depends on OF
  13. depends on MACH_SUN8I || COMPILE_TEST
  14. select REGMAP_MMIO
  15. help
  16. This option enables the digital part of the internal audio codec for
  17. Allwinner sun8i SoC (and particularly A33).
  18. Say Y or M if you want to add sun8i digital audio codec support.
  19. config SND_SUN8I_CODEC_ANALOG
  20. tristate "Allwinner sun8i Codec Analog Controls Support"
  21. depends on MACH_SUN8I || (ARM64 && ARCH_SUNXI) || COMPILE_TEST
  22. select REGMAP
  23. help
  24. Say Y or M if you want to add support for the analog controls for
  25. the codec embedded in newer Allwinner SoCs.
  26. config SND_SUN4I_I2S
  27. tristate "Allwinner A10 I2S Support"
  28. select SND_SOC_GENERIC_DMAENGINE_PCM
  29. select REGMAP_MMIO
  30. help
  31. Say Y or M if you want to add support for codecs attached to
  32. the Allwinner A10 I2S. You will also need to select the
  33. individual machine drivers to support below.
  34. config SND_SUN4I_SPDIF
  35. tristate "Allwinner A10 SPDIF Support"
  36. depends on OF
  37. select SND_SOC_GENERIC_DMAENGINE_PCM
  38. select REGMAP_MMIO
  39. help
  40. Say Y or M to add support for the S/PDIF audio block in the Allwinner
  41. A10 and affiliated SoCs.
  42. endmenu