blob: 5a94f74d31dd0106af4860402b878ba8baa26541 [file] [log] [blame]
Vinod Koule62255f2011-01-04 20:17:04 +05301config SND_MFLD_MACHINE
2 tristate "SOC Machine Audio driver for Intel Medfield MID platform"
Vinod Koul5914ccf2014-10-16 13:54:29 +05303 depends on INTEL_SCU_IPC
Vinod Koule62255f2011-01-04 20:17:04 +05304 select SND_SOC_SN95031
Liam Girdwooda355d672014-02-12 13:42:50 +00005 select SND_SST_MFLD_PLATFORM
Vinod Koulf533a032014-11-04 16:25:16 +05306 select SND_SST_IPC_PCI
Vinod Koule62255f2011-01-04 20:17:04 +05307 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
Liam Girdwooda355d672014-02-12 13:42:50 +000013config SND_SST_MFLD_PLATFORM
Vinod Koule62255f2011-01-04 20:17:04 +053014 tristate
Jie Yang6f0c4222015-10-13 23:41:00 +080015 select SND_SOC_COMPRESS
Liam Girdwoodddfa40b2014-02-17 13:32:10 +000016
Vinod Koul0fbc7d72014-10-16 20:00:19 +053017config SND_SST_IPC
18 tristate
19
Vinod Koulf533a032014-11-04 16:25:16 +053020config SND_SST_IPC_PCI
21 tristate
22 select SND_SST_IPC
23
Vinod Koul336cfbb2014-11-11 16:36:28 +053024config SND_SST_IPC_ACPI
25 tristate
26 select SND_SST_IPC
Vinod Koul12cc2912015-11-05 21:34:12 +053027 select SND_SOC_INTEL_SST
Vinod Koul336cfbb2014-11-11 16:36:28 +053028 depends on ACPI
29
Liam Girdwoodddfa40b2014-02-17 13:32:10 +000030config SND_SOC_INTEL_SST
Vinod Koul13735d12015-06-19 23:55:28 +053031 tristate
Liam Girdwoodddfa40b2014-02-17 13:32:10 +000032 select SND_SOC_INTEL_SST_ACPI if ACPI
Vinod Koul2dcffce2016-02-08 10:45:37 +053033 select SND_SOC_INTEL_SST_MATCH if ACPI
Liam Girdwoodafd95492014-02-19 16:45:57 +000034 depends on (X86 || COMPILE_TEST)
Liam Girdwoodddfa40b2014-02-17 13:32:10 +000035
36config SND_SOC_INTEL_SST_ACPI
37 tristate
38
Vinod Koul2dcffce2016-02-08 10:45:37 +053039config SND_SOC_INTEL_SST_MATCH
40 tristate
41
Liam Girdwood5e4482f2014-02-20 21:48:46 +000042config SND_SOC_INTEL_HASWELL
43 tristate
Liam Girdwood90931b92014-02-20 21:48:47 +000044
Jarkko Nikula20df8d02014-02-24 17:27:02 +020045config SND_SOC_INTEL_BAYTRAIL
46 tristate
47
Liam Girdwood90931b92014-02-20 21:48:47 +000048config SND_SOC_INTEL_HASWELL_MACH
Liam Girdwooda8282132014-03-06 14:56:06 +000049 tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
Vinod Koul13735d12015-06-19 23:55:28 +053050 depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
Jie Yanga92ea592015-11-24 22:01:21 +080051 depends on DW_DMAC_CORE=y
Vinod Koul13735d12015-06-19 23:55:28 +053052 select SND_SOC_INTEL_SST
Liam Girdwood90931b92014-02-20 21:48:47 +000053 select SND_SOC_INTEL_HASWELL
54 select SND_SOC_RT5640
55 help
Liam Girdwooda8282132014-03-06 14:56:06 +000056 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
Liam Girdwood90931b92014-02-20 21:48:47 +000057 Ultrabook platforms.
Liam Girdwooda8282132014-03-06 14:56:06 +000058 Say Y if you have such a device
59 If unsure select "N".
Jarkko Nikula20df8d02014-02-24 17:27:02 +020060
61config SND_SOC_INTEL_BYT_RT5640_MACH
62 tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
Vinod Koul13735d12015-06-19 23:55:28 +053063 depends on X86_INTEL_LPSS && I2C
Pierre-Louis Bossartcfffcc62016-02-08 10:45:38 +053064 depends on DW_DMAC_CORE=y && (SND_SST_IPC_ACPI = n)
Vinod Koul13735d12015-06-19 23:55:28 +053065 select SND_SOC_INTEL_SST
Jarkko Nikula20df8d02014-02-24 17:27:02 +020066 select SND_SOC_INTEL_BAYTRAIL
67 select SND_SOC_RT5640
68 help
69 This adds audio driver for Intel Baytrail platform based boards
Pierre-Louis Bossart595788e2015-12-17 20:35:43 -060070 with the RT5640 audio codec. This driver is deprecated, use
71 SND_SOC_INTEL_BYTCR_RT5640_MACH instead for better functionality
Jarkko Nikula9b351d42014-05-30 15:16:43 +030072
73config SND_SOC_INTEL_BYT_MAX98090_MACH
74 tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
Vinod Koul13735d12015-06-19 23:55:28 +053075 depends on X86_INTEL_LPSS && I2C
Pierre-Louis Bossartcfffcc62016-02-08 10:45:38 +053076 depends on DW_DMAC_CORE=y && (SND_SST_IPC_ACPI = n)
Vinod Koul13735d12015-06-19 23:55:28 +053077 select SND_SOC_INTEL_SST
Jarkko Nikula9b351d42014-05-30 15:16:43 +030078 select SND_SOC_INTEL_BAYTRAIL
79 select SND_SOC_MAX98090
80 help
81 This adds audio driver for Intel Baytrail platform based boards
82 with the MAX98090 audio codec.
Liam Girdwoodafdb74f2014-07-14 10:35:40 +080083
84config SND_SOC_INTEL_BROADWELL_MACH
85 tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
Vinod Koul13735d12015-06-19 23:55:28 +053086 depends on X86_INTEL_LPSS && I2C && DW_DMAC && \
Ricardo Neri282a3312014-10-16 18:22:01 -070087 I2C_DESIGNWARE_PLATFORM
Jie Yanga92ea592015-11-24 22:01:21 +080088 depends on DW_DMAC_CORE=y
Vinod Koul13735d12015-06-19 23:55:28 +053089 select SND_SOC_INTEL_SST
Liam Girdwoodafdb74f2014-07-14 10:35:40 +080090 select SND_SOC_INTEL_HASWELL
Liam Girdwoodafdb74f2014-07-14 10:35:40 +080091 select SND_SOC_RT286
92 help
93 This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
94 Ultrabook platforms.
95 Say Y if you have such a device
96 If unsure select "N".
Subhransu S. Prusty996cc842014-11-19 15:13:27 +053097
98config SND_SOC_INTEL_BYTCR_RT5640_MACH
Pierre-Louis Bossart595788e2015-12-17 20:35:43 -060099 tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5640 codec"
Jarkko Nikulada042e32014-12-18 16:40:35 +0200100 depends on X86 && I2C
Subhransu S. Prusty996cc842014-11-19 15:13:27 +0530101 select SND_SOC_RT5640
102 select SND_SST_MFLD_PLATFORM
103 select SND_SST_IPC_ACPI
Vinod Koul2dcffce2016-02-08 10:45:37 +0530104 select SND_SOC_INTEL_SST_MATCH if ACPI
Subhransu S. Prusty996cc842014-11-19 15:13:27 +0530105 help
Pierre-Louis Bossart595788e2015-12-17 20:35:43 -0600106 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
107 platforms with RT5640 audio codec.
Subhransu S. Prusty996cc842014-11-19 15:13:27 +0530108 Say Y if you have such a device
109 If unsure select "N".
Mengdong Lin026da222014-11-21 16:08:59 +0800110
Pierre-Louis Bossart2bd5bd12016-01-04 17:20:24 -0600111config SND_SOC_INTEL_BYTCR_RT5651_MACH
112 tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5651 codec"
113 depends on X86 && I2C
114 select SND_SOC_RT5651
115 select SND_SST_MFLD_PLATFORM
116 select SND_SST_IPC_ACPI
Vinod Koul2dcffce2016-02-08 10:45:37 +0530117 select SND_SOC_INTEL_SST_MATCH if ACPI
Pierre-Louis Bossart2bd5bd12016-01-04 17:20:24 -0600118 help
119 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
120 platforms with RT5651 audio codec.
121 Say Y if you have such a device
122 If unsure select "N".
123
Mengdong Lin026da222014-11-21 16:08:59 +0800124config SND_SOC_INTEL_CHT_BSW_RT5672_MACH
125 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec"
Jarkko Nikulada042e32014-12-18 16:40:35 +0200126 depends on X86_INTEL_LPSS && I2C
Mengdong Lin026da222014-11-21 16:08:59 +0800127 select SND_SOC_RT5670
128 select SND_SST_MFLD_PLATFORM
129 select SND_SST_IPC_ACPI
Vinod Koul2dcffce2016-02-08 10:45:37 +0530130 select SND_SOC_INTEL_SST_MATCH if ACPI
Mengdong Lin026da222014-11-21 16:08:59 +0800131 help
132 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
133 platforms with RT5672 audio codec.
134 Say Y if you have such a device
135 If unsure select "N".
Fang, Yang Ae18acdc2015-02-04 18:19:32 -0800136
137config SND_SOC_INTEL_CHT_BSW_RT5645_MACH
Fang, Yang Ac4ba51b2015-04-23 10:23:02 -0700138 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec"
Fang, Yang Afd35e372015-06-11 15:51:59 -0700139 depends on X86_INTEL_LPSS && I2C
Fang, Yang Ae18acdc2015-02-04 18:19:32 -0800140 select SND_SOC_RT5645
141 select SND_SST_MFLD_PLATFORM
142 select SND_SST_IPC_ACPI
Vinod Koul2dcffce2016-02-08 10:45:37 +0530143 select SND_SOC_INTEL_SST_MATCH if ACPI
Fang, Yang Ae18acdc2015-02-04 18:19:32 -0800144 help
145 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
Fang, Yang Ac4ba51b2015-04-23 10:23:02 -0700146 platforms with RT5645/5650 audio codec.
Fang, Yang Ae18acdc2015-02-04 18:19:32 -0800147 If unsure select "N".
Fang, Yang A17119a42015-05-01 11:42:03 -0700148
149config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH
150 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with MAX98090 & TI codec"
Fang, Yang Afd35e372015-06-11 15:51:59 -0700151 depends on X86_INTEL_LPSS && I2C
Fang, Yang A17119a42015-05-01 11:42:03 -0700152 select SND_SOC_MAX98090
153 select SND_SOC_TS3A227E
154 select SND_SST_MFLD_PLATFORM
155 select SND_SST_IPC_ACPI
Vinod Koul2dcffce2016-02-08 10:45:37 +0530156 select SND_SOC_INTEL_SST_MATCH if ACPI
Fang, Yang A17119a42015-05-01 11:42:03 -0700157 help
158 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
159 platforms with MAX98090 audio codec it also can support TI jack chip as aux device.
160 If unsure select "N".
Jeeja KPeb965e32015-07-09 15:20:10 +0530161
162config SND_SOC_INTEL_SKYLAKE
163 tristate
164 select SND_HDA_EXT_CORE
Jeeja KP92eb4f62016-03-11 10:12:56 +0530165 select SND_HDA_DSP_LOADER
Vinod Koul3af36702015-10-07 11:31:56 +0100166 select SND_SOC_TOPOLOGY
Vinod Koul6980c052016-02-17 21:34:06 +0530167 select SND_HDA_I915
Subhransu S. Prustyb81fd262015-07-09 21:38:54 +0530168 select SND_SOC_INTEL_SST
Omair M Abdullah624729f2015-10-14 21:11:43 +0530169
170config SND_SOC_INTEL_SKL_RT286_MACH
171 tristate "ASoC Audio driver for SKL with RT286 I2S mode"
Vinod Koul0928e8a2015-11-18 19:11:46 +0530172 depends on X86 && ACPI && I2C
Omair M Abdullah624729f2015-10-14 21:11:43 +0530173 select SND_SOC_INTEL_SST
174 select SND_SOC_INTEL_SKYLAKE
175 select SND_SOC_RT286
176 select SND_SOC_DMIC
Jeeja KP23905cd2016-02-24 11:27:38 +0530177 select SND_SOC_HDAC_HDMI
Omair M Abdullah624729f2015-10-14 21:11:43 +0530178 help
179 This adds support for ASoC machine driver for Skylake platforms
180 with RT286 I2S audio codec.
181 Say Y if you have such a device
182 If unsure select "N".
Harsha Priyaa86d5052015-11-05 22:53:07 +0530183
184config SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH
185 tristate "ASoC Audio driver for SKL with NAU88L25 and SSM4567 in I2S Mode"
186 depends on X86_INTEL_LPSS && I2C
187 select SND_SOC_INTEL_SST
188 select SND_SOC_INTEL_SKYLAKE
189 select SND_SOC_NAU8825
190 select SND_SOC_SSM4567
191 select SND_SOC_DMIC
Jeeja KPbc5f6ac2016-02-24 11:27:39 +0530192 select SND_SOC_HDAC_HDMI
Harsha Priyaa86d5052015-11-05 22:53:07 +0530193 help
194 This adds support for ASoC Onboard Codec I2S machine driver. This will
195 create an alsa sound card for NAU88L25 + SSM4567.
196 Say Y if you have such a device
197 If unsure select "N".
Rohit Ainapure8eaf2b32015-12-11 11:29:08 -0800198
199config SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH
200 tristate "ASoC Audio driver for SKL with NAU88L25 and MAX98357A in I2S Mode"
201 depends on X86_INTEL_LPSS && I2C
202 select SND_SOC_INTEL_SST
203 select SND_SOC_INTEL_SKYLAKE
204 select SND_SOC_NAU8825
205 select SND_SOC_MAX98357A
206 select SND_SOC_DMIC
Sathyanarayana Nujella0ab338f2016-02-24 11:27:40 +0530207 select SND_SOC_HDAC_HDMI
Rohit Ainapure8eaf2b32015-12-11 11:29:08 -0800208 help
209 This adds support for ASoC Onboard Codec I2S machine driver. This will
210 create an alsa sound card for NAU88L25 + MAX98357A.
211 Say Y if you have such a device
212 If unsure select "N".