Kconfig 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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_MT2701_WM8960
  23. tristate "ASoc Audio driver for MT2701 with WM8960 codec"
  24. depends on SND_SOC_MT2701 && I2C
  25. select SND_SOC_WM8960
  26. help
  27. This adds ASoC driver for Mediatek MT2701 boards
  28. with the WM8960 codecs.
  29. Select Y if you have such device.
  30. If unsure select "N".
  31. config SND_SOC_MT6797
  32. tristate "ASoC support for Mediatek MT6797 chip"
  33. depends on ARCH_MEDIATEK
  34. select SND_SOC_MEDIATEK
  35. help
  36. This adds ASoC driver for Mediatek MT6797 boards
  37. that can be used with other codecs.
  38. Select Y if you have such device.
  39. If unsure select "N".
  40. config SND_SOC_MT6797_MT6351
  41. tristate "ASoc Audio driver for MT6797 with MT6351 codec"
  42. depends on SND_SOC_MT6797 && MTK_PMIC_WRAP
  43. select SND_SOC_MT6351
  44. help
  45. This adds ASoC driver for Mediatek MT6797 boards
  46. with the MT6351 codecs.
  47. Select Y if you have such device.
  48. If unsure select "N".
  49. config SND_SOC_MT8173
  50. tristate "ASoC support for Mediatek MT8173 chip"
  51. depends on ARCH_MEDIATEK
  52. select SND_SOC_MEDIATEK
  53. help
  54. This adds ASoC platform driver support for Mediatek MT8173 chip
  55. that can be used with other codecs.
  56. Select Y if you have such device.
  57. Ex: MT8173
  58. config SND_SOC_MT8173_MAX98090
  59. tristate "ASoC Audio driver for MT8173 with MAX98090 codec"
  60. depends on SND_SOC_MT8173 && I2C
  61. select SND_SOC_MAX98090
  62. help
  63. This adds ASoC driver for Mediatek MT8173 boards
  64. with the MAX98090 audio codec.
  65. Select Y if you have such device.
  66. If unsure select "N".
  67. config SND_SOC_MT8173_RT5650
  68. tristate "ASoC Audio driver for MT8173 with RT5650 codec"
  69. depends on SND_SOC_MT8173 && I2C
  70. select SND_SOC_RT5645
  71. select SND_SOC_HDMI_CODEC
  72. help
  73. This adds ASoC driver for Mediatek MT8173 boards
  74. with the RT5650 audio codec.
  75. Select Y if you have such device.
  76. If unsure select "N".
  77. config SND_SOC_MT8173_RT5650_RT5514
  78. tristate "ASoC Audio driver for MT8173 with RT5650 RT5514 codecs"
  79. depends on SND_SOC_MT8173 && I2C
  80. select SND_SOC_RT5645
  81. select SND_SOC_RT5514
  82. help
  83. This adds ASoC driver for Mediatek MT8173 boards
  84. with the RT5650 and RT5514 codecs.
  85. Select Y if you have such device.
  86. If unsure select "N".
  87. config SND_SOC_MT8173_RT5650_RT5676
  88. tristate "ASoC Audio driver for MT8173 with RT5650 RT5676 codecs"
  89. depends on SND_SOC_MT8173 && I2C
  90. select SND_SOC_RT5645
  91. select SND_SOC_RT5677
  92. select SND_SOC_HDMI_CODEC
  93. help
  94. This adds ASoC driver for Mediatek MT8173 boards
  95. with the RT5650 and RT5676 codecs.
  96. Select Y if you have such device.
  97. If unsure select "N".