Kconfig 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. config SND_MFLD_MACHINE
  2. tristate "SOC Machine Audio driver for Intel Medfield MID platform"
  3. depends on INTEL_SCU_IPC
  4. select SND_SOC_SN95031
  5. select SND_SST_MFLD_PLATFORM
  6. select SND_SST_IPC_PCI
  7. help
  8. This adds support for ASoC machine driver for Intel(R) MID Medfield platform
  9. used as alsa device in audio substem in Intel(R) MID devices
  10. Say Y if you have such a device.
  11. If unsure select "N".
  12. config SND_SST_MFLD_PLATFORM
  13. tristate
  14. select SND_SOC_COMPRESS
  15. config SND_SST_IPC
  16. tristate
  17. config SND_SST_IPC_PCI
  18. tristate
  19. select SND_SST_IPC
  20. config SND_SST_IPC_ACPI
  21. tristate
  22. select SND_SST_IPC
  23. select SND_SOC_INTEL_SST
  24. select IOSF_MBI
  25. config SND_SOC_INTEL_SST
  26. tristate
  27. select SND_SOC_INTEL_SST_ACPI if ACPI
  28. select SND_SOC_INTEL_SST_MATCH if ACPI
  29. depends on (X86 || COMPILE_TEST)
  30. config SND_SOC_INTEL_SST_FIRMWARE
  31. tristate
  32. select DW_DMAC_CORE
  33. config SND_SOC_INTEL_SST_ACPI
  34. tristate
  35. config SND_SOC_INTEL_SST_MATCH
  36. tristate
  37. config SND_SOC_INTEL_HASWELL
  38. tristate
  39. select SND_SOC_INTEL_SST
  40. select SND_SOC_INTEL_SST_FIRMWARE
  41. config SND_SOC_INTEL_BAYTRAIL
  42. tristate
  43. select SND_SOC_INTEL_SST
  44. select SND_SOC_INTEL_SST_FIRMWARE
  45. config SND_SOC_INTEL_HASWELL_MACH
  46. tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
  47. depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
  48. depends on DMADEVICES
  49. select SND_SOC_INTEL_HASWELL
  50. select SND_SOC_RT5640
  51. help
  52. This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
  53. Ultrabook platforms.
  54. Say Y if you have such a device.
  55. If unsure select "N".
  56. config SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
  57. tristate "ASoC Audio driver for Broxton with DA7219 and MAX98357A in I2S Mode"
  58. depends on X86 && ACPI && I2C
  59. select SND_SOC_INTEL_SST
  60. select SND_SOC_INTEL_SKYLAKE
  61. select SND_SOC_DA7219
  62. select SND_SOC_MAX98357A
  63. select SND_SOC_DMIC
  64. select SND_SOC_HDAC_HDMI
  65. select SND_HDA_DSP_LOADER
  66. help
  67. This adds support for ASoC machine driver for Broxton-P platforms
  68. with DA7219 + MAX98357A I2S audio codec.
  69. Say Y if you have such a device.
  70. If unsure select "N".
  71. config SND_SOC_INTEL_BXT_RT298_MACH
  72. tristate "ASoC Audio driver for Broxton with RT298 I2S mode"
  73. depends on X86 && ACPI && I2C
  74. select SND_SOC_INTEL_SST
  75. select SND_SOC_INTEL_SKYLAKE
  76. select SND_SOC_RT298
  77. select SND_SOC_DMIC
  78. select SND_SOC_HDAC_HDMI
  79. select SND_HDA_DSP_LOADER
  80. help
  81. This adds support for ASoC machine driver for Broxton platforms
  82. with RT286 I2S audio codec.
  83. Say Y if you have such a device.
  84. If unsure select "N".
  85. config SND_SOC_INTEL_BYT_RT5640_MACH
  86. tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
  87. depends on X86_INTEL_LPSS && I2C
  88. depends on DMADEVICES
  89. depends on SND_SST_IPC_ACPI = n
  90. select SND_SOC_INTEL_BAYTRAIL
  91. select SND_SOC_RT5640
  92. help
  93. This adds audio driver for Intel Baytrail platform based boards
  94. with the RT5640 audio codec. This driver is deprecated, use
  95. SND_SOC_INTEL_BYTCR_RT5640_MACH instead for better functionality.
  96. config SND_SOC_INTEL_BYT_MAX98090_MACH
  97. tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
  98. depends on X86_INTEL_LPSS && I2C
  99. depends on DMADEVICES
  100. depends on SND_SST_IPC_ACPI = n
  101. select SND_SOC_INTEL_BAYTRAIL
  102. select SND_SOC_MAX98090
  103. help
  104. This adds audio driver for Intel Baytrail platform based boards
  105. with the MAX98090 audio codec.
  106. config SND_SOC_INTEL_BDW_RT5677_MACH
  107. tristate "ASoC Audio driver for Intel Broadwell with RT5677 codec"
  108. depends on X86_INTEL_LPSS && GPIOLIB && I2C
  109. depends on DMADEVICES
  110. select SND_SOC_INTEL_HASWELL
  111. select SND_SOC_RT5677
  112. help
  113. This adds support for Intel Broadwell platform based boards with
  114. the RT5677 audio codec.
  115. config SND_SOC_INTEL_BROADWELL_MACH
  116. tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
  117. depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
  118. depends on DMADEVICES
  119. select SND_SOC_INTEL_HASWELL
  120. select SND_SOC_RT286
  121. help
  122. This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
  123. Ultrabook platforms.
  124. Say Y if you have such a device.
  125. If unsure select "N".
  126. config SND_SOC_INTEL_BYTCR_RT5640_MACH
  127. tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5640 codec"
  128. depends on X86 && I2C && ACPI
  129. select SND_SOC_RT5640
  130. select SND_SST_MFLD_PLATFORM
  131. select SND_SST_IPC_ACPI
  132. select SND_SOC_INTEL_SST_MATCH if ACPI
  133. help
  134. This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
  135. platforms with RT5640 audio codec.
  136. Say Y if you have such a device.
  137. If unsure select "N".
  138. config SND_SOC_INTEL_BYTCR_RT5651_MACH
  139. tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5651 codec"
  140. depends on X86 && I2C && ACPI
  141. select SND_SOC_RT5651
  142. select SND_SST_MFLD_PLATFORM
  143. select SND_SST_IPC_ACPI
  144. select SND_SOC_INTEL_SST_MATCH if ACPI
  145. help
  146. This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
  147. platforms with RT5651 audio codec.
  148. Say Y if you have such a device.
  149. If unsure select "N".
  150. config SND_SOC_INTEL_CHT_BSW_RT5672_MACH
  151. tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec"
  152. depends on X86_INTEL_LPSS && I2C && ACPI
  153. select SND_SOC_RT5670
  154. select SND_SST_MFLD_PLATFORM
  155. select SND_SST_IPC_ACPI
  156. select SND_SOC_INTEL_SST_MATCH if ACPI
  157. help
  158. This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
  159. platforms with RT5672 audio codec.
  160. Say Y if you have such a device.
  161. If unsure select "N".
  162. config SND_SOC_INTEL_CHT_BSW_RT5645_MACH
  163. tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec"
  164. depends on X86_INTEL_LPSS && I2C && ACPI
  165. select SND_SOC_RT5645
  166. select SND_SST_MFLD_PLATFORM
  167. select SND_SST_IPC_ACPI
  168. select SND_SOC_INTEL_SST_MATCH if ACPI
  169. help
  170. This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
  171. platforms with RT5645/5650 audio codec.
  172. If unsure select "N".
  173. config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH
  174. tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with MAX98090 & TI codec"
  175. depends on X86_INTEL_LPSS && I2C && ACPI
  176. select SND_SOC_MAX98090
  177. select SND_SOC_TS3A227E
  178. select SND_SST_MFLD_PLATFORM
  179. select SND_SST_IPC_ACPI
  180. select SND_SOC_INTEL_SST_MATCH if ACPI
  181. help
  182. This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
  183. platforms with MAX98090 audio codec it also can support TI jack chip as aux device.
  184. If unsure select "N".
  185. config SND_SOC_INTEL_SKYLAKE
  186. tristate
  187. select SND_HDA_EXT_CORE
  188. select SND_HDA_DSP_LOADER
  189. select SND_SOC_TOPOLOGY
  190. select SND_SOC_INTEL_SST
  191. config SND_SOC_INTEL_SKL_RT286_MACH
  192. tristate "ASoC Audio driver for SKL with RT286 I2S mode"
  193. depends on X86 && ACPI && I2C
  194. select SND_SOC_INTEL_SST
  195. select SND_SOC_INTEL_SKYLAKE
  196. select SND_SOC_RT286
  197. select SND_SOC_DMIC
  198. select SND_SOC_HDAC_HDMI
  199. help
  200. This adds support for ASoC machine driver for Skylake platforms
  201. with RT286 I2S audio codec.
  202. Say Y if you have such a device.
  203. If unsure select "N".
  204. config SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH
  205. tristate "ASoC Audio driver for SKL with NAU88L25 and SSM4567 in I2S Mode"
  206. depends on X86_INTEL_LPSS && I2C
  207. select SND_SOC_INTEL_SST
  208. select SND_SOC_INTEL_SKYLAKE
  209. select SND_SOC_NAU8825
  210. select SND_SOC_SSM4567
  211. select SND_SOC_DMIC
  212. select SND_SOC_HDAC_HDMI
  213. help
  214. This adds support for ASoC Onboard Codec I2S machine driver. This will
  215. create an alsa sound card for NAU88L25 + SSM4567.
  216. Say Y if you have such a device.
  217. If unsure select "N".
  218. config SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH
  219. tristate "ASoC Audio driver for SKL with NAU88L25 and MAX98357A in I2S Mode"
  220. depends on X86_INTEL_LPSS && I2C
  221. select SND_SOC_INTEL_SST
  222. select SND_SOC_INTEL_SKYLAKE
  223. select SND_SOC_NAU8825
  224. select SND_SOC_MAX98357A
  225. select SND_SOC_DMIC
  226. select SND_SOC_HDAC_HDMI
  227. help
  228. This adds support for ASoC Onboard Codec I2S machine driver. This will
  229. create an alsa sound card for NAU88L25 + MAX98357A.
  230. Say Y if you have such a device.
  231. If unsure select "N".