Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. menu "AllWinner CODEC drivers"
  2. config SND_CODEC_SUNXI_RWFUNC
  3. bool
  4. default n
  5. config SND_CODEC_SUN8IW18_AUDIOCODEC
  6. bool "Allwinner AudioCodec support"
  7. default n
  8. select SND_PLATFORM_SUNXI_CPUDAI
  9. select SND_PLATFORM_SUNXI_PCM
  10. select SND_CODEC_SUNXI_RWFUNC
  11. depends on (ARCH_SUN8IW18P1 || ARCH_SUN8IW18)
  12. help
  13. Select Y to add support the Codec embedded in the Allwinner
  14. sun8iw18 and affiliated SoCs.
  15. config SND_CODEC_SUN8IW19_AUDIOCODEC
  16. bool "Allwinner AudioCodec support"
  17. default n
  18. select SND_PLATFORM_SUNXI_CPUDAI
  19. select SND_PLATFORM_SUNXI_PCM
  20. depends on (ARCH_SUN8IW19P1 || ARCH_SUN8IW19)
  21. help
  22. Select Y to add support the Codec embedded in the Allwinner
  23. sun8iw19 and affiliated SoCs.
  24. config SND_CODEC_SUN8IW20_AUDIOCODEC
  25. bool "Allwinner AudioCodec support"
  26. default n
  27. select SND_PLATFORM_SUNXI_CPUDAI
  28. select SND_PLATFORM_SUNXI_PCM
  29. depends on SOC_SUN20IW1P1
  30. help
  31. Select Y to add support the Codec embedded in the Allwinner
  32. sun8iw20 and affiliated SoCs.
  33. config SND_CODEC_AC108
  34. bool "Sunxi AC108 codec"
  35. default n
  36. endmenu