Kconfig 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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_PDM
  17. tristate "Rockchip PDM Controller 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 PDM driver for
  22. Rockchip PDM Controller. The Controller supports up to maximum of
  23. 8 channels record.
  24. config SND_SOC_ROCKCHIP_SPDIF
  25. tristate "Rockchip SPDIF Device Driver"
  26. depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP
  27. select SND_SOC_GENERIC_DMAENGINE_PCM
  28. help
  29. Say Y or M if you want to add support for SPDIF driver for
  30. Rockchip SPDIF transceiver device.
  31. config SND_SOC_ROCKCHIP_MAX98090
  32. tristate "ASoC support for Rockchip boards using a MAX98090 codec"
  33. depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP
  34. select SND_SOC_ROCKCHIP_I2S
  35. select SND_SOC_MAX98090
  36. select SND_SOC_TS3A227E
  37. help
  38. Say Y or M here if you want to add support for SoC audio on Rockchip
  39. boards using the MAX98090 codec, such as Veyron.
  40. config SND_SOC_ROCKCHIP_RT5645
  41. tristate "ASoC support for Rockchip boards using a RT5645/RT5650 codec"
  42. depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP
  43. select SND_SOC_ROCKCHIP_I2S
  44. select SND_SOC_RT5645
  45. help
  46. Say Y or M here if you want to add support for SoC audio on Rockchip
  47. boards using the RT5645/RT5650 codec, such as Veyron.
  48. config SND_SOC_RK3288_HDMI_ANALOG
  49. tristate "ASoC support multiple codecs for Rockchip RK3288 boards"
  50. depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP
  51. select SND_SOC_ROCKCHIP_I2S
  52. select SND_SOC_HDMI_CODEC
  53. select SND_SOC_ES8328_I2C
  54. select SND_SOC_ES8328_SPI if SPI_MASTER
  55. select DRM_DW_HDMI_I2S_AUDIO if DRM_DW_HDMI
  56. help
  57. Say Y or M here if you want to add support for SoC audio on Rockchip
  58. RK3288 boards using an analog output and the built-in HDMI audio.
  59. config SND_SOC_RK3399_GRU_SOUND
  60. tristate "ASoC support multiple codecs for Rockchip RK3399 GRU boards"
  61. depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP && SPI
  62. select SND_SOC_ROCKCHIP_I2S
  63. select SND_SOC_MAX98357A
  64. select SND_SOC_RT5514
  65. select SND_SOC_DA7219
  66. select SND_SOC_RT5514_SPI
  67. select SND_SOC_HDMI_CODEC
  68. select SND_SOC_DMIC
  69. help
  70. Say Y or M here if you want to add support multiple codecs for SoC
  71. audio on Rockchip RK3399 GRU boards.