Kconfig 1.7 KB

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