Kconfig 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config SND_SOC_IMG
  3. bool "Audio support for Imagination Technologies designs"
  4. help
  5. Audio support for Imagination Technologies audio hardware
  6. config SND_SOC_IMG_I2S_IN
  7. tristate "Imagination I2S Input Device Driver"
  8. depends on SND_SOC_IMG
  9. select SND_SOC_GENERIC_DMAENGINE_PCM
  10. help
  11. Say Y or M if you want to add support for I2S in driver for
  12. Imagination Technologies I2S in device.
  13. config SND_SOC_IMG_I2S_OUT
  14. tristate "Imagination I2S Output Device Driver"
  15. depends on SND_SOC_IMG
  16. select SND_SOC_GENERIC_DMAENGINE_PCM
  17. help
  18. Say Y or M if you want to add support for I2S out driver for
  19. Imagination Technologies I2S out device.
  20. config SND_SOC_IMG_PARALLEL_OUT
  21. tristate "Imagination Parallel Output Device Driver"
  22. depends on SND_SOC_IMG
  23. select SND_SOC_GENERIC_DMAENGINE_PCM
  24. help
  25. Say Y or M if you want to add support for parallel out driver for
  26. Imagination Technologies parallel out device.
  27. config SND_SOC_IMG_SPDIF_IN
  28. tristate "Imagination SPDIF Input Device Driver"
  29. depends on SND_SOC_IMG
  30. select SND_SOC_GENERIC_DMAENGINE_PCM
  31. help
  32. Say Y or M if you want to add support for SPDIF input driver for
  33. Imagination Technologies SPDIF input device.
  34. config SND_SOC_IMG_SPDIF_OUT
  35. tristate "Imagination SPDIF Output Device Driver"
  36. depends on SND_SOC_IMG
  37. select SND_SOC_GENERIC_DMAENGINE_PCM
  38. help
  39. Say Y or M if you want to add support for SPDIF out driver for
  40. Imagination Technologies SPDIF out device.
  41. config SND_SOC_IMG_PISTACHIO_INTERNAL_DAC
  42. tristate "Support for Pistachio SoC Internal DAC Driver"
  43. depends on SND_SOC_IMG
  44. help
  45. Say Y or M if you want to add support for Pistachio internal DAC
  46. driver for Imagination Technologies Pistachio internal DAC device.