Kconfig 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. menuconfig SND_SOC_INTEL_MACH
  2. bool "Intel Machine drivers"
  3. depends on SND_SOC_INTEL_SST_TOPLEVEL
  4. help
  5. Intel ASoC Machine Drivers. If you have a Intel machine that
  6. has an audio controller with a DSP and I2S or DMIC port, then
  7. enable this option by saying Y
  8. Note that the answer to this question doesn't directly affect the
  9. kernel: saying N will just cause the configurator to skip all
  10. the questions about Intel ASoC machine drivers.
  11. if SND_SOC_INTEL_MACH
  12. if SND_SOC_INTEL_HASWELL
  13. config SND_SOC_INTEL_HASWELL_MACH
  14. tristate "Haswell Lynxpoint"
  15. depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
  16. select SND_SOC_RT5640
  17. help
  18. This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
  19. Ultrabook platforms. This is a recommended option.
  20. Say Y or m if you have such a device.
  21. If unsure select "N".
  22. config SND_SOC_INTEL_BDW_RT5677_MACH
  23. tristate "Broadwell with RT5677 codec"
  24. depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM && GPIOLIB
  25. select SND_SOC_RT5677
  26. help
  27. This adds support for Intel Broadwell platform based boards with
  28. the RT5677 audio codec. This is a recommended option.
  29. Say Y or m if you have such a device.
  30. If unsure select "N".
  31. config SND_SOC_INTEL_BROADWELL_MACH
  32. tristate "Broadwell Wildcatpoint"
  33. depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
  34. select SND_SOC_RT286
  35. help
  36. This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
  37. Ultrabook platforms.
  38. Say Y or m if you have such a device. This is a recommended option.
  39. If unsure select "N".
  40. endif ## SND_SOC_INTEL_HASWELL
  41. if SND_SOC_INTEL_BAYTRAIL
  42. config SND_SOC_INTEL_BYT_MAX98090_MACH
  43. tristate "Baytrail with MAX98090 codec"
  44. depends on X86_INTEL_LPSS && I2C
  45. select SND_SOC_MAX98090
  46. help
  47. This adds audio driver for Intel Baytrail platform based boards
  48. with the MAX98090 audio codec. This driver is deprecated, use
  49. SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH instead for better
  50. functionality.
  51. config SND_SOC_INTEL_BYT_RT5640_MACH
  52. tristate "Baytrail with RT5640 codec"
  53. depends on X86_INTEL_LPSS && I2C
  54. select SND_SOC_RT5640
  55. help
  56. This adds audio driver for Intel Baytrail platform based boards
  57. with the RT5640 audio codec. This driver is deprecated, use
  58. SND_SOC_INTEL_BYTCR_RT5640_MACH instead for better functionality.
  59. endif ## SND_SOC_INTEL_BAYTRAIL
  60. if SND_SST_ATOM_HIFI2_PLATFORM
  61. config SND_SOC_INTEL_BYTCR_RT5640_MACH
  62. tristate "Baytrail and Baytrail-CR with RT5640 codec"
  63. depends on X86_INTEL_LPSS && I2C && ACPI
  64. select SND_SOC_ACPI
  65. select SND_SOC_RT5640
  66. help
  67. This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
  68. platforms with RT5640 audio codec.
  69. Say Y or m if you have such a device. This is a recommended option.
  70. If unsure select "N".
  71. config SND_SOC_INTEL_BYTCR_RT5651_MACH
  72. tristate "Baytrail and Baytrail-CR with RT5651 codec"
  73. depends on X86_INTEL_LPSS && I2C && ACPI
  74. select SND_SOC_ACPI
  75. select SND_SOC_RT5651
  76. help
  77. This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
  78. platforms with RT5651 audio codec.
  79. Say Y or m if you have such a device. This is a recommended option.
  80. If unsure select "N".
  81. config SND_SOC_INTEL_CHT_BSW_RT5672_MACH
  82. tristate "Cherrytrail & Braswell with RT5672 codec"
  83. depends on X86_INTEL_LPSS && I2C && ACPI
  84. select SND_SOC_ACPI
  85. select SND_SOC_RT5670
  86. help
  87. This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
  88. platforms with RT5672 audio codec.
  89. Say Y or m if you have such a device. This is a recommended option.
  90. If unsure select "N".
  91. config SND_SOC_INTEL_CHT_BSW_RT5645_MACH
  92. tristate "Cherrytrail & Braswell with RT5645/5650 codec"
  93. depends on X86_INTEL_LPSS && I2C && ACPI
  94. select SND_SOC_ACPI
  95. select SND_SOC_RT5645
  96. help
  97. This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
  98. platforms with RT5645/5650 audio codec.
  99. Say Y or m if you have such a device. This is a recommended option.
  100. If unsure select "N".
  101. config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH
  102. tristate "Cherrytrail & Braswell with MAX98090 & TI codec"
  103. depends on X86_INTEL_LPSS && I2C && ACPI
  104. select SND_SOC_MAX98090
  105. select SND_SOC_TS3A227E
  106. help
  107. This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
  108. platforms with MAX98090 audio codec it also can support TI jack chip as aux device.
  109. Say Y or m if you have such a device. This is a recommended option.
  110. If unsure select "N".
  111. config SND_SOC_INTEL_CHT_BSW_NAU8824_MACH
  112. tristate "Cherrytrail & Braswell with NAU88L24 codec"
  113. depends on X86_INTEL_LPSS && I2C && ACPI
  114. select SND_SOC_ACPI
  115. select SND_SOC_NAU8824
  116. help
  117. This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
  118. platforms with NAU88L24 audio codec.
  119. Say Y or m if you have such a device. This is a recommended option.
  120. If unsure select "N".
  121. config SND_SOC_INTEL_BYT_CHT_DA7213_MACH
  122. tristate "Baytrail & Cherrytrail with DA7212/7213 codec"
  123. depends on X86_INTEL_LPSS && I2C && ACPI
  124. select SND_SOC_ACPI
  125. select SND_SOC_DA7213
  126. help
  127. This adds support for ASoC machine driver for Intel(R) Baytrail & CherryTrail
  128. platforms with DA7212/7213 audio codec.
  129. Say Y or m if you have such a device. This is a recommended option.
  130. If unsure select "N".
  131. config SND_SOC_INTEL_BYT_CHT_ES8316_MACH
  132. tristate "Baytrail & Cherrytrail with ES8316 codec"
  133. depends on X86_INTEL_LPSS && I2C && ACPI
  134. select SND_SOC_ACPI
  135. select SND_SOC_ES8316
  136. help
  137. This adds support for ASoC machine driver for Intel(R) Baytrail &
  138. Cherrytrail platforms with ES8316 audio codec.
  139. Say Y or m if you have such a device. This is a recommended option.
  140. If unsure select "N".
  141. config SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH
  142. tristate "Baytrail & Cherrytrail platform with no codec (MinnowBoard MAX, Up)"
  143. depends on X86_INTEL_LPSS && I2C && ACPI
  144. help
  145. This adds support for ASoC machine driver for the MinnowBoard Max or
  146. Up boards and provides access to I2S signals on the Low-Speed
  147. connector. This is not a recommended option outside of these cases.
  148. It is not intended to be enabled by distros by default.
  149. Say Y or m if you have such a device.
  150. If unsure select "N".
  151. endif ## SND_SST_ATOM_HIFI2_PLATFORM
  152. if SND_SOC_INTEL_SKYLAKE
  153. config SND_SOC_INTEL_SKL_RT286_MACH
  154. tristate "SKL with RT286 I2S mode"
  155. depends on MFD_INTEL_LPSS && I2C && ACPI
  156. select SND_SOC_RT286
  157. select SND_SOC_DMIC
  158. select SND_SOC_HDAC_HDMI
  159. help
  160. This adds support for ASoC machine driver for Skylake platforms
  161. with RT286 I2S audio codec.
  162. Say Y or m if you have such a device.
  163. If unsure select "N".
  164. config SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH
  165. tristate "SKL with NAU88L25 and SSM4567 in I2S Mode"
  166. depends on MFD_INTEL_LPSS && I2C && ACPI
  167. select SND_SOC_NAU8825
  168. select SND_SOC_SSM4567
  169. select SND_SOC_DMIC
  170. select SND_SOC_HDAC_HDMI
  171. help
  172. This adds support for ASoC Onboard Codec I2S machine driver. This will
  173. create an alsa sound card for NAU88L25 + SSM4567.
  174. Say Y or m if you have such a device. This is a recommended option.
  175. If unsure select "N".
  176. config SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH
  177. tristate "SKL with NAU88L25 and MAX98357A in I2S Mode"
  178. depends on MFD_INTEL_LPSS && I2C && ACPI
  179. select SND_SOC_NAU8825
  180. select SND_SOC_MAX98357A
  181. select SND_SOC_DMIC
  182. select SND_SOC_HDAC_HDMI
  183. help
  184. This adds support for ASoC Onboard Codec I2S machine driver. This will
  185. create an alsa sound card for NAU88L25 + MAX98357A.
  186. Say Y or m if you have such a device. This is a recommended option.
  187. If unsure select "N".
  188. config SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
  189. tristate "Broxton with DA7219 and MAX98357A in I2S Mode"
  190. depends on MFD_INTEL_LPSS && I2C && ACPI
  191. select SND_SOC_DA7219
  192. select SND_SOC_MAX98357A
  193. select SND_SOC_DMIC
  194. select SND_SOC_HDAC_HDMI
  195. select SND_HDA_DSP_LOADER
  196. help
  197. This adds support for ASoC machine driver for Broxton-P platforms
  198. with DA7219 + MAX98357A I2S audio codec.
  199. Say Y or m if you have such a device. This is a recommended option.
  200. If unsure select "N".
  201. config SND_SOC_INTEL_BXT_RT298_MACH
  202. tristate "Broxton with RT298 I2S mode"
  203. depends on MFD_INTEL_LPSS && I2C && ACPI
  204. select SND_SOC_RT298
  205. select SND_SOC_DMIC
  206. select SND_SOC_HDAC_HDMI
  207. select SND_HDA_DSP_LOADER
  208. help
  209. This adds support for ASoC machine driver for Broxton platforms
  210. with RT286 I2S audio codec.
  211. Say Y or m if you have such a device. This is a recommended option.
  212. If unsure select "N".
  213. config SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH
  214. tristate "KBL with RT5663 and MAX98927 in I2S Mode"
  215. depends on MFD_INTEL_LPSS && I2C && ACPI
  216. select SND_SOC_RT5663
  217. select SND_SOC_MAX98927
  218. select SND_SOC_DMIC
  219. select SND_SOC_HDAC_HDMI
  220. select SND_SOC_INTEL_SKYLAKE_SSP_CLK
  221. help
  222. This adds support for ASoC Onboard Codec I2S machine driver. This will
  223. create an alsa sound card for RT5663 + MAX98927.
  224. Say Y or m if you have such a device. This is a recommended option.
  225. If unsure select "N".
  226. config SND_SOC_INTEL_KBL_RT5663_RT5514_MAX98927_MACH
  227. tristate "KBL with RT5663, RT5514 and MAX98927 in I2S Mode"
  228. depends on MFD_INTEL_LPSS && I2C && ACPI
  229. depends on SPI
  230. select SND_SOC_RT5663
  231. select SND_SOC_RT5514
  232. select SND_SOC_RT5514_SPI
  233. select SND_SOC_MAX98927
  234. select SND_SOC_HDAC_HDMI
  235. help
  236. This adds support for ASoC Onboard Codec I2S machine driver. This will
  237. create an alsa sound card for RT5663 + RT5514 + MAX98927.
  238. Say Y or m if you have such a device. This is a recommended option.
  239. If unsure select "N".
  240. config SND_SOC_INTEL_KBL_DA7219_MAX98357A_MACH
  241. tristate "KBL with DA7219 and MAX98357A in I2S Mode"
  242. depends on MFD_INTEL_LPSS && I2C && ACPI
  243. select SND_SOC_DA7219
  244. select SND_SOC_MAX98357A
  245. select SND_SOC_DMIC
  246. select SND_SOC_HDAC_HDMI
  247. help
  248. This adds support for ASoC Onboard Codec I2S machine driver. This will
  249. create an alsa sound card for DA7219 + MAX98357A I2S audio codec.
  250. Say Y if you have such a device.
  251. If unsure select "N".
  252. config SND_SOC_INTEL_GLK_RT5682_MAX98357A_MACH
  253. tristate "GLK with RT5682 and MAX98357A in I2S Mode"
  254. depends on MFD_INTEL_LPSS && I2C && ACPI
  255. select SND_SOC_RT5682
  256. select SND_SOC_MAX98357A
  257. select SND_SOC_DMIC
  258. select SND_SOC_HDAC_HDMI
  259. select SND_HDA_DSP_LOADER
  260. help
  261. This adds support for ASoC machine driver for Geminilake platforms
  262. with RT5682 + MAX98357A I2S audio codec.
  263. Say Y if you have such a device.
  264. If unsure select "N".
  265. endif ## SND_SOC_INTEL_SKYLAKE
  266. endif ## SND_SOC_INTEL_MACH