Kconfig 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. config SND_AML_SOC
  2. tristate "Audio for Amlogic Meson SoC"
  3. depends on PLAT_MESON
  4. help
  5. Say Y or M if you want to add support for codecs attached to
  6. the Amlogic I2S interface. You will also need
  7. to select the audio interfaces to support below.
  8. config SND_AML_M1
  9. tristate "M1 evaluation board with internel audio dac"
  10. depends on SND_AML_SOC
  11. depends on ARCH_MESON1
  12. config SND_AML_M1_MID_WM8900
  13. tristate "AML6236 MID board with WM8900"
  14. depends on SND_AML_SOC
  15. select SND_SOC_WM8900 if SND_AML_M1_MID_WM8900
  16. config SND_AML_M1_ARMDEV_WM8900
  17. tristate "AML8726M ARM Dev board with WM8900"
  18. depends on SND_AML_SOC
  19. select SND_SOC_WM8900 if SND_AML_M1_ARMDEV_WM8900
  20. config SND_AML_M1_MID_RT5621
  21. tristate "AML8726M MID board with RT5621"
  22. depends on SND_AML_SOC
  23. select SND_SOC_RT5621 if SND_AML_M1_MID_RT5621
  24. config SND_AML_M2
  25. tristate "M2 evaluation board with internal audio codec"
  26. depends on SND_AML_SOC
  27. depends on ARCH_MESON2
  28. config SND_AML_M3
  29. tristate "M3 evaluation board with internal audio codec"
  30. depends on SND_AML_SOC
  31. depends on ARCH_MESON3
  32. config SND_AML_M6_RT5631
  33. tristate "M6 evaluation board with RT56331"
  34. depends on SND_AML_SOC
  35. select SND_SOC_RT5631 if SND_AML_M6_RT5631
  36. config SND_AML_M6_WM8960
  37. tristate "M6 evaluation board with WM8960"
  38. depends on SND_AML_SOC
  39. select SND_SOC_WM8960 if SND_AML_M6_WM8960
  40. config SND_AML_M_DUMMY_CODEC
  41. tristate "AML M series board with DUMMY_CODEC"
  42. depends on SND_AML_SOC
  43. select SND_SOC_DUMMY_CODEC if SND_AML_M_DUMMY_CODEC