Kconfig 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. menu "ASoC support for Amlogic platforms"
  2. depends on ARCH_MESON || (COMPILE_TEST && COMMON_CLK)
  3. config SND_MESON_AXG_FIFO
  4. tristate
  5. select REGMAP_MMIO
  6. config SND_MESON_AXG_FRDDR
  7. tristate "Amlogic AXG Playback FIFO support"
  8. select SND_MESON_AXG_FIFO
  9. help
  10. Select Y or M to add support for the frontend playback interfaces
  11. embedded in the Amlogic AXG SoC family
  12. config SND_MESON_AXG_TODDR
  13. tristate "Amlogic AXG Capture FIFO support"
  14. select SND_MESON_AXG_FIFO
  15. help
  16. Select Y or M to add support for the frontend capture interfaces
  17. embedded in the Amlogic AXG SoC family
  18. config SND_MESON_AXG_TDM_FORMATTER
  19. tristate
  20. select REGMAP_MMIO
  21. config SND_MESON_AXG_TDM_INTERFACE
  22. tristate
  23. select SND_MESON_AXG_TDM_FORMATTER
  24. config SND_MESON_AXG_TDMIN
  25. tristate "Amlogic AXG TDM Input Support"
  26. select SND_MESON_AXG_TDM_FORMATTER
  27. select SND_MESON_AXG_TDM_INTERFACE
  28. help
  29. Select Y or M to add support for TDM input formatter embedded
  30. in the Amlogic AXG SoC family
  31. config SND_MESON_AXG_TDMOUT
  32. tristate "Amlogic AXG TDM Output Support"
  33. select SND_MESON_AXG_TDM_FORMATTER
  34. select SND_MESON_AXG_TDM_INTERFACE
  35. help
  36. Select Y or M to add support for TDM output formatter embedded
  37. in the Amlogic AXG SoC family
  38. config SND_MESON_AXG_SOUND_CARD
  39. tristate "Amlogic AXG Sound Card Support"
  40. select SND_MESON_AXG_TDM_INTERFACE
  41. imply SND_MESON_AXG_FRDDR
  42. imply SND_MESON_AXG_TODDR
  43. imply SND_MESON_AXG_TDMIN
  44. imply SND_MESON_AXG_TDMOUT
  45. imply SND_MESON_AXG_SPDIFOUT
  46. help
  47. Select Y or M to add support for the AXG SoC sound card
  48. config SND_MESON_AXG_SPDIFOUT
  49. tristate "Amlogic AXG SPDIF Output Support"
  50. select SND_PCM_IEC958
  51. imply SND_SOC_SPDIF
  52. help
  53. Select Y or M to add support for SPDIF output serializer embedded
  54. in the Amlogic AXG SoC family
  55. endmenu