xref: /linux/sound/soc/intel/Kconfig (revision 9a207228bdf0a4933b794c944d7111564353ea94)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2c6059879SPierre-Louis Bossartconfig SND_SOC_INTEL_SST_TOPLEVEL
3c6059879SPierre-Louis Bossart	bool "Intel ASoC SST drivers"
4c6059879SPierre-Louis Bossart	default y
5c6059879SPierre-Louis Bossart	depends on X86 || COMPILE_TEST
6c6059879SPierre-Louis Bossart	select SND_SOC_INTEL_MACH
7c6059879SPierre-Louis Bossart	help
8c6059879SPierre-Louis Bossart	  Intel ASoC SST Platform Drivers. If you have a Intel machine that
9c6059879SPierre-Louis Bossart	  has an audio controller with a DSP and I2S or DMIC port, then
10c6059879SPierre-Louis Bossart	  enable this option by saying Y
11c6059879SPierre-Louis Bossart
12c6059879SPierre-Louis Bossart	  Note that the answer to this question doesn't directly affect the
13c6059879SPierre-Louis Bossart	  kernel: saying N will just cause the configurator to skip all
14c6059879SPierre-Louis Bossart	  the questions about Intel SST drivers.
15c6059879SPierre-Louis Bossart
16c6059879SPierre-Louis Bossartif SND_SOC_INTEL_SST_TOPLEVEL
17c6059879SPierre-Louis Bossart
18ddfa40b1SLiam Girdwoodconfig SND_SOC_INTEL_SST
1913735d1cSVinod Koul	tristate
20ddfa40b1SLiam Girdwood
216cbfa11dSCezary Rojewskiconfig SND_SOC_INTEL_CATPT
226cbfa11dSCezary Rojewski	tristate "Haswell and Broadwell"
236cbfa11dSCezary Rojewski	depends on ACPI || COMPILE_TEST
2456a53eceSCezary Rojewski	depends on DMADEVICES && SND_DMA_SGBUF
256cbfa11dSCezary Rojewski	select DW_DMAC_CORE
26c6059879SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH
27c6059879SPierre-Louis Bossart	help
286cbfa11dSCezary Rojewski	  Enable support for Intel(R) Haswell and Broadwell platforms
296cbfa11dSCezary Rojewski	  with I2S codec present. This is a recommended option.
306cbfa11dSCezary Rojewski	  Say Y or m if you have such device.
316cbfa11dSCezary Rojewski	  If unsure, say N.
326cbfa11dSCezary Rojewski
336cbfa11dSCezary Rojewskiconfig SND_SOC_INTEL_HASWELL
346cbfa11dSCezary Rojewski	tristate
356cbfa11dSCezary Rojewski	select SND_SOC_INTEL_CATPT
3690931b9eSLiam Girdwood
3790619eb1SPierre-Louis Bossartconfig SND_SST_ATOM_HIFI2_PLATFORM
3890619eb1SPierre-Louis Bossart	tristate
3990619eb1SPierre-Louis Bossart	select SND_SOC_COMPRESS
4090619eb1SPierre-Louis Bossart
414772c16eSPierre-Louis Bossartconfig SND_SST_ATOM_HIFI2_PLATFORM_PCI
4290619eb1SPierre-Louis Bossart	tristate "PCI HiFi2 (Merrifield) Platforms"
434772c16eSPierre-Louis Bossart	depends on X86 && PCI
4490619eb1SPierre-Louis Bossart	select SND_SST_ATOM_HIFI2_PLATFORM
454772c16eSPierre-Louis Bossart	help
4690619eb1SPierre-Louis Bossart	  If you have a Intel Merrifield/Edison platform, then
474772c16eSPierre-Louis Bossart	  enable this option by saying Y or m. Distros will typically not
4890619eb1SPierre-Louis Bossart	  enable this option: while Merrifield/Edison can run a mainline
4990619eb1SPierre-Louis Bossart	  kernel with limited functionality it will require a firmware file
5090619eb1SPierre-Louis Bossart	  which is not in the standard firmware tree
514772c16eSPierre-Louis Bossart
5290619eb1SPierre-Louis Bossartconfig SND_SST_ATOM_HIFI2_PLATFORM_ACPI
538fca1583SVinod Koul	tristate "ACPI HiFi2 (Baytrail, Cherrytrail) Platforms"
5490619eb1SPierre-Louis Bossart	default ACPI
55a3d90360SSinan Kaya	depends on X86 && ACPI && PCI
5690619eb1SPierre-Louis Bossart	select SND_SST_ATOM_HIFI2_PLATFORM
57c6059879SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH
58f3f2bb7aSPierre-Louis Bossart	select IOSF_MBI
594772c16eSPierre-Louis Bossart	help
604772c16eSPierre-Louis Bossart	  If you have a Intel Baytrail or Cherrytrail platform with an I2S
614772c16eSPierre-Louis Bossart	  codec, then enable this option by saying Y or m. This is a
624772c16eSPierre-Louis Bossart	  recommended option
63df7257e5SPierre-Louis Bossart	  This option is mutually exclusive with the SOF support on
64df7257e5SPierre-Louis Bossart	  Baytrail/Cherrytrail. If you want to enable SOF on
65df7257e5SPierre-Louis Bossart	  Baytrail/Cherrytrail, you need to deselect this option first.
66f6a118a8SPierre-Louis Bossart
67eb965e36SJeeja KPconfig SND_SOC_INTEL_SKYLAKE
6835bc99aaSPierre-Louis Bossart	tristate "All Skylake/SST Platforms"
69c6059879SPierre-Louis Bossart	depends on PCI && ACPI
702c79eeb1SRandy Dunlap	depends on COMMON_CLK
7135bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_SKL
7235bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_APL
7335bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_KBL
7435bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_GLK
7535bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_CNL
7635bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_CFL
778c4e7c2eSPierre-Louis Bossart	help
7835bc99aaSPierre-Louis Bossart	  This is a backwards-compatible option to select all devices
7935bc99aaSPierre-Louis Bossart	  supported by the Intel SST/Skylake driver. This option is no
8035bc99aaSPierre-Louis Bossart	  longer recommended and will be deprecated when the SOF
8135bc99aaSPierre-Louis Bossart	  driver is introduced.  Distributions should explicitly
8235bc99aaSPierre-Louis Bossart	  select which platform uses this driver.
838c4e7c2eSPierre-Louis Bossart
8435bc99aaSPierre-Louis Bossartconfig SND_SOC_INTEL_SKL
8535bc99aaSPierre-Louis Bossart	tristate "Skylake Platforms"
8635bc99aaSPierre-Louis Bossart	depends on PCI && ACPI
872c79eeb1SRandy Dunlap	depends on COMMON_CLK
8835bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_SKYLAKE_FAMILY
8935bc99aaSPierre-Louis Bossart	help
9035bc99aaSPierre-Louis Bossart	  If you have a Intel Skylake platform with the DSP enabled
9135bc99aaSPierre-Louis Bossart	  in the BIOS then enable this option by saying Y or m.
9235bc99aaSPierre-Louis Bossart
9335bc99aaSPierre-Louis Bossartconfig SND_SOC_INTEL_APL
9435bc99aaSPierre-Louis Bossart	tristate "Broxton/ApolloLake Platforms"
9535bc99aaSPierre-Louis Bossart	depends on PCI && ACPI
962c79eeb1SRandy Dunlap	depends on COMMON_CLK
9735bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_SKYLAKE_FAMILY
9835bc99aaSPierre-Louis Bossart	help
9935bc99aaSPierre-Louis Bossart	  If you have a Intel Broxton/ApolloLake platform with the DSP
10035bc99aaSPierre-Louis Bossart	  enabled in the BIOS then enable this option by saying Y or m.
10135bc99aaSPierre-Louis Bossart
10235bc99aaSPierre-Louis Bossartconfig SND_SOC_INTEL_KBL
10335bc99aaSPierre-Louis Bossart	tristate "Kabylake Platforms"
10435bc99aaSPierre-Louis Bossart	depends on PCI && ACPI
1052c79eeb1SRandy Dunlap	depends on COMMON_CLK
10635bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_SKYLAKE_FAMILY
10735bc99aaSPierre-Louis Bossart	help
10835bc99aaSPierre-Louis Bossart	  If you have a Intel Kabylake platform with the DSP
10935bc99aaSPierre-Louis Bossart	  enabled in the BIOS then enable this option by saying Y or m.
11035bc99aaSPierre-Louis Bossart
11135bc99aaSPierre-Louis Bossartconfig SND_SOC_INTEL_GLK
11235bc99aaSPierre-Louis Bossart	tristate "GeminiLake Platforms"
11335bc99aaSPierre-Louis Bossart	depends on PCI && ACPI
1142c79eeb1SRandy Dunlap	depends on COMMON_CLK
11535bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_SKYLAKE_FAMILY
11635bc99aaSPierre-Louis Bossart	help
11735bc99aaSPierre-Louis Bossart	  If you have a Intel GeminiLake platform with the DSP
11835bc99aaSPierre-Louis Bossart	  enabled in the BIOS then enable this option by saying Y or m.
11935bc99aaSPierre-Louis Bossart
12035bc99aaSPierre-Louis Bossartconfig SND_SOC_INTEL_CNL
12135bc99aaSPierre-Louis Bossart	tristate "CannonLake/WhiskyLake Platforms"
12235bc99aaSPierre-Louis Bossart	depends on PCI && ACPI
1232c79eeb1SRandy Dunlap	depends on COMMON_CLK
12435bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_SKYLAKE_FAMILY
12535bc99aaSPierre-Louis Bossart	help
12635bc99aaSPierre-Louis Bossart	  If you have a Intel CNL/WHL platform with the DSP
12735bc99aaSPierre-Louis Bossart	  enabled in the BIOS then enable this option by saying Y or m.
12835bc99aaSPierre-Louis Bossart
12935bc99aaSPierre-Louis Bossartconfig SND_SOC_INTEL_CFL
13035bc99aaSPierre-Louis Bossart	tristate "CoffeeLake Platforms"
13135bc99aaSPierre-Louis Bossart	depends on PCI && ACPI
1322c79eeb1SRandy Dunlap	depends on COMMON_CLK
13335bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_SKYLAKE_FAMILY
13435bc99aaSPierre-Louis Bossart	help
13535bc99aaSPierre-Louis Bossart	  If you have a Intel CoffeeLake platform with the DSP
13635bc99aaSPierre-Louis Bossart	  enabled in the BIOS then enable this option by saying Y or m.
13735bc99aaSPierre-Louis Bossart
1385f740b24SEvan Greenconfig SND_SOC_INTEL_CML_H
1395f740b24SEvan Green	tristate "CometLake-H Platforms"
1405f740b24SEvan Green	depends on PCI && ACPI
1412c79eeb1SRandy Dunlap	depends on COMMON_CLK
1425f740b24SEvan Green	select SND_SOC_INTEL_SKYLAKE_FAMILY
1435f740b24SEvan Green	help
1445f740b24SEvan Green	  If you have a Intel CometLake-H platform with the DSP
1455f740b24SEvan Green	  enabled in the BIOS then enable this option by saying Y or m.
1465f740b24SEvan Green
1475f740b24SEvan Greenconfig SND_SOC_INTEL_CML_LP
1485f740b24SEvan Green	tristate "CometLake-LP Platforms"
1495f740b24SEvan Green	depends on PCI && ACPI
1502c79eeb1SRandy Dunlap	depends on COMMON_CLK
1515f740b24SEvan Green	select SND_SOC_INTEL_SKYLAKE_FAMILY
1525f740b24SEvan Green	help
1535f740b24SEvan Green	  If you have a Intel CometLake-LP platform with the DSP
1545f740b24SEvan Green	  enabled in the BIOS then enable this option by saying Y or m.
1555f740b24SEvan Green
15635bc99aaSPierre-Louis Bossartconfig SND_SOC_INTEL_SKYLAKE_FAMILY
15735bc99aaSPierre-Louis Bossart	tristate
15835bc99aaSPierre-Louis Bossart	select SND_SOC_INTEL_SKYLAKE_COMMON
15935bc99aaSPierre-Louis Bossart
16035bc99aaSPierre-Louis Bossartif SND_SOC_INTEL_SKYLAKE_FAMILY
1618c4e7c2eSPierre-Louis Bossart
1628c4e7c2eSPierre-Louis Bossartconfig SND_SOC_INTEL_SKYLAKE_SSP_CLK
1638c4e7c2eSPierre-Louis Bossart	tristate
1648c4e7c2eSPierre-Louis Bossart
1658c4e7c2eSPierre-Louis Bossartconfig SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC
1668c4e7c2eSPierre-Louis Bossart	bool "HDAudio codec support"
1678c4e7c2eSPierre-Louis Bossart	help
168135ab457SPierre-Louis Bossart	  If you have Intel Skylake or Kabylake with HDAudio codec
169cc2d025aSCezary Rojewski	  and DMIC present then enable this option by saying Y.
1708c4e7c2eSPierre-Louis Bossart
1718c4e7c2eSPierre-Louis Bossartconfig SND_SOC_INTEL_SKYLAKE_COMMON
1728c4e7c2eSPierre-Louis Bossart	tristate
173eb965e36SJeeja KP	select SND_HDA_EXT_CORE
17492eb4f62SJeeja KP	select SND_HDA_DSP_LOADER
1753af36706SVinod Koul	select SND_SOC_TOPOLOGY
176b81fd263SSubhransu S. Prusty	select SND_SOC_INTEL_SST
1778c4e7c2eSPierre-Louis Bossart	select SND_SOC_HDAC_HDA if SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC
178c6059879SPierre-Louis Bossart	select SND_SOC_ACPI_INTEL_MATCH
17982d9d54aSJaroslav Kysela	select SND_INTEL_DSP_CONFIG
180c6059879SPierre-Louis Bossart	help
181c6059879SPierre-Louis Bossart	  If you have a Intel Skylake/Broxton/ApolloLake/KabyLake/
182c6059879SPierre-Louis Bossart	  GeminiLake or CannonLake platform with the DSP enabled in the BIOS
183c6059879SPierre-Louis Bossart	  then enable this option by saying Y or m.
184c6059879SPierre-Louis Bossart
18535bc99aaSPierre-Louis Bossartendif ## SND_SOC_INTEL_SKYLAKE_FAMILY
1868c4e7c2eSPierre-Louis Bossart
187e6b140e9SPierre-Louis Bossartendif ## SND_SOC_INTEL_SST_TOPLEVEL
188e6b140e9SPierre-Louis Bossart
189e6b140e9SPierre-Louis Bossartif SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL
190e6b140e9SPierre-Louis Bossart
191c6059879SPierre-Louis Bossartconfig SND_SOC_ACPI_INTEL_MATCH
192c6059879SPierre-Louis Bossart	tristate
193c6059879SPierre-Louis Bossart	select SND_SOC_ACPI if ACPI
194c6059879SPierre-Louis Bossart	# this option controls the compilation of ACPI matching tables and
195c6059879SPierre-Louis Bossart	# helpers and is not meant to be selected by the user.
196c6059879SPierre-Louis Bossart
197e6b140e9SPierre-Louis Bossartendif ## SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL
198e6b140e9SPierre-Louis Bossart
199c544912bSSia Jee Hengconfig SND_SOC_INTEL_KEEMBAY
200c544912bSSia Jee Heng	tristate "Keembay Platforms"
201*9a207228SGeert Uytterhoeven	depends on ARCH_KEEMBAY || COMPILE_TEST
202c544912bSSia Jee Heng	depends on COMMON_CLK
203c544912bSSia Jee Heng	help
204c544912bSSia Jee Heng	  If you have a Intel Keembay platform then enable this option
205c544912bSSia Jee Heng	  by saying Y or m.
206624729fdSOmair M Abdullah
207ea2851bdSPierre-Louis Bossart# ASoC codec drivers
208ea2851bdSPierre-Louis Bossartsource "sound/soc/intel/boards/Kconfig"
209