Kconfig 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. config SND_SOC_MEDIATEK
  2. tristate
  3. config SND_SOC_MT2701
  4. tristate "ASoC support for Mediatek MT2701 chip"
  5. depends on ARCH_MEDIATEK
  6. select SND_SOC_MEDIATEK
  7. help
  8. This adds ASoC driver for Mediatek MT2701 boards
  9. that can be used with other codecs.
  10. Select Y if you have such device.
  11. If unsure select "N".
  12. config SND_SOC_MT2701_CS42448
  13. tristate "ASoc Audio driver for MT2701 with CS42448 codec"
  14. depends on SND_SOC_MT2701 && I2C
  15. select SND_SOC_CS42XX8_I2C
  16. select SND_SOC_BT_SCO
  17. help
  18. This adds ASoC driver for Mediatek MT2701 boards
  19. with the CS42448 codecs.
  20. Select Y if you have such device.
  21. If unsure select "N".
  22. config SND_SOC_MT8173
  23. tristate "ASoC support for Mediatek MT8173 chip"
  24. depends on ARCH_MEDIATEK
  25. select SND_SOC_MEDIATEK
  26. help
  27. This adds ASoC platform driver support for Mediatek MT8173 chip
  28. that can be used with other codecs.
  29. Select Y if you have such device.
  30. Ex: MT8173
  31. config SND_SOC_MT8173_MAX98090
  32. tristate "ASoC Audio driver for MT8173 with MAX98090 codec"
  33. depends on SND_SOC_MT8173 && I2C
  34. select SND_SOC_MAX98090
  35. help
  36. This adds ASoC driver for Mediatek MT8173 boards
  37. with the MAX98090 audio codec.
  38. Select Y if you have such device.
  39. If unsure select "N".
  40. config SND_SOC_MT8173_RT5650
  41. tristate "ASoC Audio driver for MT8173 with RT5650 codec"
  42. depends on SND_SOC_MT8173 && I2C
  43. select SND_SOC_RT5645
  44. select SND_SOC_HDMI_CODEC
  45. help
  46. This adds ASoC driver for Mediatek MT8173 boards
  47. with the RT5650 audio codec.
  48. Select Y if you have such device.
  49. If unsure select "N".
  50. config SND_SOC_MT8173_RT5650_RT5514
  51. tristate "ASoC Audio driver for MT8173 with RT5650 RT5514 codecs"
  52. depends on SND_SOC_MT8173 && I2C
  53. select SND_SOC_RT5645
  54. select SND_SOC_RT5514
  55. help
  56. This adds ASoC driver for Mediatek MT8173 boards
  57. with the RT5650 and RT5514 codecs.
  58. Select Y if you have such device.
  59. If unsure select "N".
  60. config SND_SOC_MT8173_RT5650_RT5676
  61. tristate "ASoC Audio driver for MT8173 with RT5650 RT5676 codecs"
  62. depends on SND_SOC_MT8173 && I2C
  63. select SND_SOC_RT5645
  64. select SND_SOC_RT5677
  65. select SND_SOC_HDMI_CODEC
  66. help
  67. This adds ASoC driver for Mediatek MT8173 boards
  68. with the RT5650 and RT5676 codecs.
  69. Select Y if you have such device.
  70. If unsure select "N".