xref: /linux/sound/soc/intel/Kconfig (revision 231a091ef8dece94b0ad2b85affb059c483af33c)
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
5*231a091eSAndy 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
13*231a091eSAndy 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
30ddfa40b1SLiam Girdwoodconfig SND_SOC_INTEL_SST
3113735d1cSVinod Koul	tristate
32ddfa40b1SLiam Girdwood	select SND_SOC_INTEL_SST_ACPI if ACPI
332dcffceeSVinod Koul	select SND_SOC_INTEL_SST_MATCH if ACPI
34afd95490SLiam Girdwood	depends on (X86 || COMPILE_TEST)
35ddfa40b1SLiam Girdwood
36a395bdd6STakashi Iwai# firmware stuff depends DW_DMAC_CORE; since there is no depends-on from
37a395bdd6STakashi Iwai# the reverse selection, each machine driver needs to select
38a395bdd6STakashi Iwai# SND_SOC_INTEL_SST_FIRMWARE carefully depending on DW_DMAC_CORE
39a395bdd6STakashi Iwaiconfig SND_SOC_INTEL_SST_FIRMWARE
40a395bdd6STakashi Iwai	tristate
41a395bdd6STakashi Iwai
42ddfa40b1SLiam Girdwoodconfig SND_SOC_INTEL_SST_ACPI
43ddfa40b1SLiam Girdwood	tristate
44ddfa40b1SLiam Girdwood
452dcffceeSVinod Koulconfig SND_SOC_INTEL_SST_MATCH
462dcffceeSVinod Koul	tristate
472dcffceeSVinod Koul
485e4482fcSLiam Girdwoodconfig SND_SOC_INTEL_HASWELL
495e4482fcSLiam Girdwood	tristate
50c3474e21SArnd Bergmann	select SND_SOC_INTEL_SST_FIRMWARE
5190931b9eSLiam Girdwood
5220df8d03SJarkko Nikulaconfig SND_SOC_INTEL_BAYTRAIL
5320df8d03SJarkko Nikula	tristate
5420df8d03SJarkko Nikula
5590931b9eSLiam Girdwoodconfig SND_SOC_INTEL_HASWELL_MACH
5690931b9eSLiam Girdwood	tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
5713735d1cSVinod Koul	depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
58a395bdd6STakashi Iwai	depends on DW_DMAC_CORE
5913735d1cSVinod Koul	select SND_SOC_INTEL_SST
6090931b9eSLiam Girdwood	select SND_SOC_INTEL_HASWELL
6190931b9eSLiam Girdwood	select SND_SOC_RT5640
6290931b9eSLiam Girdwood	help
6390931b9eSLiam Girdwood	  This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
6490931b9eSLiam Girdwood	  Ultrabook platforms.
65c3f2fe62SVinod Koul	  Say Y if you have such a device.
6690931b9eSLiam Girdwood	  If unsure select "N".
6720df8d03SJarkko Nikula
68723bad3fSSathyanarayana Nujellaconfig SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
69723bad3fSSathyanarayana Nujella	tristate "ASoC Audio driver for Broxton with DA7219 and MAX98357A in I2S Mode"
70723bad3fSSathyanarayana Nujella	depends on X86 && ACPI && I2C
71723bad3fSSathyanarayana Nujella	select SND_SOC_INTEL_SKYLAKE
72723bad3fSSathyanarayana Nujella	select SND_SOC_DA7219
73723bad3fSSathyanarayana Nujella	select SND_SOC_MAX98357A
74723bad3fSSathyanarayana Nujella	select SND_SOC_DMIC
75723bad3fSSathyanarayana Nujella	select SND_SOC_HDAC_HDMI
76723bad3fSSathyanarayana Nujella	select SND_HDA_DSP_LOADER
77723bad3fSSathyanarayana Nujella	help
78723bad3fSSathyanarayana Nujella	   This adds support for ASoC machine driver for Broxton-P platforms
79723bad3fSSathyanarayana Nujella	   with DA7219 + MAX98357A I2S audio codec.
80c3f2fe62SVinod Koul	   Say Y if you have such a device.
81723bad3fSSathyanarayana Nujella	   If unsure select "N".
82723bad3fSSathyanarayana Nujella
8376016322SRamesh Babuconfig SND_SOC_INTEL_BXT_RT298_MACH
8476016322SRamesh Babu	tristate "ASoC Audio driver for Broxton with RT298 I2S mode"
8576016322SRamesh Babu	depends on X86 && ACPI && I2C
8676016322SRamesh Babu	select SND_SOC_INTEL_SKYLAKE
8776016322SRamesh Babu	select SND_SOC_RT298
8876016322SRamesh Babu	select SND_SOC_DMIC
8976016322SRamesh Babu	select SND_SOC_HDAC_HDMI
9076016322SRamesh Babu	select SND_HDA_DSP_LOADER
9176016322SRamesh Babu	help
9276016322SRamesh Babu	   This adds support for ASoC machine driver for Broxton platforms
9376016322SRamesh Babu	   with RT286 I2S audio codec.
94c3f2fe62SVinod Koul	   Say Y if you have such a device.
9576016322SRamesh Babu	   If unsure select "N".
9676016322SRamesh Babu
9720df8d03SJarkko Nikulaconfig SND_SOC_INTEL_BYT_RT5640_MACH
9820df8d03SJarkko Nikula	tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
9913735d1cSVinod Koul	depends on X86_INTEL_LPSS && I2C
100a395bdd6STakashi Iwai	depends on DW_DMAC_CORE && (SND_SST_IPC_ACPI = n)
10113735d1cSVinod Koul	select SND_SOC_INTEL_SST
102a395bdd6STakashi Iwai	select SND_SOC_INTEL_SST_FIRMWARE
10320df8d03SJarkko Nikula	select SND_SOC_INTEL_BAYTRAIL
10420df8d03SJarkko Nikula	select SND_SOC_RT5640
10520df8d03SJarkko Nikula	help
10620df8d03SJarkko Nikula	  This adds audio driver for Intel Baytrail platform based boards
107595788e4SPierre-Louis Bossart	  with the RT5640 audio codec. This driver is deprecated, use
108c3f2fe62SVinod Koul	  SND_SOC_INTEL_BYTCR_RT5640_MACH instead for better functionality.
1099b351d46SJarkko Nikula
1109b351d46SJarkko Nikulaconfig SND_SOC_INTEL_BYT_MAX98090_MACH
1119b351d46SJarkko Nikula	tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
11213735d1cSVinod Koul	depends on X86_INTEL_LPSS && I2C
113a395bdd6STakashi Iwai	depends on DW_DMAC_CORE && (SND_SST_IPC_ACPI = n)
11413735d1cSVinod Koul	select SND_SOC_INTEL_SST
115a395bdd6STakashi Iwai	select SND_SOC_INTEL_SST_FIRMWARE
1169b351d46SJarkko Nikula	select SND_SOC_INTEL_BAYTRAIL
1179b351d46SJarkko Nikula	select SND_SOC_MAX98090
1189b351d46SJarkko Nikula	help
1199b351d46SJarkko Nikula	  This adds audio driver for Intel Baytrail platform based boards
1209b351d46SJarkko Nikula	  with the MAX98090 audio codec.
121afdb74fdSLiam Girdwood
1222d995e5dSJohn Keepingconfig SND_SOC_INTEL_BDW_RT5677_MACH
1232d995e5dSJohn Keeping	tristate "ASoC Audio driver for Intel Broadwell with RT5677 codec"
1242d995e5dSJohn Keeping	depends on X86_INTEL_LPSS && GPIOLIB && I2C && DW_DMAC
1252d995e5dSJohn Keeping	depends on DW_DMAC_CORE=y
1262d995e5dSJohn Keeping	select SND_SOC_INTEL_SST
1272d995e5dSJohn Keeping	select SND_SOC_INTEL_HASWELL
1282d995e5dSJohn Keeping	select SND_SOC_RT5677
1292d995e5dSJohn Keeping	help
1302d995e5dSJohn Keeping	  This adds support for Intel Broadwell platform based boards with
1312d995e5dSJohn Keeping	  the RT5677 audio codec.
1322d995e5dSJohn Keeping
133afdb74fdSLiam Girdwoodconfig SND_SOC_INTEL_BROADWELL_MACH
134afdb74fdSLiam Girdwood	tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
13513735d1cSVinod Koul	depends on X86_INTEL_LPSS && I2C && DW_DMAC && \
136282a331fSRicardo Neri		   I2C_DESIGNWARE_PLATFORM
137a395bdd6STakashi Iwai	depends on DW_DMAC_CORE
13813735d1cSVinod Koul	select SND_SOC_INTEL_SST
139afdb74fdSLiam Girdwood	select SND_SOC_INTEL_HASWELL
140afdb74fdSLiam Girdwood	select SND_SOC_RT286
141afdb74fdSLiam Girdwood	help
142afdb74fdSLiam Girdwood	  This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
143afdb74fdSLiam Girdwood	  Ultrabook platforms.
144c3f2fe62SVinod Koul	  Say Y if you have such a device.
145afdb74fdSLiam Girdwood	  If unsure select "N".
146996cc849SSubhransu S. Prusty
147996cc849SSubhransu S. Prustyconfig SND_SOC_INTEL_BYTCR_RT5640_MACH
148595788e4SPierre-Louis Bossart        tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5640 codec"
1493493d4a8SVinod Koul	depends on X86 && I2C && ACPI
150996cc849SSubhransu S. Prusty	select SND_SOC_RT5640
151*231a091eSAndy Shevchenko	select SND_SST_ATOM_HIFI2_PLATFORM
152996cc849SSubhransu S. Prusty	select SND_SST_IPC_ACPI
1532dcffceeSVinod Koul	select SND_SOC_INTEL_SST_MATCH if ACPI
154996cc849SSubhransu S. Prusty	help
155595788e4SPierre-Louis Bossart          This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
156595788e4SPierre-Louis Bossart          platforms with RT5640 audio codec.
157c3f2fe62SVinod Koul          Say Y if you have such a device.
158996cc849SSubhransu S. Prusty          If unsure select "N".
159026da220SMengdong Lin
1602bd5bd15SPierre-Louis Bossartconfig SND_SOC_INTEL_BYTCR_RT5651_MACH
1612bd5bd15SPierre-Louis Bossart        tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5651 codec"
1623493d4a8SVinod Koul	depends on X86 && I2C && ACPI
1632bd5bd15SPierre-Louis Bossart	select SND_SOC_RT5651
164*231a091eSAndy Shevchenko	select SND_SST_ATOM_HIFI2_PLATFORM
1652bd5bd15SPierre-Louis Bossart	select SND_SST_IPC_ACPI
1662dcffceeSVinod Koul	select SND_SOC_INTEL_SST_MATCH if ACPI
1672bd5bd15SPierre-Louis Bossart	help
1682bd5bd15SPierre-Louis Bossart          This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
1692bd5bd15SPierre-Louis Bossart          platforms with RT5651 audio codec.
170c3f2fe62SVinod Koul          Say Y if you have such a device.
1712bd5bd15SPierre-Louis Bossart          If unsure select "N".
1722bd5bd15SPierre-Louis Bossart
173026da220SMengdong Linconfig SND_SOC_INTEL_CHT_BSW_RT5672_MACH
174026da220SMengdong Lin        tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec"
1753493d4a8SVinod Koul        depends on X86_INTEL_LPSS && I2C && ACPI
176026da220SMengdong Lin        select SND_SOC_RT5670
177*231a091eSAndy Shevchenko        select SND_SST_ATOM_HIFI2_PLATFORM
178026da220SMengdong Lin        select SND_SST_IPC_ACPI
1792dcffceeSVinod Koul	select SND_SOC_INTEL_SST_MATCH if ACPI
180026da220SMengdong Lin        help
181026da220SMengdong Lin          This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
182026da220SMengdong Lin          platforms with RT5672 audio codec.
183c3f2fe62SVinod Koul          Say Y if you have such a device.
184026da220SMengdong Lin          If unsure select "N".
185e18acdc0SFang, Yang A
186e18acdc0SFang, Yang Aconfig SND_SOC_INTEL_CHT_BSW_RT5645_MACH
187c4ba51baSFang, Yang A	tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec"
1883493d4a8SVinod Koul	depends on X86_INTEL_LPSS && I2C && ACPI
189e18acdc0SFang, Yang A	select SND_SOC_RT5645
190*231a091eSAndy Shevchenko	select SND_SST_ATOM_HIFI2_PLATFORM
191e18acdc0SFang, Yang A	select SND_SST_IPC_ACPI
1922dcffceeSVinod Koul	select SND_SOC_INTEL_SST_MATCH if ACPI
193e18acdc0SFang, Yang A	help
194e18acdc0SFang, Yang A	  This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
195c4ba51baSFang, Yang A	  platforms with RT5645/5650 audio codec.
196e18acdc0SFang, Yang A	  If unsure select "N".
19717119a46SFang, Yang A
19817119a46SFang, Yang Aconfig SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH
19917119a46SFang, Yang A	tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with MAX98090 & TI codec"
200c3f2fe62SVinod Koul	depends on X86_INTEL_LPSS && I2C && ACPI
20117119a46SFang, Yang A	select SND_SOC_MAX98090
20217119a46SFang, Yang A	select SND_SOC_TS3A227E
203*231a091eSAndy Shevchenko	select SND_SST_ATOM_HIFI2_PLATFORM
20417119a46SFang, Yang A	select SND_SST_IPC_ACPI
2052dcffceeSVinod Koul	select SND_SOC_INTEL_SST_MATCH if ACPI
20617119a46SFang, Yang A	help
20717119a46SFang, Yang A	  This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
20817119a46SFang, Yang A	  platforms with MAX98090 audio codec it also can support TI jack chip as aux device.
20917119a46SFang, Yang A	  If unsure select "N".
210eb965e36SJeeja KP
211eb965e36SJeeja KPconfig SND_SOC_INTEL_SKYLAKE
212eb965e36SJeeja KP	tristate
213eb965e36SJeeja KP	select SND_HDA_EXT_CORE
21492eb4f62SJeeja KP	select SND_HDA_DSP_LOADER
2153af36706SVinod Koul	select SND_SOC_TOPOLOGY
216b81fd263SSubhransu S. Prusty	select SND_SOC_INTEL_SST
217624729fdSOmair M Abdullah
218624729fdSOmair M Abdullahconfig SND_SOC_INTEL_SKL_RT286_MACH
219624729fdSOmair M Abdullah	tristate "ASoC Audio driver for SKL with RT286 I2S mode"
2200928e8a5SVinod Koul	depends on X86 && ACPI && I2C
221624729fdSOmair M Abdullah	select SND_SOC_INTEL_SKYLAKE
222624729fdSOmair M Abdullah	select SND_SOC_RT286
223624729fdSOmair M Abdullah	select SND_SOC_DMIC
22423905cd1SJeeja KP	select SND_SOC_HDAC_HDMI
225624729fdSOmair M Abdullah	help
226624729fdSOmair M Abdullah	   This adds support for ASoC machine driver for Skylake platforms
227624729fdSOmair M Abdullah	   with RT286 I2S audio codec.
228c3f2fe62SVinod Koul	   Say Y if you have such a device.
229624729fdSOmair M Abdullah	   If unsure select "N".
230a86d5057SHarsha Priya
231a86d5057SHarsha Priyaconfig SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH
232a86d5057SHarsha Priya	tristate "ASoC Audio driver for SKL with NAU88L25 and SSM4567 in I2S Mode"
233a86d5057SHarsha Priya	depends on X86_INTEL_LPSS && I2C
234a86d5057SHarsha Priya	select SND_SOC_INTEL_SKYLAKE
235a86d5057SHarsha Priya	select SND_SOC_NAU8825
236a86d5057SHarsha Priya	select SND_SOC_SSM4567
237a86d5057SHarsha Priya	select SND_SOC_DMIC
238bc5f6ac9SJeeja KP	select SND_SOC_HDAC_HDMI
239a86d5057SHarsha Priya	help
240a86d5057SHarsha Priya	  This adds support for ASoC Onboard Codec I2S machine driver. This will
241a86d5057SHarsha Priya	  create an alsa sound card for NAU88L25 + SSM4567.
242c3f2fe62SVinod Koul	  Say Y if you have such a device.
243a86d5057SHarsha Priya	  If unsure select "N".
2448eaf2b31SRohit Ainapure
2458eaf2b31SRohit Ainapureconfig SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH
2468eaf2b31SRohit Ainapure	tristate "ASoC Audio driver for SKL with NAU88L25 and MAX98357A in I2S Mode"
2478eaf2b31SRohit Ainapure	depends on X86_INTEL_LPSS && I2C
2488eaf2b31SRohit Ainapure	select SND_SOC_INTEL_SKYLAKE
2498eaf2b31SRohit Ainapure	select SND_SOC_NAU8825
2508eaf2b31SRohit Ainapure	select SND_SOC_MAX98357A
2518eaf2b31SRohit Ainapure	select SND_SOC_DMIC
2520ab338ffSSathyanarayana Nujella	select SND_SOC_HDAC_HDMI
2538eaf2b31SRohit Ainapure	help
2548eaf2b31SRohit Ainapure	  This adds support for ASoC Onboard Codec I2S machine driver. This will
2558eaf2b31SRohit Ainapure	  create an alsa sound card for NAU88L25 + MAX98357A.
256c3f2fe62SVinod Koul	  Say Y if you have such a device.
2578eaf2b31SRohit Ainapure	  If unsure select "N".
258