xref: /linux/sound/soc/intel/Kconfig (revision 6004640638a2cb81c00c17ddf21ad572af964bbe)
1784cbf8aSJarkko Nikulaconfig SND_MFLD_MACHINE
2784cbf8aSJarkko Nikula	tristate "SOC Machine Audio driver for Intel Medfield MID platform"
35914ccf4SVinod Koul	depends on INTEL_SCU_IPC
4784cbf8aSJarkko Nikula	select SND_SOC_SN95031
5231a091eSAndy Shevchenko	select SND_SST_ATOM_HIFI2_PLATFORM
6f533a035SVinod Koul	select SND_SST_IPC_PCI
7784cbf8aSJarkko Nikula	help
8784cbf8aSJarkko Nikula          This adds support for ASoC machine driver for Intel(R) MID Medfield platform
9784cbf8aSJarkko Nikula          used as alsa device in audio substem in Intel(R) MID devices
10c3f2fe62SVinod Koul          Say Y if you have such a device.
11784cbf8aSJarkko Nikula          If unsure select "N".
12784cbf8aSJarkko Nikula
13231a091eSAndy Shevchenkoconfig SND_SST_ATOM_HIFI2_PLATFORM
14784cbf8aSJarkko Nikula	tristate
156f0c4226SJie Yang	select SND_SOC_COMPRESS
16ddfa40b1SLiam Girdwood
170fbc7d73SVinod Koulconfig SND_SST_IPC
180fbc7d73SVinod Koul	tristate
190fbc7d73SVinod Koul
20f533a035SVinod Koulconfig SND_SST_IPC_PCI
21f533a035SVinod Koul	tristate
22f533a035SVinod Koul	select SND_SST_IPC
23f533a035SVinod Koul
24336cfbb0SVinod Koulconfig SND_SST_IPC_ACPI
25336cfbb0SVinod Koul	tristate
26336cfbb0SVinod Koul	select SND_SST_IPC
2712cc291bSVinod Koul	select SND_SOC_INTEL_SST
2894ae3ce1SPierre-Louis Bossart	select IOSF_MBI
29336cfbb0SVinod Koul
30*60046406SPierre-Louis Bossartconfig SND_SOC_INTEL_COMMON
31*60046406SPierre-Louis Bossart	tristate
32*60046406SPierre-Louis Bossart
33ddfa40b1SLiam Girdwoodconfig SND_SOC_INTEL_SST
3413735d1cSVinod Koul	tristate
35*60046406SPierre-Louis Bossart	select SND_SOC_INTEL_COMMON
36ddfa40b1SLiam Girdwood	select SND_SOC_INTEL_SST_ACPI if ACPI
37*60046406SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH if ACPI
38ddfa40b1SLiam Girdwood
39a395bdd6STakashi Iwaiconfig SND_SOC_INTEL_SST_FIRMWARE
40a395bdd6STakashi Iwai	tristate
41ebf79091SAndy Shevchenko	select DW_DMAC_CORE
42a395bdd6STakashi Iwai
43ddfa40b1SLiam Girdwoodconfig SND_SOC_INTEL_SST_ACPI
44ddfa40b1SLiam Girdwood	tristate
45ddfa40b1SLiam Girdwood
46*60046406SPierre-Louis Bossartconfig SND_SOC_ACPI_INTEL_MATCH
472dcffceeSVinod Koul	tristate
487feb2f78SPierre-Louis Bossart	select SND_SOC_ACPI if ACPI
492dcffceeSVinod Koul
505e4482fcSLiam Girdwoodconfig SND_SOC_INTEL_HASWELL
515e4482fcSLiam Girdwood	tristate
52ebf79091SAndy Shevchenko	select SND_SOC_INTEL_SST
53c3474e21SArnd Bergmann	select SND_SOC_INTEL_SST_FIRMWARE
5490931b9eSLiam Girdwood
5520df8d03SJarkko Nikulaconfig SND_SOC_INTEL_BAYTRAIL
5620df8d03SJarkko Nikula	tristate
57ebf79091SAndy Shevchenko	select SND_SOC_INTEL_SST
58ebf79091SAndy Shevchenko	select SND_SOC_INTEL_SST_FIRMWARE
5920df8d03SJarkko Nikula
6090931b9eSLiam Girdwoodconfig SND_SOC_INTEL_HASWELL_MACH
6190931b9eSLiam Girdwood	tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
6213735d1cSVinod Koul	depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
63ebf79091SAndy Shevchenko	depends on DMADEVICES
6490931b9eSLiam Girdwood	select SND_SOC_INTEL_HASWELL
6590931b9eSLiam Girdwood	select SND_SOC_RT5640
6690931b9eSLiam Girdwood	help
6790931b9eSLiam Girdwood	  This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
6890931b9eSLiam Girdwood	  Ultrabook platforms.
69c3f2fe62SVinod Koul	  Say Y if you have such a device.
7090931b9eSLiam Girdwood	  If unsure select "N".
7120df8d03SJarkko Nikula
72723bad3fSSathyanarayana Nujellaconfig SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
73723bad3fSSathyanarayana Nujella	tristate "ASoC Audio driver for Broxton with DA7219 and MAX98357A in I2S Mode"
74723bad3fSSathyanarayana Nujella	depends on X86 && ACPI && I2C
75723bad3fSSathyanarayana Nujella	select SND_SOC_INTEL_SKYLAKE
76723bad3fSSathyanarayana Nujella	select SND_SOC_DA7219
77723bad3fSSathyanarayana Nujella	select SND_SOC_MAX98357A
78723bad3fSSathyanarayana Nujella	select SND_SOC_DMIC
79723bad3fSSathyanarayana Nujella	select SND_SOC_HDAC_HDMI
80723bad3fSSathyanarayana Nujella	select SND_HDA_DSP_LOADER
81723bad3fSSathyanarayana Nujella	help
82723bad3fSSathyanarayana Nujella	   This adds support for ASoC machine driver for Broxton-P platforms
83723bad3fSSathyanarayana Nujella	   with DA7219 + MAX98357A I2S audio codec.
84c3f2fe62SVinod Koul	   Say Y if you have such a device.
85723bad3fSSathyanarayana Nujella	   If unsure select "N".
86723bad3fSSathyanarayana Nujella
8776016322SRamesh Babuconfig SND_SOC_INTEL_BXT_RT298_MACH
8876016322SRamesh Babu	tristate "ASoC Audio driver for Broxton with RT298 I2S mode"
8976016322SRamesh Babu	depends on X86 && ACPI && I2C
9076016322SRamesh Babu	select SND_SOC_INTEL_SKYLAKE
9176016322SRamesh Babu	select SND_SOC_RT298
9276016322SRamesh Babu	select SND_SOC_DMIC
9376016322SRamesh Babu	select SND_SOC_HDAC_HDMI
9476016322SRamesh Babu	select SND_HDA_DSP_LOADER
9576016322SRamesh Babu	help
9676016322SRamesh Babu	   This adds support for ASoC machine driver for Broxton platforms
9776016322SRamesh Babu	   with RT286 I2S audio codec.
98c3f2fe62SVinod Koul	   Say Y if you have such a device.
9976016322SRamesh Babu	   If unsure select "N".
10076016322SRamesh Babu
10120df8d03SJarkko Nikulaconfig SND_SOC_INTEL_BYT_RT5640_MACH
10220df8d03SJarkko Nikula	tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
10313735d1cSVinod Koul	depends on X86_INTEL_LPSS && I2C
104ebf79091SAndy Shevchenko	depends on DMADEVICES
105ebf79091SAndy Shevchenko	depends on SND_SST_IPC_ACPI = n
10620df8d03SJarkko Nikula	select SND_SOC_INTEL_BAYTRAIL
10720df8d03SJarkko Nikula	select SND_SOC_RT5640
10820df8d03SJarkko Nikula	help
10920df8d03SJarkko Nikula	  This adds audio driver for Intel Baytrail platform based boards
110595788e4SPierre-Louis Bossart	  with the RT5640 audio codec. This driver is deprecated, use
111c3f2fe62SVinod Koul	  SND_SOC_INTEL_BYTCR_RT5640_MACH instead for better functionality.
1129b351d46SJarkko Nikula
1139b351d46SJarkko Nikulaconfig SND_SOC_INTEL_BYT_MAX98090_MACH
1149b351d46SJarkko Nikula	tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
11513735d1cSVinod Koul	depends on X86_INTEL_LPSS && I2C
116ebf79091SAndy Shevchenko	depends on DMADEVICES
117ebf79091SAndy Shevchenko	depends on SND_SST_IPC_ACPI = n
1189b351d46SJarkko Nikula	select SND_SOC_INTEL_BAYTRAIL
1199b351d46SJarkko Nikula	select SND_SOC_MAX98090
1209b351d46SJarkko Nikula	help
1219b351d46SJarkko Nikula	  This adds audio driver for Intel Baytrail platform based boards
1229b351d46SJarkko Nikula	  with the MAX98090 audio codec.
123afdb74fdSLiam Girdwood
1242d995e5dSJohn Keepingconfig SND_SOC_INTEL_BDW_RT5677_MACH
1252d995e5dSJohn Keeping	tristate "ASoC Audio driver for Intel Broadwell with RT5677 codec"
126ebf79091SAndy Shevchenko	depends on X86_INTEL_LPSS && GPIOLIB && I2C
127ebf79091SAndy Shevchenko	depends on DMADEVICES
1282d995e5dSJohn Keeping	select SND_SOC_INTEL_HASWELL
1292d995e5dSJohn Keeping	select SND_SOC_RT5677
1302d995e5dSJohn Keeping	help
1312d995e5dSJohn Keeping	  This adds support for Intel Broadwell platform based boards with
1322d995e5dSJohn Keeping	  the RT5677 audio codec.
1332d995e5dSJohn Keeping
134afdb74fdSLiam Girdwoodconfig SND_SOC_INTEL_BROADWELL_MACH
135afdb74fdSLiam Girdwood	tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
136ebf79091SAndy Shevchenko	depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
137ebf79091SAndy Shevchenko	depends on DMADEVICES
138afdb74fdSLiam Girdwood	select SND_SOC_INTEL_HASWELL
139afdb74fdSLiam Girdwood	select SND_SOC_RT286
140afdb74fdSLiam Girdwood	help
141afdb74fdSLiam Girdwood	  This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
142afdb74fdSLiam Girdwood	  Ultrabook platforms.
143c3f2fe62SVinod Koul	  Say Y if you have such a device.
144afdb74fdSLiam Girdwood	  If unsure select "N".
145996cc849SSubhransu S. Prusty
146996cc849SSubhransu S. Prustyconfig SND_SOC_INTEL_BYTCR_RT5640_MACH
147595788e4SPierre-Louis Bossart        tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5640 codec"
1483493d4a8SVinod Koul	depends on X86 && I2C && ACPI
149996cc849SSubhransu S. Prusty	select SND_SOC_RT5640
150231a091eSAndy Shevchenko	select SND_SST_ATOM_HIFI2_PLATFORM
151996cc849SSubhransu S. Prusty	select SND_SST_IPC_ACPI
152*60046406SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH if ACPI
153996cc849SSubhransu S. Prusty	help
154595788e4SPierre-Louis Bossart          This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
155595788e4SPierre-Louis Bossart          platforms with RT5640 audio codec.
156c3f2fe62SVinod Koul          Say Y if you have such a device.
157996cc849SSubhransu S. Prusty          If unsure select "N".
158026da220SMengdong Lin
1592bd5bd15SPierre-Louis Bossartconfig SND_SOC_INTEL_BYTCR_RT5651_MACH
1602bd5bd15SPierre-Louis Bossart        tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5651 codec"
1613493d4a8SVinod Koul	depends on X86 && I2C && ACPI
1622bd5bd15SPierre-Louis Bossart	select SND_SOC_RT5651
163231a091eSAndy Shevchenko	select SND_SST_ATOM_HIFI2_PLATFORM
1642bd5bd15SPierre-Louis Bossart	select SND_SST_IPC_ACPI
165*60046406SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH if ACPI
1662bd5bd15SPierre-Louis Bossart	help
1672bd5bd15SPierre-Louis Bossart          This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
1682bd5bd15SPierre-Louis Bossart          platforms with RT5651 audio codec.
169c3f2fe62SVinod Koul          Say Y if you have such a device.
1702bd5bd15SPierre-Louis Bossart          If unsure select "N".
1712bd5bd15SPierre-Louis Bossart
172026da220SMengdong Linconfig SND_SOC_INTEL_CHT_BSW_RT5672_MACH
173026da220SMengdong Lin        tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec"
1743493d4a8SVinod Koul        depends on X86_INTEL_LPSS && I2C && ACPI
175026da220SMengdong Lin        select SND_SOC_RT5670
176231a091eSAndy Shevchenko        select SND_SST_ATOM_HIFI2_PLATFORM
177026da220SMengdong Lin        select SND_SST_IPC_ACPI
178*60046406SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH if ACPI
179026da220SMengdong Lin        help
180026da220SMengdong Lin          This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
181026da220SMengdong Lin          platforms with RT5672 audio codec.
182c3f2fe62SVinod Koul          Say Y if you have such a device.
183026da220SMengdong Lin          If unsure select "N".
184e18acdc0SFang, Yang A
185e18acdc0SFang, Yang Aconfig SND_SOC_INTEL_CHT_BSW_RT5645_MACH
186c4ba51baSFang, Yang A	tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec"
1873493d4a8SVinod Koul	depends on X86_INTEL_LPSS && I2C && ACPI
188e18acdc0SFang, Yang A	select SND_SOC_RT5645
189231a091eSAndy Shevchenko	select SND_SST_ATOM_HIFI2_PLATFORM
190e18acdc0SFang, Yang A	select SND_SST_IPC_ACPI
191*60046406SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH if ACPI
192e18acdc0SFang, Yang A	help
193e18acdc0SFang, Yang A	  This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
194c4ba51baSFang, Yang A	  platforms with RT5645/5650 audio codec.
195e18acdc0SFang, Yang A	  If unsure select "N".
19617119a46SFang, Yang A
19717119a46SFang, Yang Aconfig SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH
19817119a46SFang, Yang A	tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with MAX98090 & TI codec"
199c3f2fe62SVinod Koul	depends on X86_INTEL_LPSS && I2C && ACPI
20017119a46SFang, Yang A	select SND_SOC_MAX98090
20117119a46SFang, Yang A	select SND_SOC_TS3A227E
202231a091eSAndy Shevchenko	select SND_SST_ATOM_HIFI2_PLATFORM
20317119a46SFang, Yang A	select SND_SST_IPC_ACPI
204*60046406SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH if ACPI
20517119a46SFang, Yang A	help
20617119a46SFang, Yang A	  This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
20717119a46SFang, Yang A	  platforms with MAX98090 audio codec it also can support TI jack chip as aux device.
20817119a46SFang, Yang A	  If unsure select "N".
209eb965e36SJeeja KP
21082cf89deSPierre-Louis Bossartconfig SND_SOC_INTEL_BYT_CHT_DA7213_MACH
21182cf89deSPierre-Louis Bossart	tristate "ASoC Audio driver for Intel Baytrail & Cherrytrail with DA7212/7213 codec"
21282cf89deSPierre-Louis Bossart	depends on X86_INTEL_LPSS && I2C && ACPI
21382cf89deSPierre-Louis Bossart	select SND_SOC_DA7213
21482cf89deSPierre-Louis Bossart	select SND_SST_ATOM_HIFI2_PLATFORM
21582cf89deSPierre-Louis Bossart	select SND_SST_IPC_ACPI
216*60046406SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH if ACPI
21782cf89deSPierre-Louis Bossart	help
21882cf89deSPierre-Louis Bossart	  This adds support for ASoC machine driver for Intel(R) Baytrail & CherryTrail
21982cf89deSPierre-Louis Bossart	  platforms with DA7212/7213 audio codec.
22082cf89deSPierre-Louis Bossart	  If unsure select "N".
22182cf89deSPierre-Louis Bossart
222a03bdaa5SDaniel Drakeconfig SND_SOC_INTEL_BYT_CHT_ES8316_MACH
223a03bdaa5SDaniel Drake	tristate "ASoC Audio driver for Intel Baytrail & Cherrytrail with ES8316 codec"
224a03bdaa5SDaniel Drake	depends on X86_INTEL_LPSS && I2C && ACPI
225a03bdaa5SDaniel Drake	select SND_SOC_ES8316
226a03bdaa5SDaniel Drake	select SND_SST_ATOM_HIFI2_PLATFORM
227a03bdaa5SDaniel Drake	select SND_SST_IPC_ACPI
228*60046406SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH if ACPI
229a03bdaa5SDaniel Drake	help
230a03bdaa5SDaniel Drake	  This adds support for ASoC machine driver for Intel(R) Baytrail &
231a03bdaa5SDaniel Drake	  Cherrytrail platforms with ES8316 audio codec.
232a03bdaa5SDaniel Drake	  If unsure select "N".
233a03bdaa5SDaniel Drake
234759db1c4SPierre-Louis Bossartconfig SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH
235759db1c4SPierre-Louis Bossart	tristate "ASoC Audio driver for Intel Baytrail & Cherrytrail platform with no codec (MinnowBoard MAX, Up)"
236759db1c4SPierre-Louis Bossart	depends on X86_INTEL_LPSS && I2C && ACPI
237759db1c4SPierre-Louis Bossart	select SND_SST_ATOM_HIFI2_PLATFORM
238759db1c4SPierre-Louis Bossart	select SND_SST_IPC_ACPI
239*60046406SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH if ACPI
240759db1c4SPierre-Louis Bossart	help
241759db1c4SPierre-Louis Bossart	  This adds support for ASoC machine driver for the MinnowBoard Max or
242759db1c4SPierre-Louis Bossart	  Up boards and provides access to I2S signals on the Low-Speed
243759db1c4SPierre-Louis Bossart	  connector
244759db1c4SPierre-Louis Bossart	  If unsure select "N".
245759db1c4SPierre-Louis Bossart
246ec040dd5SNaveen Mconfig SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH
247ec040dd5SNaveen M	tristate "ASoC Audio driver for KBL with RT5663 and MAX98927 in I2S Mode"
248ec040dd5SNaveen M	depends on X86_INTEL_LPSS && I2C
249ec040dd5SNaveen M	select SND_SOC_INTEL_SST
250ec040dd5SNaveen M	select SND_SOC_INTEL_SKYLAKE
251ec040dd5SNaveen M	select SND_SOC_RT5663
252ec040dd5SNaveen M	select SND_SOC_MAX98927
253ec040dd5SNaveen M	select SND_SOC_DMIC
254ec040dd5SNaveen M	select SND_SOC_HDAC_HDMI
255ec040dd5SNaveen M	help
256ec040dd5SNaveen M	  This adds support for ASoC Onboard Codec I2S machine driver. This will
257ec040dd5SNaveen M	  create an alsa sound card for RT5663 + MAX98927.
258ec040dd5SNaveen M	  Say Y if you have such a device.
259ec040dd5SNaveen M	  If unsure select "N".
260ec040dd5SNaveen M
2612a18483aSHarsha Priya Nconfig SND_SOC_INTEL_KBL_RT5663_RT5514_MAX98927_MACH
2622a18483aSHarsha Priya N        tristate "ASoC Audio driver for KBL with RT5663, RT5514 and MAX98927 in I2S Mode"
263393a829bSHarsha Priya N        depends on X86_INTEL_LPSS && I2C && SPI
2642a18483aSHarsha Priya N        select SND_SOC_INTEL_SST
2652a18483aSHarsha Priya N        select SND_SOC_INTEL_SKYLAKE
2662a18483aSHarsha Priya N        select SND_SOC_RT5663
2672a18483aSHarsha Priya N        select SND_SOC_RT5514
268393a829bSHarsha Priya N        select SND_SOC_RT5514_SPI
2692a18483aSHarsha Priya N        select SND_SOC_MAX98927
2702a18483aSHarsha Priya N        select SND_SOC_HDAC_HDMI
2712a18483aSHarsha Priya N        help
2722a18483aSHarsha Priya N          This adds support for ASoC Onboard Codec I2S machine driver. This will
2732a18483aSHarsha Priya N          create an alsa sound card for RT5663 + RT5514 + MAX98927.
2742a18483aSHarsha Priya N          Say Y if you have such a device.
2752a18483aSHarsha Priya N          If unsure select "N".
2762a18483aSHarsha Priya N
277eb965e36SJeeja KPconfig SND_SOC_INTEL_SKYLAKE
278eb965e36SJeeja KP	tristate
279eb965e36SJeeja KP	select SND_HDA_EXT_CORE
28092eb4f62SJeeja KP	select SND_HDA_DSP_LOADER
2813af36706SVinod Koul	select SND_SOC_TOPOLOGY
282b81fd263SSubhransu S. Prusty	select SND_SOC_INTEL_SST
283624729fdSOmair M Abdullah
284624729fdSOmair M Abdullahconfig SND_SOC_INTEL_SKL_RT286_MACH
285624729fdSOmair M Abdullah	tristate "ASoC Audio driver for SKL with RT286 I2S mode"
2860928e8a5SVinod Koul	depends on X86 && ACPI && I2C
287624729fdSOmair M Abdullah	select SND_SOC_INTEL_SKYLAKE
288624729fdSOmair M Abdullah	select SND_SOC_RT286
289624729fdSOmair M Abdullah	select SND_SOC_DMIC
29023905cd1SJeeja KP	select SND_SOC_HDAC_HDMI
291624729fdSOmair M Abdullah	help
292624729fdSOmair M Abdullah	   This adds support for ASoC machine driver for Skylake platforms
293624729fdSOmair M Abdullah	   with RT286 I2S audio codec.
294c3f2fe62SVinod Koul	   Say Y if you have such a device.
295624729fdSOmair M Abdullah	   If unsure select "N".
296a86d5057SHarsha Priya
297a86d5057SHarsha Priyaconfig SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH
298a86d5057SHarsha Priya	tristate "ASoC Audio driver for SKL with NAU88L25 and SSM4567 in I2S Mode"
299a86d5057SHarsha Priya	depends on X86_INTEL_LPSS && I2C
300a86d5057SHarsha Priya	select SND_SOC_INTEL_SKYLAKE
301a86d5057SHarsha Priya	select SND_SOC_NAU8825
302a86d5057SHarsha Priya	select SND_SOC_SSM4567
303a86d5057SHarsha Priya	select SND_SOC_DMIC
304bc5f6ac9SJeeja KP	select SND_SOC_HDAC_HDMI
305a86d5057SHarsha Priya	help
306a86d5057SHarsha Priya	  This adds support for ASoC Onboard Codec I2S machine driver. This will
307a86d5057SHarsha Priya	  create an alsa sound card for NAU88L25 + SSM4567.
308c3f2fe62SVinod Koul	  Say Y if you have such a device.
309a86d5057SHarsha Priya	  If unsure select "N".
3108eaf2b31SRohit Ainapure
3118eaf2b31SRohit Ainapureconfig SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH
3128eaf2b31SRohit Ainapure	tristate "ASoC Audio driver for SKL with NAU88L25 and MAX98357A in I2S Mode"
3138eaf2b31SRohit Ainapure	depends on X86_INTEL_LPSS && I2C
3148eaf2b31SRohit Ainapure	select SND_SOC_INTEL_SKYLAKE
3158eaf2b31SRohit Ainapure	select SND_SOC_NAU8825
3168eaf2b31SRohit Ainapure	select SND_SOC_MAX98357A
3178eaf2b31SRohit Ainapure	select SND_SOC_DMIC
3180ab338ffSSathyanarayana Nujella	select SND_SOC_HDAC_HDMI
3198eaf2b31SRohit Ainapure	help
3208eaf2b31SRohit Ainapure	  This adds support for ASoC Onboard Codec I2S machine driver. This will
3218eaf2b31SRohit Ainapure	  create an alsa sound card for NAU88L25 + MAX98357A.
322c3f2fe62SVinod Koul	  Say Y if you have such a device.
3238eaf2b31SRohit Ainapure	  If unsure select "N".
324