Kconfig 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. config SND_SOC_ROCKCHIP
  2. tristate "ASoC support for Rockchip"
  3. depends on COMPILE_TEST || ARCH_ROCKCHIP
  4. help
  5. Say Y or M if you want to add support for codecs attached to
  6. the Rockchip SoCs' Audio interfaces. You will also need to
  7. select the audio interfaces to support below.
  8. config SND_SOC_ROCKCHIP_I2S
  9. tristate "Rockchip I2S Device Driver"
  10. depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP
  11. select SND_SOC_GENERIC_DMAENGINE_PCM
  12. help
  13. Say Y or M if you want to add support for I2S driver for
  14. Rockchip I2S device. The device supports upto maximum of
  15. 8 channels each for play and record.
  16. config SND_SOC_ROCKCHIP_SPDIF
  17. tristate "Rockchip SPDIF Device Driver"
  18. depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP
  19. select SND_SOC_GENERIC_DMAENGINE_PCM
  20. help
  21. Say Y or M if you want to add support for SPDIF driver for
  22. Rockchip SPDIF transceiver device.
  23. config SND_SOC_ROCKCHIP_MAX98090
  24. tristate "ASoC support for Rockchip boards using a MAX98090 codec"
  25. depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP
  26. select SND_SOC_ROCKCHIP_I2S
  27. select SND_SOC_MAX98090
  28. select SND_SOC_TS3A227E
  29. help
  30. Say Y or M here if you want to add support for SoC audio on Rockchip
  31. boards using the MAX98090 codec, such as Veyron.
  32. config SND_SOC_ROCKCHIP_RT5645
  33. tristate "ASoC support for Rockchip boards using a RT5645/RT5650 codec"
  34. depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP
  35. select SND_SOC_ROCKCHIP_I2S
  36. select SND_SOC_RT5645
  37. help
  38. Say Y or M here if you want to add support for SoC audio on Rockchip
  39. boards using the RT5645/RT5650 codec, such as Veyron.
  40. config SND_SOC_RK3399_GRU_SOUND
  41. tristate "ASoC support multiple codecs for Rockchip RK3399 GRU boards"
  42. depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP && SPI
  43. select SND_SOC_ROCKCHIP_I2S
  44. select SND_SOC_MAX98357A
  45. select SND_SOC_RT5514
  46. select SND_SOC_DA7219
  47. select SND_SOC_RT5514_SPI
  48. help
  49. Say Y or M here if you want to add support multiple codecs for SoC
  50. audio on Rockchip RK3399 GRU boards.